summaryrefslogtreecommitdiff
path: root/lang/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/fetch.py')
-rwxr-xr-xlang/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fetch.py b/lang/fetch.py
index 67c667f..a0e454a 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, 'serverdata', i, 'in/'+str(i)+'.po')
+ t.get_translation(project, 'legacy-server', i, 'in/'+str(i)+'.po')