Skip to content

Commit

Permalink
Merge 3c7de50 into de0fc75
Browse files Browse the repository at this point in the history
  • Loading branch information
HELMAB committed Jul 22, 2019
2 parents de0fc75 + 3c7de50 commit 7049a21
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,4 @@ Available languages
| vi | Vietnamese | |
| zh | Chinese | |
| zhHK | Chinese_HK | |
| km | Khmer | |
4 changes: 3 additions & 1 deletion src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import ur from './translations/ur'
import vi from './translations/vi'
import zh from './translations/zh'
import zhHK from './translations/zh-HK'
import km from './translations/km'

export {
af,
Expand Down Expand Up @@ -99,7 +100,8 @@ export {
ur,
vi,
zh,
zhHK
zhHK,
km
}
// eslint-disable-next-line
;
10 changes: 10 additions & 0 deletions src/locale/translations/km.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Language from '../Language'

export default new Language(
'Khmer',
['មករា', 'កុម្ភៈ', 'មីនា', 'មេសា', 'ឧសភា', 'មិថុនា', 'កក្កដា', 'សីហា', 'កញ្ញា', 'តុលា', 'វិច្ឆិកា', 'ធ្នូ'],
['មករា', 'កុម្ភៈ', 'មីនា', 'មេសា', 'ឧសភា', 'មិថុនា', 'កក្កដា', 'សីហា', 'កញ្ញា', 'តុលា', 'វិច្ឆិកា', 'ធ្នូ'],
['អា', 'ច', 'អ', 'ព', 'ព្រ', 'សុ', 'ស']
)
// eslint-disable-next-line
;

0 comments on commit 7049a21

Please sign in to comment.