Commit 5bf1546d authored by Michal Čihař's avatar Michal Čihař

Update some words

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d94c8eca
...@@ -28,6 +28,7 @@ import re ...@@ -28,6 +28,7 @@ import re
# We ignore some words which are usually not translated # We ignore some words which are usually not translated
SAME_BLACKLIST = frozenset(( SAME_BLACKLIST = frozenset((
'abc',
'accelerator', 'accelerator',
'account', 'account',
'action', 'action',
...@@ -58,6 +59,7 @@ SAME_BLACKLIST = frozenset(( ...@@ -58,6 +59,7 @@ SAME_BLACKLIST = frozenset((
'authentication', 'authentication',
'avatar', 'avatar',
'backend', 'backend',
'backspace',
'balance', 'balance',
'battery', 'battery',
'bb', 'bb',
...@@ -102,8 +104,6 @@ SAME_BLACKLIST = frozenset(( ...@@ -102,8 +104,6 @@ SAME_BLACKLIST = frozenset((
'csd', 'csd',
'csv', 'csv',
'ctrl', 'ctrl',
'ctrl+d',
'ctrl+z',
'cvs', 'cvs',
'cyrillic', 'cyrillic',
'data', 'data',
...@@ -146,9 +146,11 @@ SAME_BLACKLIST = frozenset(( ...@@ -146,9 +146,11 @@ SAME_BLACKLIST = frozenset((
'email', 'email',
'engine', 'engine',
'engines', 'engines',
'enter',
'enterprise', 'enterprise',
'enum', 'enum',
'error', 'error',
'escape',
'eu', 'eu',
'exchange', 'exchange',
'expert', 'expert',
...@@ -431,6 +433,7 @@ SAME_BLACKLIST = frozenset(( ...@@ -431,6 +433,7 @@ SAME_BLACKLIST = frozenset((
'reports', 'reports',
'reset', 'reset',
'resource', 'resource',
'return',
'rich-text', 'rich-text',
'richtext', 'richtext',
'roadmap', 'roadmap',
...@@ -457,6 +460,7 @@ SAME_BLACKLIST = frozenset(( ...@@ -457,6 +460,7 @@ SAME_BLACKLIST = frozenset((
'service', 'service',
'set', 'set',
'shell', 'shell',
'shift',
'sim', 'sim',
'singular', 'singular',
'slot', 'slot',
...@@ -693,6 +697,7 @@ SAME_BLACKLIST = frozenset(( ...@@ -693,6 +697,7 @@ SAME_BLACKLIST = frozenset((
'lithuanian', 'lithuanian',
'luxembourgish', 'luxembourgish',
'macedonian', 'macedonian',
'mail',
'maithili', 'maithili',
'malagasy', 'malagasy',
'malay', 'malay',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment