Follow-up of debian#1103042
Current BIT is using language codes (for gettext po/mo files) following "more modern" IETF language tags. These are not supported by gettext/locales.
Example use case is a user setup its Debian GNU/Linux to "Serbian (Latin)". The locales system is using sr@Latin to identify this. BIT doesn't recognize it because it is using `sr_Latin" for "Serbian (Latin)".
Thank you to the Guillem Jover from Debian, explaining this to me. guillem@debian.org
ToDo
- Weblate is not able to add
sr@Latin as "New language". But try how Weblate sync ("Discard" button) react to a new po file in upstream repo named sr@Latin.po.
Follow-up of debian#1103042
Current BIT is using language codes (for gettext po/mo files) following "more modern" IETF language tags. These are not supported by gettext/locales.
Example use case is a user setup its Debian GNU/Linux to "Serbian (Latin)". The locales system is using
sr@Latinto identify this. BIT doesn't recognize it because it is using `sr_Latin" for "Serbian (Latin)".Thank you to the Guillem Jover from Debian, explaining this to me. guillem@debian.org
ToDo
sr@Latinas "New language". But try how Weblate sync ("Discard" button) react to a new po file in upstream repo namedsr@Latin.po.