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
pull/504/head
oguz523 4 years ago committed by GitHub
parent bcf75e152e
commit 58a4543c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: "中文简体",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save