This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Chinese localization is not listed on Mac App Store (#47)
- Loading branch information
1 parent
2bb77a2
commit 54ce640
Showing
6 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|