File tree 4 files changed +16
-4
lines changed
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2023 Overte e.V.
1
+ # Copyright 2023-2024 Overte e.V.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
name : Production CI Build & Deploy
65
65
make BUILDDIR="build/fr" SPHINXOPTS="-Dlanguage=fr" html
66
66
mv build/fr/html/ output/fr/
67
67
68
+ - name : Build Portuguese translation
69
+ run : |
70
+ make BUILDDIR="build/pt" SPHINXOPTS="-Dlanguage=pt" html
71
+ mv build/pt/html/ output/pt/
72
+
68
73
- name : Deploy website
69
74
uses :
SamKirkland/[email protected]
70
75
with :
Original file line number Diff line number Diff line change 67
67
shell : bash
68
68
run : |
69
69
make BUILDDIR=build-lt SPHINXOPTS="-Dlanguage=lt -W --keep-going" html
70
+
71
+ - name : Check Portuguese
72
+ if : ${{ success() || failure() }}
73
+ shell : bash
74
+ run : |
75
+ make BUILDDIR=build-pt SPHINXOPTS="-Dlanguage=pt -W --keep-going" html
Original file line number Diff line number Diff line change 8
8
< a lang ="fr " value ="french " href ="https://overte.org/fr/ "> 🇫🇷 Français</ a >
9
9
< a lang ="ko " value ="korean " href ="https://overte.org/ko/ "> 🇰🇷 한국어</ a >
10
10
< a lang ="lt " value ="lithuanian " href ="https://overte.org/lt/ "> 🇱🇹 Lietuvių</ a >
11
+ < a lang ="pt " value ="portuguese " href ="https://overte.org/pt/ "> 🇵🇹 Português</ a >
11
12
< a lang ="ja " value ="japanese " href ="https://overte.org/ja/ "> 🇯🇵 日本語</ a >
12
13
< a lang ="zh_Hant " value ="traditional_chinese " href ="https://overte.org/zh_Hant/ "> 🇹🇼 繁體中文</ a >
13
14
</ div >
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ msgid ""
152
152
msgstr ""
153
153
"Junte-se ao nosso Espaço Matriz em |MatrixLink| `overte:overte.org 🔗 "
154
154
"<https://matrix.to/#/#overte:overte.org>`_. Nosso Espaço Matriz também "
155
- "está conectado ao |DiscordLink| ` Discord 🔗 <https:// discord "
155
+ "está conectado ao |DiscordLink| `Discord 🔗 <https:// discord "
156
156
".gg/4YuQvc8K2f>`_."
157
157
158
158
#: ../../source/contact.rst:35
@@ -576,8 +576,8 @@ msgid ""
576
576
":doc:`Get Overte <downloads>` |DownloadPage| or take a look at our "
577
577
":doc:`Gallery <gallery>` |GalleryPage|."
578
578
msgstr ""
579
- ":doc:`Obtenha o Overte em nossa <downloads>` |Página de Download | ou dê "
580
- "uma olhada em nossa :doc:`Galeria <gallery>` |Galeria |."
579
+ ":doc:`Obtenha o Overte em nossa <downloads>` |DownloadPage | ou dê "
580
+ "uma olhada em nossa :doc:`Galeria <gallery>` |GalleryPage |."
581
581
582
582
#: ../../source/index.rst:32
583
583
msgid "Development meeting in the Overte office"
You can’t perform that action at this time.
0 commit comments