[Bf-blender-cvs] [ef30a876b5e] blender-v3.0-release: I18n: Add some more acronyms to the spellchecker.

Bastien Montagne noreply at git.blender.org
Wed Nov 3 16:13:55 CET 2021


Commit: ef30a876b5ef02ec875eba14683b9751abc71381
Author: Bastien Montagne
Date:   Wed Nov 3 16:11:36 2021 +0100
Branches: blender-v3.0-release
https://developer.blender.org/rBef30a876b5ef02ec875eba14683b9751abc71381

I18n: Add some more acronyms to the spellchecker.

===================================================================

M	release/scripts/modules/bl_i18n_utils/utils_spell_check.py

===================================================================

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 6baf5129dd7..62186655326 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -689,11 +689,13 @@ class SpellChecker:
         "ctrl",
         "cw", "ccw",
         "dev",
+        "dls",
         "djv",
         "dpi",
         "dvar",
         "dx",
         "eo",
+        "ewa",
         "fh",
         "fk",
         "fov",
@@ -733,6 +735,7 @@ class SpellChecker:
         "rhs",
         "rv",
         "sdl",
+        "sdls",
         "sl",
         "smpte",
         "ssao",
@@ -767,6 +770,7 @@ class SpellChecker:
         "svbvh",
 
         # Files types/formats
+        "aac",
         "avi",
         "attrac",
         "autocad",
@@ -789,6 +793,7 @@ class SpellChecker:
         "ico",
         "jpg", "jpeg", "jpegs",
         "json",
+        "lzw",
         "matroska",
         "mdd",
         "mkv",
@@ -798,6 +803,7 @@ class SpellChecker:
         "openjpeg",
         "osl",
         "oso",
+        "pcm",
         "piz",
         "png", "pngs",
         "po",



More information about the Bf-blender-cvs mailing list