Skip to content

Commit 0089d38

Browse files
authored
Merge pull request #15 from JulianGro/Portuguese
Add Portuguese language
2 parents fc016cb + 97e3a14 commit 0089d38

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.github/workflows/deploy.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Overte e.V.
1+
# Copyright 2023-2024 Overte e.V.
22
# SPDX-License-Identifier: Apache-2.0
33

44
name: Production CI Build & Deploy
@@ -65,6 +65,11 @@ jobs:
6565
make BUILDDIR="build/fr" SPHINXOPTS="-Dlanguage=fr" html
6666
mv build/fr/html/ output/fr/
6767
68+
- name: Build Portuguese translation
69+
run: |
70+
make BUILDDIR="build/pt" SPHINXOPTS="-Dlanguage=pt" html
71+
mv build/pt/html/ output/pt/
72+
6873
- name: Deploy website
6974
uses: SamKirkland/[email protected]
7075
with:

.github/workflows/master_warnings.yml

+6
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@ jobs:
6767
shell: bash
6868
run: |
6969
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

source/_templates/searchbox.html

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<a lang="fr" value="french" href="https://overte.org/fr/">🇫🇷&nbsp;Français</a>
99
<a lang="ko" value="korean" href="https://overte.org/ko/">🇰🇷&nbsp;한국어</a>
1010
<a lang="lt" value="lithuanian" href="https://overte.org/lt/">🇱🇹&nbsp;Lietuvių</a>
11+
<a lang="pt" value="portuguese" href="https://overte.org/pt/">🇵🇹&nbsp;Português</a>
1112
<a lang="ja" value="japanese" href="https://overte.org/ja/">🇯🇵&nbsp;日本語</a>
1213
<a lang="zh_Hant" value="traditional_chinese" href="https://overte.org/zh_Hant/">🇹🇼&nbsp;繁體中文</a>
1314
</div>

source/locales/pt/LC_MESSAGES/overte-website.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ msgid ""
152152
msgstr ""
153153
"Junte-se ao nosso Espaço Matriz em |MatrixLink| `overte:overte.org 🔗 "
154154
"<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 "
156156
".gg/4YuQvc8K2f>`_."
157157

158158
#: ../../source/contact.rst:35
@@ -576,8 +576,8 @@ msgid ""
576576
":doc:`Get Overte <downloads>` |DownloadPage| or take a look at our "
577577
":doc:`Gallery <gallery>` |GalleryPage|."
578578
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|."
581581

582582
#: ../../source/index.rst:32
583583
msgid "Development meeting in the Overte office"

0 commit comments

Comments
 (0)