summaryrefslogtreecommitdiff
path: root/lang/fetch.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-07 00:42:10 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-07 00:42:10 -0300
commit1bda6382a2bb1614f646c731874397a812fb426a (patch)
tree5ab955ae5dab7d68d608c2283fc1843a7ecb1d94 /lang/fetch.py
parentbb94eb11c8d993213ac6e4aa2e4072daea50b949 (diff)
downloadtools-1bda6382a2bb1614f646c731874397a812fb426a.tar.gz
tools-1bda6382a2bb1614f646c731874397a812fb426a.tar.bz2
tools-1bda6382a2bb1614f646c731874397a812fb426a.tar.xz
tools-1bda6382a2bb1614f646c731874397a812fb426a.zip
Fix a typo
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 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')