Commit 6d5e103c authored by Michal Čihař's avatar Michal Čihař

Add more words to ignore list

parent 1299e98c
...@@ -41,6 +41,7 @@ C_PRINTF_MATCH = re.compile(''' ...@@ -41,6 +41,7 @@ C_PRINTF_MATCH = re.compile('''
# We ignore some words which are usually not translated # We ignore some words which are usually not translated
SAME_BLACKLIST = frozenset(( SAME_BLACKLIST = frozenset((
'auto',
'bluetooth', 'bluetooth',
'bzip2', 'bzip2',
'csv', 'csv',
...@@ -53,15 +54,19 @@ SAME_BLACKLIST = frozenset(( ...@@ -53,15 +54,19 @@ SAME_BLACKLIST = frozenset((
'esperanto', 'esperanto',
'export', 'export',
'firmware', 'firmware',
'flash',
'fulltext', 'fulltext',
'gib', 'gib',
'git', 'git',
'gzip', 'gzip',
'headset',
'hardware',
'id', 'id',
'irc', 'irc',
'irda', 'irda',
'imei', 'imei',
'import', 'import',
'info',
'kib', 'kib',
'km', 'km',
'latex', 'latex',
...@@ -69,8 +74,10 @@ SAME_BLACKLIST = frozenset(( ...@@ -69,8 +74,10 @@ SAME_BLACKLIST = frozenset((
'mm', 'mm',
'n/a', 'n/a',
'name', 'name',
'normal',
'ok', 'ok',
'open document', 'open document',
'pager',
'pdf', 'pdf',
'pib', 'pib',
'port', 'port',
...@@ -83,6 +90,7 @@ SAME_BLACKLIST = frozenset(( ...@@ -83,6 +90,7 @@ SAME_BLACKLIST = frozenset((
'status', 'status',
'text', 'text',
'tib', 'tib',
'unicode',
'vcalendar', 'vcalendar',
'vcard', 'vcard',
'version', 'version',
......
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