From 46af372ddcd0c3de4829bdd94424ff271429c0dc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 21 Mar 2018 14:06:28 -0300 Subject: Fetcher bugs --- web/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') 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') -- cgit v1.2.3-70-g09d2