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:
Diffstat (limited to 'release/scripts/modules/bl_i18n_utils/spell_check_utils.py')
-rw-r--r--release/scripts/modules/bl_i18n_utils/spell_check_utils.py23
1 files changed, 17 insertions, 6 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/spell_check_utils.py b/release/scripts/modules/bl_i18n_utils/spell_check_utils.py
index ffa68ef5da2..40cbd6e9d17 100644
--- a/release/scripts/modules/bl_i18n_utils/spell_check_utils.py
+++ b/release/scripts/modules/bl_i18n_utils/spell_check_utils.py
@@ -81,6 +81,8 @@ class SpellChecker():
"defocus",
"denoise",
"despill", "despilling",
+ "editcurve",
+ "editmesh",
"filebrowser",
"filelist",
"filename", "filenames",
@@ -131,6 +133,7 @@ class SpellChecker():
"screencast", "screenshot", "screenshots",
"selfcollision",
"singletexture",
+ "spellcheck", "spellchecking",
"startup",
"stateful",
"starfield",
@@ -219,6 +222,8 @@ class SpellChecker():
"http",
"init",
"kbit", "kb",
+ "lang", "langs",
+ "lclick", "rclick",
"lensdist",
"loc", "rot", "pos",
"lorem",
@@ -241,6 +246,7 @@ class SpellChecker():
"sel",
"spec",
"struct", "structs",
+ "sys",
"tex",
"tri", "tris",
"uv", "uvs", "uvw", "uw", "uvmap",
@@ -255,6 +261,8 @@ class SpellChecker():
"boid", "boids",
"equisolid",
"euler", "eulers",
+ "fribidi",
+ "gettext",
"hashable",
"intrinsics",
"isosurface",
@@ -263,6 +271,7 @@ class SpellChecker():
"lambertian",
"laplacian",
"metadata",
+ "msgfmt",
"nand", "xnor",
"normals",
"numpad",
@@ -411,10 +420,12 @@ class SpellChecker():
# Acronyms
"aa", "msaa",
+ "ao",
"api",
"asc", "cdl",
"ascii",
"atrac",
+ "bsdf",
"bw",
"ccd",
"cmd",
@@ -442,9 +453,13 @@ class SpellChecker():
"hh", "mm", "ss", "ff", # hh:mm:ss:ff timecode
"hsv", "hsva",
"id",
+ "ior",
"itu",
"lhs",
"lmb", "mmb", "rmb",
+ "kb",
+ "mocap",
+ "msgid", "msgids",
"mux",
"ndof",
"ppc",
@@ -467,6 +482,7 @@ class SpellChecker():
# Blender acronyms
"bge",
"bli",
+ "bpy",
"bvh",
"dbvt",
"dop", # BLI K-Dop BVH
@@ -480,12 +496,6 @@ class SpellChecker():
"sph",
"svbvh",
- # CG acronyms
- "ao",
- "bsdf",
- "ior",
- "mocap",
-
# Files types/formats
"avi",
"attrac",
@@ -504,6 +514,7 @@ class SpellChecker():
"gzip",
"ico",
"jpg", "jpeg",
+ "json",
"matroska",
"mdd",
"mkv",