Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 8月 12, 2020
    • Josianne Hyson's avatar
      Map the kab_KAB locale to kab for Crowdin sync · 7aac93f3
      Josianne Hyson 创作于
      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
  2. 7月 09, 2020
  3. 7月 27, 2018
  4. 7月 09, 2018
    • Bob Van Landuyt's avatar
      Append `skip ci` to Crowdin commit messages · 3ffaa439
      Bob Van Landuyt 创作于
      This is an undocumented feature of the Crowdin configuration.
      
      This will append `[skip ci]` to all commit messages from Crowdin,
      avoiding 100s of pipelines to be created.
      
      The pipeline will need to be run manually for these merge requests
      instead.
      3ffaa439
  5. 8月 23, 2017
  6. 8月 22, 2017
加载中