Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jan 1, 2022
1 parent e573bee commit fe8d82a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Empty file added languages/ja.json
Empty file.
7 changes: 6 additions & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json"
}
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
}

],
"scripts": [
Expand Down
3 changes: 3 additions & 0 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,6 @@ Object.byString = function (o, s) {
}
return o;
};



0 comments on commit fe8d82a

Please sign in to comment.