Skip to content

Commit fcffe56

Browse files
committed
i18n: Drop empty, discontinued translation en_NG
We no longer have this in Transifex. Our `tools/tx-sync` script doesn't automatically remove stale files, instead just leaving them unchanged. Remove it now by hand. The file was virtually identical to the `messages_en.json` from when it was last updated: $ git diff -U0 77a645f:static/translations/messages_en.json \ HEAD:static/translations/messages_en_NG.json The only translation was of "Private messages" to "Private massages".
1 parent 18b7368 commit fcffe56

File tree

3 files changed

+0
-359
lines changed

3 files changed

+0
-359
lines changed

flow-typed/translations.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ declare module '../../static/translations/messages_en_GB.json' {
6060
declare export default {| [string]: string |};
6161
}
6262

63-
declare module '../../static/translations/messages_en_NG.json' {
64-
declare export default {| [string]: string |};
65-
}
66-
6763
declare module '../../static/translations/messages_eo.json' {
6864
declare export default {| [string]: string |};
6965
}

src/i18n/messages.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export default {
2525
el: require('../../static/translations/messages_el.json'),
2626
en: require('../../static/translations/messages_en.json'),
2727
'en-GB': require('../../static/translations/messages_en_GB.json'),
28-
'en-NG': require('../../static/translations/messages_en_NG.json'),
2928
eo: require('../../static/translations/messages_eo.json'),
3029
es: require('../../static/translations/messages_es.json'),
3130
fa: require('../../static/translations/messages_fa.json'),

0 commit comments

Comments
 (0)