Skip to content

Commit

Permalink
Merge e594a9c into b1fc2a5
Browse files Browse the repository at this point in the history
  • Loading branch information
maximten committed Mar 9, 2019
2 parents b1fc2a5 + e594a9c commit a541af6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ Available languages
| is | Icelandic | |
| it | Italian | |
| ja | Japanese | |
| kk | Kazakh | |
| ko | Korean | |
| lb | Luxembourgish | |
| lt | Lithuanian | |
Expand Down
2 changes: 2 additions & 0 deletions src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import id from './translations/id'
import is from './translations/is'
import it from './translations/it'
import ja from './translations/ja'
import kk from './translations/kk'
import ko from './translations/ko'
import lb from './translations/lb'
import lt from './translations/lt'
Expand Down Expand Up @@ -72,6 +73,7 @@ export {
is,
it,
ja,
kk,
ko,
lb,
lt,
Expand Down
10 changes: 10 additions & 0 deletions src/locale/translations/kk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Language from '../Language'

export default new Language(
'Kazakh',
['Қаңтар', 'Ақпан', 'Наурыз', 'Сәуір', 'Мамыр', 'Маусым', 'Шілде', 'Тамыз', 'Қыркүйек', 'Қазан', 'Қараша', 'Желтоқсан'],
['Қаң', 'Ақп', 'Нау', 'Сәу', 'Мам', 'Мау', 'Шіл', 'Там', 'Қыр', 'Қаз', 'Қар', 'Жел'],
['Жк', 'Дй', 'Сй', 'Ср', 'Бй', 'Жм', 'Сн']
)
// eslint-disable-next-line
;

0 comments on commit a541af6

Please sign in to comment.