diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-21 14:06:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-21 14:06:28 -0300 |
commit | 46af372ddcd0c3de4829bdd94424ff271429c0dc (patch) | |
tree | 262880f5466e0acd2b8e4a3668fd372da27868a6 /web | |
parent | d3291401158016c0f6b8c28509b6ca2973952fa4 (diff) | |
download | tools-46af372ddcd0c3de4829bdd94424ff271429c0dc.tar.gz tools-46af372ddcd0c3de4829bdd94424ff271429c0dc.tar.bz2 tools-46af372ddcd0c3de4829bdd94424ff271429c0dc.tar.xz tools-46af372ddcd0c3de4829bdd94424ff271429c0dc.zip |
Fetcher bugs
Diffstat (limited to 'web')
-rwxr-xr-x | web/fetch.py | 2 |
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') |