summaryrefslogtreecommitdiff
path: root/web/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'web/fetch.py')
-rwxr-xr-xweb/fetch.py3
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.")