Add Turkish language (thanks to @vehbiyilmaz)

closes #90

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-06-14 18:33:55 +02:00
parent 63dab6e989
commit f9fde2228c
No known key found for this signature in database
GPG key ID: D91C3E91E4CAD6F5
2 changed files with 29 additions and 0 deletions

View file

@ -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,
}