Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ Available languages
| ----------- |------------------|----------|
| af | Afrikaans | |
| ar | Arabic | |
| be | Belarus | |
| bg | Bulgarian | |
| bs | Bosnian | |
| ca | Catalan | |
Expand Down
2 changes: 2 additions & 0 deletions src/locale/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import af from './translations/af'
import ar from './translations/ar'
import be from './translations/be'
import bg from './translations/bg'
import bs from './translations/bs'
import ca from './translations/ca'
Expand Down Expand Up @@ -52,6 +53,7 @@ import zhHK from './translations/zh-HK'
export {
af,
ar,
be,
bg,
bs,
ca,
Expand Down
10 changes: 10 additions & 0 deletions src/locale/translations/be.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Language from '../Language'

export default new Language(
'Belarusian',
['Студзень', 'Люты', 'Сакавік', 'Красавік', 'Май', 'Чэрвень', 'Ліпень', 'Жнівень', 'Верасень', 'Кастрычнік', 'Лістапад', 'Снежань'],
['Студ', 'Лют', 'Сак', 'Крас', 'Май', 'Чэрв', 'Ліп', 'Жнів', 'Вер', 'Каст', 'Ліст', 'Снеж'],
['Нд', 'Пн', 'Ат', 'Ср', 'Чц', 'Пт', 'Сб']
)
// eslint-disable-next-line
;