Skip to content

Commit

Permalink
Update Transifex links in docs, cli version in actions (#2579)
Browse files Browse the repository at this point in the history
* Update transifex links

* Update transifex cli in github actions
  • Loading branch information
olanti-p authored Apr 6, 2023
1 parent bccc8dd commit 152d45a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: "Install Transifex CLI"
run: |
curl -sL https://github.com/transifex/cli/releases/download/v1.0.0/tx-linux-amd64.tar.gz | sudo tar zxvf - -C /usr/bin tx
curl -sL https://github.com/transifex/cli/releases/download/v1.6.7/tx-linux-amd64.tar.gz | sudo tar zxvf - -C /usr/bin tx
- name: "Checkout"
uses: actions/checkout@v3
- name: "Get current date"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-translation-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt install gettext
- name: "Install Transifex CLI"
run: |
curl -sL https://github.com/transifex/cli/releases/download/v1.0.0/tx-linux-amd64.tar.gz | sudo tar zxvf - -C /usr/bin tx
curl -sL https://github.com/transifex/cli/releases/download/v1.6.7/tx-linux-amd64.tar.gz | sudo tar zxvf - -C /usr/bin tx
- name: "Install Python3"
run: |
sudo apt install python3-pip
Expand Down
2 changes: 1 addition & 1 deletion doc/CONTRIBUTING.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
## 번역

카타클리즘: 밝은 밤의 번역은 Transifex에서 진행중입니다.
[번역 프로젝트](https://www.transifex.com/bn-team/cataclysm-bright-nights/)에서 지원되는 언어를 실시간으로 확인할 수 있습니다.
[번역 프로젝트](https://app.transifex.com/bn-team/cataclysm-bright-nights/)에서 지원되는 언어를 실시간으로 확인할 수 있습니다.

[TRANSLATING](../doc/TRANSLATING.md)에서 더 자세한 내용을 확인할 수 있습니다:

Expand Down
2 changes: 1 addition & 1 deletion doc/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See [CODE_STYLE](../doc/CODE_STYLE.md) for details.
## Translations

The translation of Cataclysm: BN is done using Transifex.
Look at the [translation project](https://www.transifex.com/bn-team/cataclysm-bright-nights/) for an up-to-date list of supported languages.
Look at the [translation project](https://app.transifex.com/bn-team/cataclysm-bright-nights/) for an up-to-date list of supported languages.

See [TRANSLATING](../doc/TRANSLATING.md) for more information:

Expand Down
2 changes: 1 addition & 1 deletion doc/TRANSLATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ When `System language` is selected in settings, the game tries to use language t
If you're testing translations for a new language, or the language does not show up in settings, make sure it has its own entry in the definitions file.


[1]: https://www.transifex.com/bn-team/cataclysm-bright-nights
[1]: https://app.transifex.com/bn-team/cataclysm-bright-nights
[2]: https://docs.transifex.com/
[3]: ../lang/notes
[4]: https://www.gnu.org/software/gettext/
Expand Down

0 comments on commit 152d45a

Please sign in to comment.