Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #196 from jonathontoon/develop
Browse files Browse the repository at this point in the history
 Fix a Japanese translation for report_issue_action
  • Loading branch information
jonathontoon authored Feb 12, 2019
2 parents 05518a9 + 993825e commit 32d0ef6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [v1.1.4](https://github.com/jonathontoon/tweet-tray/releases/tag/v1.1.4)

- Simplify position logic on Windows.

## [v1.1.3](https://github.com/jonathontoon/tweet-tray/releases/tag/v1.1.3)

- Add CLI option for running the executable with a proxy (#57)
Expand Down
2 changes: 1 addition & 1 deletion app/localizations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"night_mode_action": "夜間モード",
"launch_start_up_action": "システム起動時に開く",
"read_faq_action": "FAQを読む",
"report_issue_action": "問題やハグを報告する",
"report_issue_action": "問題やバグを報告する",
"quit_action": "Tweet Trayを終了",
"log_out_action": "ログアウト"
}
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tweet-tray",
"productName": "Tweet Tray",
"version": "1.1.4",
"version": "1.1.5",
"description": "Tweet quickly from the desktop without any more distractions.",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "jonathontoon@gmail.com",
"url": "https://github.com/jonathontoon"
},
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit 32d0ef6

Please sign in to comment.