mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Add japanese translations
This commit is contained in:
parent
49cad463f5
commit
ccf8e3b29e
@ -1,8 +1,12 @@
|
|||||||
export const CHANGELOG = [
|
export const CHANGELOG = [
|
||||||
{
|
{
|
||||||
version: "1.1.13",
|
version: "1.1.13",
|
||||||
date: "unreleased",
|
date: "15.06.2020",
|
||||||
entries: ["Added shift modifier for faster pan (by jaysc)"],
|
entries: [
|
||||||
|
"Added shift modifier for faster pan (by jaysc)",
|
||||||
|
"Added japanese translations",
|
||||||
|
"Updated existing translations",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
version: "1.1.12",
|
version: "1.1.12",
|
||||||
|
@ -68,4 +68,10 @@ export const LANGUAGES = {
|
|||||||
code: "no",
|
code: "no",
|
||||||
region: "",
|
region: "",
|
||||||
},
|
},
|
||||||
|
"ja": {
|
||||||
|
name: "日本語",
|
||||||
|
data: require("./built-temp/base-ja.json"),
|
||||||
|
code: "ja",
|
||||||
|
region: "",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user