From 131d388d81a6c676498050e6905de8f7c6df8190 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 9 Jun 2014 21:52:10 +0200 Subject: Usual UI message handling... --- .../scripts/modules/bl_i18n_utils/utils_spell_check.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'release/scripts/modules') 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 aa10b71783c..9371159e0e7 100644 --- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py +++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py @@ -43,6 +43,7 @@ class SpellChecker(): "fader", "globbing", "hasn", # hasn't + "hetero", "hoc", # ad-hoc "indices", "iridas", @@ -52,6 +53,7 @@ class SpellChecker(): "latin", "merchantability", "mplayer", + "pong", # ping pong "teleport", "teleporting", "vertices", @@ -89,8 +91,10 @@ class SpellChecker(): "customdata", "dataset", "datasets", "de", + "deconstruct", "defocus", "denoise", + "deselect", "deselecting", "deselection", "despill", "despilling", "editcurve", "editmesh", @@ -123,8 +127,8 @@ class SpellChecker(): "multiuser", "namespace", "keyconfig", + "online", "playhead", - "polyline", "popup", "popups", "pre", "precache", "precaching", @@ -223,6 +227,9 @@ class SpellChecker(): "rasterized", "rasterization", "rasterizer", "renderer", "renderable", "renderability", + # Really bad!!! + "convertor", + # Abbreviations "aero", "amb", @@ -233,6 +240,7 @@ class SpellChecker(): "const", "coord", "coords", "degr", + "diff", "dof", "dupli", "duplis", "eg", @@ -279,6 +287,7 @@ class SpellChecker(): "vel", # velocity! "vert", "verts", "vis", + "xor", "xyz", "xzy", "yxz", "yzx", "zxy", "zyx", "xy", "xz", "yx", "yz", "zx", "zy", @@ -290,6 +299,7 @@ class SpellChecker(): "fribidi", "gettext", "hashable", + "hotspot", "intrinsics", "isosurface", "jitter", "jittering", "jittered", @@ -302,8 +312,11 @@ class SpellChecker(): "normals", "numpad", "octree", + "omnidirectional", "opengl", "openmp", + "photoreceptor", + "poly", "polyline", "polylines", "pulldown", "pulldowns", "quantized", -- cgit v1.2.3