Skip to content

Commit

Permalink
docs: add ukrainian in readme (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchen committed Oct 9, 2021
1 parent 411fc31 commit f28aa61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This not-for-profit fan-remake of the tower defense, resource management fantasy game is developed by [@tomchen](https://github.com/tomchen) with TypeScript + React + Redux + redux-observable + RxJS + CSS-based animations + WebRTC (see [§ Development](#development)). Please star the repo / follow me to support me.

It's available in 12 languages: English, French, German, Simplified Chinese, Traditional Chinese, Spanish, Italian, Russian, Czech, Polish, Brazilian Portuguese, Japanese.
It's available in 12 languages: English, French, German, Simplified Chinese, Traditional Chinese, Spanish, Italian, Russian, Czech, Polish, Brazilian Portuguese, Japanese, Ukrainian.

By default, you play against computer AI 🤖 in the Single Player Mode. You can also switch to [Multiplayer Mode 🧑‍🤝‍🧑](#multiplayer-mode) which is nearly stable in the latest version. Note that if both players are behind "bad", symmetric NAT ([detect your NAT type](https://tomchen.github.io/symmetric-nat-test/)), the Multiplayer Mode won't work. Click gear ⚙️ icon in the game to open the "Preferences" window so you can switch to Multiplayer Mode or change other settings.

Expand Down Expand Up @@ -225,17 +225,20 @@ Dev scripts / tools are in the [`tools` folder](https://github.com/arcomage/arco
* Czech (`cs`): Yym
* Brazilian Portuguese (`pt-BR`) (translated): [mateuscv](https://github.com/mateuscv)
* Japanese (`ja`) (translated): [Tom Chen](https://github.com/tomchen) with the help of [Google Translate](https://translate.google.com/) & [DeepL](https://www.deepl.com/translator)
* Ukrainian (`uk`) (translated): [troyane](https://github.com/troyane)
* All others: [Tom Chen](https://github.com/tomchen) with OCR tool [tesseract.js](https://tesseract.projectnaptha.com/) & [other scripts](https://github.com/arcomage/arcomage-hd/tree/main/tools)
* Traditional Chinese (`zh-Hant`): converted from `zh-Hans` by [Tom Chen](https://github.com/tomchen) with [his scripts](https://github.com/arcomage/arcomage-hd/tree/main/tools/zhconvert) using [opencc-js](https://github.com/nk2028/opencc-js)
* [Main](https://github.com/arcomage/arcomage-hd/tree/main/src/i18n/main) string translators (some are from the original games):
* Russian (`ru`): [rayburn](https://github.com/TombOfVARN)
* Polish (`pl`): (partially by) Plamcia
* Brazilian Portuguese (`pt-BR`): [mateuscv](https://github.com/mateuscv)
* Ukrainian (`uk`): [troyane](https://github.com/troyane)
* All others: [Tom Chen](https://github.com/tomchen) by himself and/or with the help of [Google Translate](https://translate.google.com/) & [DeepL](https://www.deepl.com/translator)
* Traditional Chinese (`zh-Hant`): converted from `zh-Hans` by [Tom Chen](https://github.com/tomchen) with [his scripts](https://github.com/arcomage/arcomage-hd/tree/main/tools/zhconvert) using [opencc-js](https://github.com/nk2028/opencc-js)
* [Taverns](https://github.com/arcomage/arcomage-hd/tree/main/src/i18n/taverns): extracted from *Might and Magic VIII* & *VI* original games by [Tom Chen](https://github.com/tomchen) with [his script](https://github.com/arcomage/arcomage-hd/tree/main/tools/i18n-extraction). Except for:
* Brazilian Portuguese (`pt-BR`) (translated): [mateuscv](https://github.com/mateuscv)
* Japanese (`ja`) (translated): [Tom Chen](https://github.com/tomchen) with the help of [Google Translate](https://translate.google.com/) & [DeepL](https://www.deepl.com/translator)
* Ukrainian (`uk`) (translated): [troyane](https://github.com/troyane)

*See also [I18N Issue Page](https://github.com/arcomage/arcomage-hd/issues/9)*

Expand Down

0 comments on commit f28aa61

Please sign in to comment.