Skip to content

Commit

Permalink
Merge branch 'main' into language-dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored Apr 22, 2023
2 parents 06b171a + f4d693c commit af6a529
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: >
sudo apt-get update -qq && sudo apt-get install -qq --no-install-recommends po4a
- name: Set up Python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ env.python_version }}
- name: Build translations
Expand Down
1 change: 1 addition & 0 deletions .well-known/org.flathub.VerifiedApps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0b88f15e-b716-4edd-b1ab-b898212bf12c
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ permalink: pretty
include:
- "_pages"
- "js"
- .well-known
collections:
usps:
platforms:
Expand Down
35 changes: 17 additions & 18 deletions po/site.hr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2023-04-18 21:26-0400\n"
"PO-Revision-Date: 2023-04-18 09:49+0000\n"
"PO-Revision-Date: 2023-04-20 10:50+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: Croatian <https://hosted.weblate.org/projects/gaphor/gaphor-github-io/hr/>\n"
"Language-Team: Croatian <https://hosted.weblate.org/projects/gaphor/"
"gaphor-github-io/hr/>\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.17\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.18-dev\n"

#. type: Yaml Front Matter Hash Value: title
#: _platforms/01-windows.md
Expand Down Expand Up @@ -434,10 +436,10 @@ msgstr "Počni raditi s Gaphorom"

#. type: Plain text
#: tutorials/get-started-with-gaphor.md
#, fuzzy
#| msgid "This page has moved to https://gaphor.readthedocs.io/en/latest/getting_started.html."
msgid "This page has moved to https://docs.gaphor.org/en/latest/getting_started.html."
msgstr "Ova je stranica premještena na https://gaphor.readthedocs.io/en/latest/getting_started.html."
msgstr ""
"Ova je stranica premještena na https://docs.gaphor.org/en/latest/"
"getting_started.html."

#. type: Yaml Front Matter Hash Value: title
#: tutorials/your-first-model.md
Expand Down Expand Up @@ -469,10 +471,11 @@ msgstr "Otvoreni kod"

#. type: Plain text
#: _usps/02-opensource.md
#, fuzzy
#| msgid "No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/master/LICENSE.txt)."
msgid "No vendor lock-in: Gaphor is written in Python and is 100% Open Source, available under a friendly [Apache 2 license](https://github.com/gaphor/gaphor/blob/main/LICENSE.txt)."
msgstr "Neovisno o proizvođaču: Gaphor je napisan u Pythonu, 100 % otvorenog koda, dostupan pod [Apache 2 licencom](https://github.com/gaphor/gaphor/blob/master/LICENSE.txt)."
msgstr ""
"Neovisno o proizvođaču: Gaphor je napisan u Pythonu, 100 % otvorenog koda, "
"dostupan pod [Apache 2 licencom](https://github.com/gaphor/gaphor/blob/main/"
"LICENSE.txt)."

#. type: Yaml Front Matter Hash Value: title
#: _usps/03-beginner-pro.md
Expand Down Expand Up @@ -606,16 +609,12 @@ msgstr "Prijavi problem na GitHubu"

#. type: Plain text
#: _pages/discuss.md
#, fuzzy
#| msgid ""
#| "Please use our GitHub issue tracker for general questions and reporting bugs.\n"
#| "Before submitting a GitHub issue please review our page about\n"
#| "<a href=\"../tutorials/report-bugs\">how to report a bug in Gaphor</a>.\n"
msgid "Please use our GitHub issue tracker for general questions and reporting bugs. Before submitting a GitHub issue please review our page about [how to report a bug in Gaphor](/tutorials/report-bugs)."
msgstr ""
"Koristi naš sustav za praćenje problema na GitHubu za opća pitanja i prijavljivanje grešaka. \n"
"Prije nego što pošalješ problem na GitHub, pregledaj našu stranicu o tome\n"
"<a href=\"../tutorials/report-bugs\">kako prijaviti grešku u Gaphoru</a>.\n"
"Koristi naš sustav za praćenje problema na GitHubu za opća pitanja i "
"prijavljivanje grešaka. Prije nego što pošalješ problem na GitHub, "
"pregledaj našu stranicu o tome [kako prijaviti grešku u Gaphoru](/tutorials/"
"report-bugs)."

#. type: Plain text
#: _pages/discuss.md
Expand Down

0 comments on commit af6a529

Please sign in to comment.