diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-22 08:16:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-22 08:16:41 -0300 |
commit | 89bad3499a5b3a576bcda33ffb3e07fa8f2017a3 (patch) | |
tree | 61f5dbd80f74890e0c7c6e78330d4842ba7a56b3 /web/fetch.py | |
parent | 46af372ddcd0c3de4829bdd94424ff271429c0dc (diff) | |
download | tools-89bad3499a5b3a576bcda33ffb3e07fa8f2017a3.tar.gz tools-89bad3499a5b3a576bcda33ffb3e07fa8f2017a3.tar.bz2 tools-89bad3499a5b3a576bcda33ffb3e07fa8f2017a3.tar.xz tools-89bad3499a5b3a576bcda33ffb3e07fa8f2017a3.zip |
Update po files
Diffstat (limited to 'web/fetch.py')
-rwxr-xr-x | web/fetch.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/fetch.py b/web/fetch.py index 129b142..551f2db 100755 --- a/web/fetch.py +++ b/web/fetch.py @@ -57,4 +57,5 @@ for i in langs: print("Fetching %s..." %(i)) t.get_translation(project, 'website', i, 'po/'+str(i)+'.po') - +print("All translations were retrieved.") +print("Please sanitize files removing \"\\n\", or updatelang.py won't parse properly.") |