mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Translating Game to Turkish (#498)
* Translating Game to Turkish - Adding "tr" object in language.js for setting appereance in game. - Updating base-tr.yaml * Minor Translation Fix
This commit is contained in:
parent
bcf75e152e
commit
58a4543c29
@ -81,6 +81,13 @@ export const LANGUAGES = {
|
|||||||
region: "",
|
region: "",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"tr": {
|
||||||
|
name: "Türkçe",
|
||||||
|
data: require("./built-temp/base-tr.json"),
|
||||||
|
code: "tr",
|
||||||
|
region: "",
|
||||||
|
},
|
||||||
|
|
||||||
"zh-CN": {
|
"zh-CN": {
|
||||||
// simplified
|
// simplified
|
||||||
name: "中文简体",
|
name: "中文简体",
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user