From 1bda6382a2bb1614f646c731874397a812fb426a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Aug 2021 00:42:10 -0300 Subject: Fix a typo --- lang/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/fetch.py b/lang/fetch.py index 7dd875f..400c395 100755 --- a/lang/fetch.py +++ b/lang/fetch.py @@ -43,6 +43,6 @@ vcx.close() for i in langs: if i not in ['en']: print("Fetching %s..." %(i)) - t.get_translation(project, 'server-data', i, 'in/'+str(i)+'.po') + t.get_translation(project, 'serverdata', i, 'in/'+str(i)+'.po') -- cgit v1.2.3-70-g09d2