diff options
-rwxr-xr-x | lang/fetch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/fetch.py b/lang/fetch.py index 04c47ae..6332202 100755 --- a/lang/fetch.py +++ b/lang/fetch.py @@ -41,6 +41,7 @@ vcx.close() # Fetch all translations and record them at in/ for i in langs: + if i not in ['en']: print("Fetching %s..." %(i)) t.get_translation(project, 'server-data', i, 'in/'+str(i)+'.po') |