mirror of
https://github.com/Luzifer/ots.git
synced 2025-08-20 11:48:46 -04:00
Add Traditional Chinese translations (#68)
Co-authored-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ff91301acc
commit
007b82d1d8
2 changed files with 29 additions and 0 deletions
|
@ -6,6 +6,7 @@ import fr from './fr.json'
|
|||
import lv from './lv.json'
|
||||
import nl from './nl.json'
|
||||
import zh from './zh.json'
|
||||
import tw from './tw.json'
|
||||
|
||||
export default {
|
||||
ca,
|
||||
|
@ -16,4 +17,5 @@ export default {
|
|||
lv,
|
||||
nl,
|
||||
zh,
|
||||
'zh-TW': tw,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue