mirror of
https://github.com/Luzifer/ots.git
synced 2025-08-19 11:18:09 -04:00
Add Russian language (#79)
This commit is contained in:
parent
ec861f1675
commit
6a0700dd81
2 changed files with 29 additions and 0 deletions
|
@ -5,6 +5,7 @@ import es from './es.json'
|
|||
import fr from './fr.json'
|
||||
import lv from './lv.json'
|
||||
import nl from './nl.json'
|
||||
import ru from './ru.json'
|
||||
import zh from './zh.json'
|
||||
import tw from './tw.json'
|
||||
|
||||
|
@ -16,6 +17,7 @@ export default {
|
|||
fr,
|
||||
lv,
|
||||
nl,
|
||||
ru,
|
||||
zh,
|
||||
'zh-TW': tw,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue