summaryrefslogtreecommitdiff
path: root/lang_client/fetch.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-18 13:47:21 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-18 13:47:21 -0300
commit3ea898458c175b5381d1c8910375b6dbec85e0c5 (patch)
tree38ad6f75008c8b8dcfd6508e4caa91c3300af995 /lang_client/fetch.py
parent135822f1f345d46662c31939978bae67926d9cd2 (diff)
downloadmessworld-tools-3ea898458c175b5381d1c8910375b6dbec85e0c5.tar.gz
messworld-tools-3ea898458c175b5381d1c8910375b6dbec85e0c5.tar.bz2
messworld-tools-3ea898458c175b5381d1c8910375b6dbec85e0c5.tar.xz
messworld-tools-3ea898458c175b5381d1c8910375b6dbec85e0c5.zip
Ammend fetch scripts
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')