Skip to content

Commit

Permalink
Merge pull request #54 from hideki0403/develop
Browse files Browse the repository at this point in the history
release: v1.4.1
  • Loading branch information
hideki0403 authored Jul 9, 2022
2 parents 9023a0a + 733a63c commit db26c0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-japanese",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions src/common/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,9 @@ const betterJapanese = {
}

localStorage.setItem('BJPLangPack', JSON.stringify(translateJson))
this.config.hash = assetsData.hash
this.save()

this.log('Update successfull')

Game.Notify('日本語訳改善Mod', '翻訳データを更新しました。<br>再読み込み後から有効になります。<br><a onclick="betterJapanese.reload()">セーブデータを保存して再読み込み</a>')
Expand Down

0 comments on commit db26c0c

Please sign in to comment.