Skip to content

Commit

Permalink
Enable Czech language
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGro committed Aug 19, 2023
1 parent e845356 commit a06b75e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/master_warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ jobs:
shell: bash
run: |
make BUILDDIR=build-ko SPHINXOPTS="-Dlanguage=ko -W --keep-going" html
- name: Check Czech documentation
if: ${{ success() || failure() }}
shell: bash
run: |
make BUILDDIR=build-cs SPHINXOPTS="-Dlanguage=cs -W --keep-going" html
1 change: 1 addition & 0 deletions source/home.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The following translations are available:
* `Français <https://docs.overte.org/fr/latest/>`_ |fr_trans|
* `日本語 <https://docs.overte.org/ja/latest/>`_ |jp_trans|
* `한국어 <https://docs.overte.org/ko/latest/>`_ |ko_trans|
* `Čeština <https://docs.overte.org/cs/latest/>`_ |cs_trans|


-------------------------
Expand Down

0 comments on commit a06b75e

Please sign in to comment.