From 9cc1953210486a240f77b7ceafbcd664d1994b57 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 14 Jul 2015 21:41:24 +0200 Subject: Usual i18n messages fixes... --- release/scripts/modules/bl_i18n_utils/settings.py | 8 +++++--- release/scripts/modules/bl_i18n_utils/utils_spell_check.py | 3 +++ 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'release/scripts') diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py index 1c960a217de..a63633d25aa 100644 --- a/release/scripts/modules/bl_i18n_utils/settings.py +++ b/release/scripts/modules/bl_i18n_utils/settings.py @@ -285,6 +285,7 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = { "ascii", "author", # Addons' field. :/ "bItasc", + "dbl-", # Compacted for 'double', for keymap items. "description", # Addons' field. :/ "dx", "fBM", @@ -352,12 +353,13 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = { WARN_MSGID_NOT_CAPITALIZED_ALLOWED |= set(lng[2] for lng in LANGUAGES) WARN_MSGID_END_POINT_ALLOWED = { - "Numpad .", "Circle|Alt .", - "Temp. Diff.", "Float Neg. Exp.", - " RNA Path: bpy.types.", "Max Ext.", + "Numpad .", + "Pad.", + " RNA Path: bpy.types.", + "Temp. Diff.", } PARSER_CACHE_HASH = 'sha1' diff --git a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py index 42a23c8c041..e2f2aeef7b2 100644 --- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py +++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py @@ -91,6 +91,7 @@ class SpellChecker: "customdata", "dataset", "datasets", "de", + "deadzone", "deconstruct", "defocus", "denoise", @@ -262,6 +263,7 @@ class SpellChecker: "loc", "rot", "pos", "lorem", "luma", + "mbs", # mouse button 'select'. "mem", "multicam", "num", @@ -284,6 +286,7 @@ class SpellChecker: "struct", "structs", "sys", "tex", + "tmr", # timer "tri", "tris", "uv", "uvs", "uvw", "uw", "uvmap", "ve", -- cgit v1.2.3