Skip to content

Commit

Permalink
Enable Slovak translation.
Browse files Browse the repository at this point in the history
Add Slovak translation to BuiltinLanguages

Follow up to jitsi#5523
  • Loading branch information
MilanKral committed Apr 17, 2020
1 parent 3dfcc8d commit 0e2602c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions react/features/base/i18n/BuiltinLanguages.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ const _LANGUAGES = {
main: require('../../../../lang/main-ru')
},

// Slovak
'sk': {
languages: require('../../../../lang/languages-sk'),
main: require('../../../../lang/main-sk')
},

// Swedish
'sv': {
languages: require('../../../../lang/languages-sv'),
Expand Down

0 comments on commit 0e2602c

Please sign in to comment.