Merge branch 'bvl-add-czech' into 'master'
Add Czech as an available language Closes #43227 See merge request gitlab-org/gitlab-ce!21201
This commit is contained in:
commit
c0d42d2ef6
2 changed files with 7 additions and 1 deletions
5
changelogs/unreleased/bvl-add-czech.yml
Normal file
5
changelogs/unreleased/bvl-add-czech.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add Czech as an available language.
|
||||
merge_request: 21201
|
||||
author:
|
||||
type: added
|
|
@ -22,7 +22,8 @@ module Gitlab
|
|||
'tr_TR' => 'Türkçe',
|
||||
'id_ID' => 'Bahasa Indonesia',
|
||||
'fil_PH' => 'Filipino',
|
||||
'pl_PL' => 'Polski'
|
||||
'pl_PL' => 'Polski',
|
||||
'cs_CZ' => 'Čeština'
|
||||
}.freeze
|
||||
|
||||
def available_locales
|
||||
|
|
Loading…
Reference in a new issue