add japanese localization

This commit was merged in pull request #14.
This commit is contained in:
Brother Sharp
2022-01-17 19:16:11 +09:00
committed by GitHub
parent 697950e22a
commit d51c416ac2
2 changed files with 45 additions and 0 deletions

View File

@@ -26,6 +26,11 @@
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
}
],
"url": "https://github.com/manuelVo/foundryvtt-smart-doors",