From aa2544793dc2a68e6607352059b70136bde6281a Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 20 Apr 2020 15:26:37 +0200 Subject: Various typos fixes in UI messages. --- release/scripts/modules/bl_i18n_utils/utils_spell_check.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '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 f57f5dc3903..738554e8f2c 100644 --- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py +++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py @@ -64,6 +64,7 @@ class SpellChecker: "pong", # ping pong "scalable", "shadeless", + "shouldn", # shouldn't "smoothen", "spacings", "teleport", "teleporting", @@ -78,6 +79,7 @@ class SpellChecker: "autoexecution", "autogenerated", "autolock", + "automasking", "autoname", "autopack", "autosave", @@ -593,6 +595,7 @@ class SpellChecker: # Algorithm/library names "ashikhmin", # Ashikhmin-Shirley + "arsloe", # Texel-Marsen-Arsloe "beckmann", "blackman", # Blackman-Harris "blosc", @@ -606,16 +609,21 @@ class SpellChecker: "hosek", "kutta", "lennard", + "marsen", # Texel-Marsen-Arsloe "mikktspace", "minkowski", "minnaert", + "moskowitz", # Pierson-Moskowitz "musgrave", "nayar", "netravali", "ogawa", "oren", + "peucker", # Ramer-Douglas-Peucker + "pierson", # Pierson-Moskowitz "preetham", "prewitt", + "ramer", # Ramer-Douglas-Peucker "runge", "sobol", "verlet", @@ -665,6 +673,7 @@ class SpellChecker: "ies", "ior", "itu", + "jonswap", "lhs", "lmb", "mmb", "rmb", "kb", @@ -686,10 +695,13 @@ class SpellChecker: "ssao", "ssr", "svn", + "tma", "ui", "unix", "vbo", "vbos", + "vr", "wxyz", + "xr", "ycc", "ycca", "yrgb", "yuv", "yuva", -- cgit v1.2.3