Skip to content
Snippets Groups Projects
Select Git revision
  • v14.3.6-ee
  • v14.4.4-ee
  • v14.5.2-ee
  • v14.4.3-ee
  • v14.5.1-ee
  • v14.3.5-ee
  • v14.2.7-ee
  • v14.5.0-ee
  • v14.5.0-rc42-ee
  • v14.1.8-ee
  • v14.4.2-ee
  • v14.0.12-ee
  • v13.12.15-ee
  • v13.12.14-ee
  • v13.12.13-ee
  • v14.2.6-ee
  • v14.3.4-ee
  • v14.4.1-ee
  • v14.4.0-ee
  • v14.4.0-rc45-ee
20 results
An error occurred while fetching branches. Retry the search.

crowdin.yml

Forked from GitLab.org / GitLab
Source project has a limited visibility.
  • Josianne Hyson's avatar
    7aac93f3
    Map the kab_KAB locale to kab for Crowdin sync · 7aac93f3
    Josianne Hyson authored
    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.
    
    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`
    1. Deletes `kab_KAB` locale file (which currently has 0% translation
       anyway).
    
    Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/235511
    7aac93f3
    History
    Map the kab_KAB locale to kab for Crowdin sync
    Josianne Hyson authored
    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.
    
    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`
    1. Deletes `kab_KAB` locale file (which currently has 0% translation
       anyway).
    
    Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/235511