From 9d3550d7819807064dd39365322295ebd8ea0a09 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 21 Sep 2020 15:17:41 +0200 Subject: Various fixes in UI messages. Along some other typos in comments or variable names. --- release/scripts/modules/bl_i18n_utils/settings.py | 1 + release/scripts/modules/bl_i18n_utils/utils_spell_check.py | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'release/scripts/modules/bl_i18n_utils') diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py index a6101474aa9..e304ef5ea17 100644 --- a/release/scripts/modules/bl_i18n_utils/settings.py +++ b/release/scripts/modules/bl_i18n_utils/settings.py @@ -376,6 +376,7 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = { "multi-res modifier", "non-triangle face", "normal", + "performance impact!", "right", "the lazy dog", "unable to load movie clip", 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 0ec3a322173..986f785a1ff 100644 --- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py +++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py @@ -124,13 +124,14 @@ class SpellChecker: "forcefield", "forcefields", "fulldome", "fulldomes", "fullscreen", - "gridline", + "gridline", "gridlines", "hardlight", "hemi", "hostname", "inbetween", "inscatter", "inscattering", "libdata", + "lightcache", "lightprobe", "lightprobes", "lightless", "lineset", @@ -161,6 +162,7 @@ class SpellChecker: "online", "playhead", "popup", "popups", + "pointcloud", "pre", "precache", "precaching", "precalculate", @@ -182,6 +184,7 @@ class SpellChecker: "reprojection", "reproject", "reprojecting", "resize", "restpose", + "resync", "retarget", "retargets", "retargeting", "retargeted", "retiming", "rigidbody", @@ -608,6 +611,7 @@ class SpellChecker: "courant", "cryptomatte", "crypto", "embree", + "gmp", "hosek", "kutta", "lennard", -- cgit v1.2.3