mirror of
https://github.com/Luzifer/ots.git
synced 2025-08-19 19:28:23 -04:00
Add Turkish language (thanks to @vehbiyilmaz)
closes #90 Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
63dab6e989
commit
f9fde2228c
2 changed files with 29 additions and 0 deletions
|
@ -8,6 +8,7 @@ import nl from './nl.json'
|
|||
import ptBR from './ptBR.json'
|
||||
import ru from './ru.json'
|
||||
import sv from './sv.json'
|
||||
import tr from './tr.json'
|
||||
import zh from './zh.json'
|
||||
import zhTW from './zhTW.json'
|
||||
|
||||
|
@ -22,6 +23,7 @@ export default {
|
|||
'pt-BR': ptBR,
|
||||
ru,
|
||||
sv,
|
||||
tr,
|
||||
zh,
|
||||
'zh-TW': zhTW,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue