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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'render_copy_settings/translations.py')
-rw-r--r--render_copy_settings/translations.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/render_copy_settings/translations.py b/render_copy_settings/translations.py
index 9d4bf667..59aadb97 100644
--- a/render_copy_settings/translations.py
+++ b/render_copy_settings/translations.py
@@ -18,6 +18,8 @@
# <pep8 compliant>
+# ##### BEGIN AUTOGENERATED I18N SECTION #####
+
# Tuple of tuples (key, (sources, comments), (lang, translation, (is_fuzzy, comments)), ...)
translations_tuple = (
((None, "Allows to copy a selection of render settings from current scene to others."),
@@ -33,3 +35,5 @@ for msg in translations_tuple:
for lang, trans, (is_fuzzy, comments) in msg[2:]:
if trans and not is_fuzzy:
translations_dict.setdefault(lang, {})[key] = trans
+
+# ##### END AUTOGENERATED I18N SECTION #####