Add japanese translations

This commit is contained in:
tobspr 2020-06-15 21:55:24 +02:00
parent 49cad463f5
commit ccf8e3b29e
2 changed files with 12 additions and 2 deletions

View File

@ -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",

View File

@ -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: "",
},
}; };