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

Commit

Permalink
Fix Chinese localization is not listed on Mac App Store (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Aug 28, 2018
1 parent 2bb77a2 commit 54ce640
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ <h2>Google Translate Client</h2>

<p style="margin-bottom: 1em">
<a href="https://www.microsoft.com/store/apps/9wzdncrcsg9k?cid=landing" class="download-btn">
<img src="{{ "/images/microsoft-store.png" | relative_url }}" alt="Microsoft Store" />
<img src="{{ '/images/microsoft-store.png' | relative_url }}" alt="Microsoft Store" />
</a>
<a href="https://itunes.apple.com/us/app/translatium/id1176624652" class="download-btn">
<img src="{{ "/images/mac-app-store.png" | relative_url }}" alt="Mac App Store" />
<img src="{{ '/images/mac-app-store.png' | relative_url }}" alt="Mac App Store" />
</a>
</p>

<p>
<small>WebCatalog requires macOS 10.9 or later; Windows 10.
<br><a href="https://github.com/quanglam2807/translatium/releases">Release Notes</a> | <a href="mailto:[email protected]?subject=[Translatium]">Contact</a> | <a href="/privacy">Privacy</a> | <a href="https://github.com/quanglam2807/translatium">GitHub</a>.</small></p>
<br><a href="https://github.com/quanglam2807/translatium/releases">Release Notes</a> | <a href="mailto:[email protected]?subject=[Translatium]">Contact</a> | <a href="/privacy">Privacy</a> | <a href="https://github.com/quanglam2807/translatium">GitHub</a> | <a href="/popclip">PopClip Extension</a>.</small></p>


<img src="{{ "/images/translatium-screenshot.png" | relative_url }}" alt="Translatium on macOS" class="screenshot is-small" />
<img src="{{ '/images/translatium-screenshot.png' | relative_url }}" alt="Translatium on macOS" class="screenshot is-small" />
</div>
</section>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"concurrently": "3.5.1",
"cross-env": "5.1.6",
"del": "3.0.0",
"electron": "2.0.7",
"electron": "2.0.8",
"electron-builder": "20.15.1",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/state/root/strings/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import ptApp from '../../../strings/pt_BR.app.json';
import ptLanguages from '../../../strings/pt_BR.languages.json';
import viApp from '../../../strings/vi.app.json';
import viLanguages from '../../../strings/vi.languages.json';
import zhLanguages from '../../../strings/zh-CN.languages.json';
import zhApp from '../../../strings/zh-CN.app.json';
import zhLanguages from '../../../strings/zh_CN.languages.json';
import zhApp from '../../../strings/zh_CN.app.json';

export const updateStrings = langId => (dispatch) => {
let strings;
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2657,9 +2657,9 @@ electron-to-chromium@^1.3.47:
version "1.3.47"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.47.tgz#764e887ca9104d01a0ac8eabee7dfc0e2ce14104"

[email protected].7:
version "2.0.7"
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.7.tgz#f7ce410433298e319032ce31f0e6ffd709ff052c"
[email protected].8:
version "2.0.8"
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.8.tgz#6ec7113b356e09cc9899797e0d41ebff8163e962"
dependencies:
"@types/node" "^8.0.24"
electron-download "^3.0.1"
Expand Down

0 comments on commit 54ce640

Please sign in to comment.