diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-18 13:47:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-18 13:47:21 -0300 |
commit | 3ea898458c175b5381d1c8910375b6dbec85e0c5 (patch) | |
tree | 38ad6f75008c8b8dcfd6508e4caa91c3300af995 /lang/fetch.py | |
parent | 135822f1f345d46662c31939978bae67926d9cd2 (diff) | |
download | tools-3ea898458c175b5381d1c8910375b6dbec85e0c5.tar.gz tools-3ea898458c175b5381d1c8910375b6dbec85e0c5.tar.bz2 tools-3ea898458c175b5381d1c8910375b6dbec85e0c5.tar.xz tools-3ea898458c175b5381d1c8910375b6dbec85e0c5.zip |
Ammend fetch scripts
Diffstat (limited to 'lang/fetch.py')
-rwxr-xr-x | lang/fetch.py | 2 |
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') |