Skip to content

Commit

Permalink
Merge pull request #716 from AtanasK/master
Browse files Browse the repository at this point in the history
Adds Macedonian language support
  • Loading branch information
charliekassel committed Jun 23, 2019
2 parents 7056546 + 56f07a0 commit e595f8b
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 @@ -355,6 +355,7 @@ Available languages
| lb | Luxembourgish | |
| lt | Lithuanian | |
| lv | Latvian | |
| mk | Macedonian | |
| mn | Mongolian | |
| nbNO | Norwegian Bokmål | |
| nl | Dutch | |
Expand Down
2 changes: 2 additions & 0 deletions src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import ko from './translations/ko'
import lb from './translations/lb'
import lt from './translations/lt'
import lv from './translations/lv'
import mk from './translations/mk'
import mn from './translations/mn'
import nbNO from './translations/nb-NO'
import nl from './translations/nl'
Expand Down Expand Up @@ -78,6 +79,7 @@ export {
lb,
lt,
lv,
mk,
mn,
nbNO,
nl,
Expand Down
10 changes: 10 additions & 0 deletions src/locale/translations/mk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Language from '../Language'

export default new Language(
'Macedonian',
['Јануари', 'Февруари', 'Март', 'Април', 'Мај', 'Јуни', 'Јули', 'Август', 'Септември', 'Октомври', 'Ноември', 'Декември'],
['Јан', 'Фев', 'Мар', 'Апр', 'Мај', 'Јун', 'Јул', 'Авг', 'Сеп', 'Окт', 'Ное', 'Дек'],
['Нед', 'Пон', 'Вто', 'Сре', 'Чет', 'Пет', 'Саб']
)
// eslint-disable-next-line
;

0 comments on commit e595f8b

Please sign in to comment.