Skip to content

Commit c643c2a

Browse files
committed
i18n: Drop empty, discontinued translations fr_FR, hr_HR, nb_NO
We dropped a while ago in Transifex because they were virtually empty, and appeared to have been created by mistake: https://chat.zulip.org/#narrow/stream/58-translation/topic/language.20cleanup/near/1147119 presumably by people who actually wanted to be contributing to `fr`, `hr`, or `no`. They've stuck around in our tree, though, because `tools/tx-sync` doesn't automatically remove old files. Remove them now. Done like so: $ rm static/translations/messages_*.json $ git checkout static/translations/messages_en.json $ tools/tx-pull Two of the files have no translations at all -- they're identical to an old version of `messages_en.json`: $ git diff 5282a37:static/translations/messages_en.json \ HEAD:static/translations/messages_fr_FR.json The third, `nb_NO`, has two translations, for the strings "Active" and "(This user has been deactivated)". Identical translations to each of those are present today in `no`.
1 parent c072bbb commit c643c2a

File tree

5 files changed

+0
-692
lines changed

5 files changed

+0
-692
lines changed

flow-typed/translations.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ declare module '../../static/translations/messages_fr.json' {
8080
declare export default {| [string]: string |};
8181
}
8282

83-
declare module '../../static/translations/messages_fr_FR.json' {
84-
declare export default {| [string]: string |};
85-
}
86-
8783
declare module '../../static/translations/messages_gl.json' {
8884
declare export default {| [string]: string |};
8985
}
@@ -100,10 +96,6 @@ declare module '../../static/translations/messages_hr.json' {
10096
declare export default {| [string]: string |};
10197
}
10298

103-
declare module '../../static/translations/messages_hr_HR.json' {
104-
declare export default {| [string]: string |};
105-
}
106-
10799
declare module '../../static/translations/messages_hu.json' {
108100
declare export default {| [string]: string |};
109101
}
@@ -140,10 +132,6 @@ declare module '../../static/translations/messages_my.json' {
140132
declare export default {| [string]: string |};
141133
}
142134

143-
declare module '../../static/translations/messages_nb_NO.json' {
144-
declare export default {| [string]: string |};
145-
}
146-
147135
declare module '../../static/translations/messages_nl.json' {
148136
declare export default {| [string]: string |};
149137
}

src/i18n/messages.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ export default {
3030
fa: require('../../static/translations/messages_fa.json'),
3131
fi: require('../../static/translations/messages_fi.json'),
3232
fr: require('../../static/translations/messages_fr.json'),
33-
'fr-FR': require('../../static/translations/messages_fr_FR.json'),
3433
gl: require('../../static/translations/messages_gl.json'),
3534
gu: require('../../static/translations/messages_gu.json'),
3635
hi: require('../../static/translations/messages_hi.json'),
3736
hr: require('../../static/translations/messages_hr.json'),
38-
'hr-HR': require('../../static/translations/messages_hr_HR.json'),
3937
hu: require('../../static/translations/messages_hu.json'),
4038
id: require('../../static/translations/messages_id.json'),
4139
it: require('../../static/translations/messages_it.json'),

static/translations/messages_fr_FR.json

Lines changed: 0 additions & 226 deletions
This file was deleted.

0 commit comments

Comments
 (0)