[Bf-blender-cvs] [d963412] master: More slangs and other spellchecking exceptions...

Bastien Montagne noreply at git.blender.org
Mon Dec 16 21:41:09 CET 2013


Commit: d9634122f65b41fad0111cd505ecd2f0e003bda9
Author: Bastien Montagne
Date:   Mon Dec 16 21:26:48 2013 +0100
http://developer.blender.org/rBd9634122f65b41fad0111cd505ecd2f0e003bda9

More slangs and other spellchecking exceptions...

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

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 0d8918c..d0cb97f 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -51,6 +51,7 @@ class SpellChecker():
         "latin",
         "merchantability",
         "mplayer",
+        "teleport", "teleporting",
         "vertices",
 
         # Merged words
@@ -180,7 +181,7 @@ class SpellChecker():
         "unprojected",
         "unreacted",
         "unregister",
-        "unselected",
+        "unselected", "unselectable",
         "unsubdivided", "unsubdivide",
         "unshadowed",
         "unspill",
@@ -354,6 +355,7 @@ class SpellChecker():
         "raycasting",
         "raytrace", "raytracing", "raytraced",
         "renderfarm",
+        "scanfill",
         "shader", "shaders",
         "specular", "specularity",
         "spillmap",




More information about the Bf-blender-cvs mailing list