mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -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 {
|
||||
setup() {
|
||||
return {
|
||||
langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT', 'fa-IR', 'he-IL', 'ru-RU'],
|
||||
names: ['English', 'Español', 'Nederlands', 'Português', 'فارسی', 'עִבְרִית', 'Русский']
|
||||
langs: ['en-US', 'es-ES', 'nl-NL', 'pt-PT', 'fa-IR', 'he-IL', 'ru-RU', 'ko-KR'],
|
||||
names: ['English', 'Español', 'Nederlands', 'Português', 'فارسی', 'עִבְרִית', 'Русский', '한국어']
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
|
|
@ -6,6 +6,7 @@ import pt from '@/locales/pt.json'
|
|||
import fa from '@/locales/fa.json'
|
||||
import he from '@/locales/he.json'
|
||||
import ru from '@/locales/ru.json'
|
||||
import ko from '@/locales/ko.json'
|
||||
|
||||
export default createI18n({
|
||||
legacy: false,
|
||||
|
@ -19,6 +20,7 @@ export default createI18n({
|
|||
'pt-PT': pt,
|
||||
'fa-IR': fa,
|
||||
'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