diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-07 00:42:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-07 00:42:10 -0300 |
commit | 1bda6382a2bb1614f646c731874397a812fb426a (patch) | |
tree | 5ab955ae5dab7d68d608c2283fc1843a7ecb1d94 | |
parent | bb94eb11c8d993213ac6e4aa2e4072daea50b949 (diff) | |
download | tools-1bda6382a2bb1614f646c731874397a812fb426a.tar.gz tools-1bda6382a2bb1614f646c731874397a812fb426a.tar.bz2 tools-1bda6382a2bb1614f646c731874397a812fb426a.tar.xz tools-1bda6382a2bb1614f646c731874397a812fb426a.zip |
Fix a typo
-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 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') |