mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +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:
@@ -81,6 +81,13 @@ export const LANGUAGES = {
|
||||
region: "",
|
||||
},
|
||||
|
||||
"tr": {
|
||||
name: "Türkçe",
|
||||
data: require("./built-temp/base-tr.json"),
|
||||
code: "tr",
|
||||
region: "",
|
||||
},
|
||||
|
||||
"zh-CN": {
|
||||
// simplified
|
||||
name: "中文简体",
|
||||
|
||||
Reference in New Issue
Block a user