mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
Update translations
This commit is contained in:
parent
78e19251dd
commit
5cddb95ce8
3 changed files with 6 additions and 4 deletions
|
@ -17,8 +17,8 @@
|
||||||
export default {
|
export default {
|
||||||
setup() {
|
setup() {
|
||||||
return {
|
return {
|
||||||
langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT', 'fa-IR', 'he-IL', 'ru-RU'],
|
langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT', 'fa-IR', 'he-IL', 'ru-RU', 'ko-KR'],
|
||||||
names: ['English', 'Español', 'Nederlands', 'Português', 'فارسی', 'עִבְרִית', 'Русский']
|
names: ['English', 'Español', 'Nederlands', 'Português', 'فارسی', 'עִבְרִית', 'Русский', '한국어']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
|
@ -6,6 +6,7 @@ import pt from '@/locales/pt.json'
|
||||||
import fa from '@/locales/fa.json'
|
import fa from '@/locales/fa.json'
|
||||||
import he from '@/locales/he.json'
|
import he from '@/locales/he.json'
|
||||||
import ru from '@/locales/ru.json'
|
import ru from '@/locales/ru.json'
|
||||||
|
import ko from '@/locales/ko.json'
|
||||||
|
|
||||||
export default createI18n({
|
export default createI18n({
|
||||||
legacy: false,
|
legacy: false,
|
||||||
|
@ -19,6 +20,7 @@ export default createI18n({
|
||||||
'pt-PT': pt,
|
'pt-PT': pt,
|
||||||
'fa-IR': fa,
|
'fa-IR': fa,
|
||||||
'he-IL': he,
|
'he-IL': he,
|
||||||
'ru-RU': ru
|
'ru-RU': ru,
|
||||||
|
'ko-KR': ko
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 10d7cc027c65e925ff943c566155496c65789c54
|
Subproject commit 879907813dda214e52774879fe93d669c2c924f2
|
Loading…
Reference in a new issue