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
2 changes: 2 additions & 0 deletions src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import th from './translations/th'
import tr from './translations/tr'
import uk from './translations/uk'
import ur from './translations/ur'
import uz from './translations/uz'
import vi from './translations/vi'
import zh from './translations/zh'
import zhHK from './translations/zh-HK'
Expand Down Expand Up @@ -97,6 +98,7 @@ export {
tr,
uk,
ur,
uz,
vi,
zh,
zhHK
Expand Down
10 changes: 10 additions & 0 deletions src/locale/translations/uz.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Language from '../Language'

export default new Language(
'Uzbek',
['Yanvar', 'Fevral', 'Mart', 'Aprel', 'May', 'Iyun', 'Iyul', 'Avgust', 'Sentabr', 'Oktabr', 'Noyabr', 'Dekabr'],
['Yan', 'Fev', 'Mart', 'Apr', 'May', 'Iyun', 'Iyul', 'Avg', 'Sent', 'Okt', 'Noy', 'Dek'],
['Yak', 'Du', 'Se', 'Cho', 'Pa', 'Ju', 'Sha']
)
// eslint-disable-next-line
;