Skip to content

Map the Kabyle locale to the language code `kab` for Crowdin sync

Josianne Hyson requested to merge jh-fix_kab_locale_naming into master

What does this MR do?

Currently Crowdin is syncing the Kabyle language with the language code kab_KAB. This locale code cannot be detected by gettext, as this tool detects locale codes that only have 2 characters after the underscore. https://github.com/ruby-gettext/gettext/blob/28046d1/lib/gettext/tools/task.rb#L520

This is causing the gettext:regenerate command to delete the locale/kab_KAB/gitlab.po file every time it is run.

This change:

  1. Update the Crowdin config to map kab_KAB to just kab
  2. Deletes kab_KAB locale file (which currently has 0% translation anyway).

Issue: #235511 (closed)

Screenshots

I tested this config on a personal project and synced it with Crowdin and got the following filepath:

Screen_Shot_2020-08-11_at_7.09.27_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • ~~Label as security and @ mention @gitlab-com/gl-security/appsec~~
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Josianne Hyson

Merge request reports

Loading