summaryrefslogtreecommitdiff
path: root/lang_client/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang_client/fetch.py')
-rwxr-xr-xlang_client/fetch.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang_client/fetch.py b/lang_client/fetch.py
index 2fb7d4f..1058e43 100755
--- a/lang_client/fetch.py
+++ b/lang_client/fetch.py
@@ -51,8 +51,5 @@ for i in langs:
# t.new_translation(project, 'clientdata', i,'../../client-data/translations/'+str(i)+'.po')
print("Fetching %s..." %(i))
- t.get_translation(project, 'clientdata', i, '../../client-data/translations/'+str(i)+'.po')
-
- print("Fetching %s dict..." %(i))
- t.get_translation(project, 'clientdata-dict', i, '../../client-data/translations/dict/'+str(i)+'.po')
+ t.get_translation(project, 'legacy-client', i, '../../client-data/translations/'+str(i)+'.po')