mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-30 16:59:13 -04:00
Build 29075517
This commit is contained in:
parent
2d383f02cb
commit
0cb4945e7d
7 changed files with 52 additions and 17 deletions
|
@ -3,7 +3,8 @@ import fr from "./fr.json";
|
|||
import ar from "./ar.json";
|
||||
import ru from "./ru.json";
|
||||
import es from "./es.json";
|
||||
// import de from "./de.json";
|
||||
import tr from "./tr.json";
|
||||
import de from "./de.json";
|
||||
// import ko from "./ko.json";
|
||||
// import ur from "./ur.json";
|
||||
// import uz from "./uz.json";
|
||||
|
@ -14,7 +15,6 @@ export const languages = [
|
|||
text: "English",
|
||||
value: "en",
|
||||
strings: en,
|
||||
|
||||
levelName: "UK",
|
||||
},
|
||||
{
|
||||
|
@ -46,13 +46,19 @@ export const languages = [
|
|||
levelName: "Russia",
|
||||
},
|
||||
|
||||
// {
|
||||
// text: "Deutsch",
|
||||
// value: "de",
|
||||
// strings: de,
|
||||
//
|
||||
// levelName: "Germany",
|
||||
// },
|
||||
{
|
||||
text: "Deutsch",
|
||||
value: "de",
|
||||
strings: de,
|
||||
levelName: "Germany",
|
||||
},
|
||||
{
|
||||
text: "Türkçe",
|
||||
value: "tr",
|
||||
strings: tr,
|
||||
|
||||
levelName: "Türkiye",
|
||||
},
|
||||
// {
|
||||
// text: "汉语",
|
||||
// value: "zh",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue