summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-21 14:06:28 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-21 14:06:28 -0300
commit46af372ddcd0c3de4829bdd94424ff271429c0dc (patch)
tree262880f5466e0acd2b8e4a3668fd372da27868a6 /web
parentd3291401158016c0f6b8c28509b6ca2973952fa4 (diff)
downloadtools-46af372ddcd0c3de4829bdd94424ff271429c0dc.tar.gz
tools-46af372ddcd0c3de4829bdd94424ff271429c0dc.tar.bz2
tools-46af372ddcd0c3de4829bdd94424ff271429c0dc.tar.xz
tools-46af372ddcd0c3de4829bdd94424ff271429c0dc.zip
Fetcher bugs
Diffstat (limited to 'web')
-rwxr-xr-xweb/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/fetch.py b/web/fetch.py
index 5a83fa7..129b142 100755
--- a/web/fetch.py
+++ b/web/fetch.py
@@ -55,6 +55,6 @@ vcx.close()
# Fetch all translations and record them at in/
for i in langs:
print("Fetching %s..." %(i))
- t.get_translation(project, 'Website', i, 'po/'+str(i)+'.po')
+ t.get_translation(project, 'website', i, 'po/'+str(i)+'.po')