You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments