Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2011-09-30 09:36:56 +0400
committerDalai Felinto <dfelinto@gmail.com>2011-09-30 09:36:56 +0400
commitad8df4843e53621be6a856c9dc0f0db1a84cdaaf (patch)
tree74e9a23000c6f603e6e8d6e8a85a7ec9c90c0902 /po/update_po.py
parente6a9b68c798457430698afbfc7dfcdd8b71ca596 (diff)
po : adding note for windows translators/devs + remove backup function in update_po.py
(no more tons of *.po~ in the folder)
Diffstat (limited to 'po/update_po.py')
-rwxr-xr-xpo/update_po.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/update_po.py b/po/update_po.py
index 978de6ab1e5..3dcaa9d8f1b 100755
--- a/po/update_po.py
+++ b/po/update_po.py
@@ -38,6 +38,7 @@ def process_po(po):
# update po file
cmd = (GETTEXT_MSGMERGE_EXECUTABLE,
"--update",
+ "--backup=none",
"--lang=%s" % lang,
os.path.join(CURRENT_DIR, "%s.po" % lang),
os.path.join(CURRENT_DIR, "%s.pot" % DOMAIN),