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:
authorBastien Montagne <bastien@blender.org>2022-03-28 11:40:14 +0300
committerBastien Montagne <bastien@blender.org>2022-03-28 11:40:14 +0300
commitda130d751f5b9fc61a336c989af6cc25c9309112 (patch)
tree7f40dd2af7e01f84386f9583daa6cfb606888ce9 /release/scripts
parent587efa994947e0b5d6c69fe49d51d822285199b7 (diff)
Fix various UI messages issues.
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/modules/bl_i18n_utils/settings.py9
-rw-r--r--release/scripts/modules/bl_i18n_utils/utils_spell_check.py2
2 files changed, 11 insertions, 0 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py
index f8975d91f86..ef481a3eb19 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -340,7 +340,10 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"y",
"y = (Ax + B)",
# Sub-strings.
+ "all",
+ "all and invert unselected",
"and AMD Radeon Pro 21.Q4 driver or newer",
+ "and NVIDIA driver version 470 or newer",
"available with",
"brown fox",
"can't save image while rendering",
@@ -358,6 +361,7 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"face data",
"gimbal",
"global",
+ "glTF Settings",
"image file not found",
"image format is read-only",
"image path can't be written to",
@@ -370,8 +374,12 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"multi-res modifier",
"non-triangle face",
"normal",
+ "or AMD with macOS 12.3 or newer",
"performance impact!",
"right",
+ "selected",
+ "selected and lock unselected",
+ "selected and unlock unselected",
"the lazy dog",
"to the top level of the tree",
"unable to load movie clip",
@@ -380,6 +388,7 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"unknown error reading file",
"unknown error stating file",
"unknown error writing file",
+ "unselected",
"unsupported font format",
"unsupported format",
"unsupported image format",
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 144b7d09422..c0e065bf050 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -104,6 +104,7 @@ class SpellChecker:
"builtin", "builtins",
"bytecode",
"chunksize",
+ "codebase",
"customdata",
"dataset", "datasets",
"de",
@@ -123,6 +124,7 @@ class SpellChecker:
"filepath", "filepaths",
"forcefield", "forcefields",
"framerange",
+ "frontmost",
"fulldome", "fulldomes",
"fullscreen",
"gamepad",