Skip to content

Commit

Permalink
3.1.2 and translate Cancel into Japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Jul 6, 2022
1 parent 8f72536 commit 5c77574
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.katahiromz.krakra_ja_jp"
minSdkVersion 28
targetSdkVersion 30
versionCode 311
versionName "3.1.1"
versionCode 312
versionName "3.1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/saimin/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const DEBUG = true;
// {{language-specific}}
const TEXT_PIC = '画';
const TEXT_OK = 'OK';
const TEXT_CANCEL = 'Cancel'; // 画面が小さいからこれは英語のままにする。
const TEXT_CANCEL = 'キャンセル';
const TEXT_YES = 'はい';
const TEXT_NO = 'いいえ';
const TEXT_VERSION_INFO = 'バージョン情報';
Expand Down
Binary file removed app/src/main/ic_launcher-playstore.png
Binary file not shown.

0 comments on commit 5c77574

Please sign in to comment.