Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
add: a link to translation project in help for non-macOS env (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Dec 8, 2020
1 parent f73188c commit c266c99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shared/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,11 @@ function otherMenuHelp ({i18n, shell}) {
click () {
shell.openExternal('https://github.com/appium/appium-desktop/issues');
}
}, {
label: i18n.t('Add Or Improve Translations'),
click () {
shell.openExternal('https://crowdin.com/project/appium-desktop');
}
}]
};
}
Expand Down

0 comments on commit c266c99

Please sign in to comment.