From 0698c39814913feccbddb33672000cfcc494bbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=B5=A3=E2=B5=93=E2=B5=80=E2=B5=89=E2=B5=94=20=E2=B4=B0?= =?UTF-8?q?=E2=B5=8E=E2=B4=B0=E2=B5=A3=E2=B5=89=E2=B5=96=20=D8=B2=D9=87?= =?UTF-8?q?=D9=8A=D8=B1=20=D8=A3=D9=85=D8=A7=D8=B2=D9=8A=D8=BA?= Date: Mon, 23 Jan 2023 21:33:32 +0100 Subject: [PATCH 1/3] Added translation using Weblate (Tamazight (Standard Moroccan)) --- translations/harbour-papocchio-zgh.ts | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 translations/harbour-papocchio-zgh.ts diff --git a/translations/harbour-papocchio-zgh.ts b/translations/harbour-papocchio-zgh.ts new file mode 100644 index 0000000..6110169 --- /dev/null +++ b/translations/harbour-papocchio-zgh.ts @@ -0,0 +1,30 @@ + + + + + CoverPage + + + Draw! + + + + + MainPage + + + Saving the canvas… + + + + + Clearing the canvas… + + + + + Quitting… + + + + From 99aabe61fb7a040d6518672ee767e9b59cdac47d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=B5=A3=E2=B5=93=E2=B5=80=E2=B5=89=E2=B5=94=20=E2=B4=B0?= =?UTF-8?q?=E2=B5=8E=E2=B4=B0=E2=B5=A3=E2=B5=89=E2=B5=96=20=D8=B2=D9=87?= =?UTF-8?q?=D9=8A=D8=B1=20=D8=A3=D9=85=D8=A7=D8=B2=D9=8A=D8=BA?= Date: Mon, 23 Jan 2023 20:33:55 +0000 Subject: [PATCH 2/3] Translated using Weblate (Tamazight (Standard Moroccan)) Currently translated at 100.0% (4 of 4 strings) Translation: Harbour Papocchio/Translations Translate-URL: https://hosted.weblate.org/projects/harbour-papocchio/translations/zgh/ --- translations/harbour-papocchio-zgh.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/translations/harbour-papocchio-zgh.ts b/translations/harbour-papocchio-zgh.ts index 6110169..f7fc61f 100644 --- a/translations/harbour-papocchio-zgh.ts +++ b/translations/harbour-papocchio-zgh.ts @@ -6,7 +6,7 @@ Draw! - + ⵙⵙⵓⵏⵖ! @@ -14,17 +14,17 @@ Saving the canvas… - + ⴰⵣⵎⵎⴻⵎ ⵏ ⵜⵉⴼⵙⵜ… Clearing the canvas… - + ⴽⴽⵙ ⵜⵉⴼⵙⵜ… Quitting… - + ⵓⴼⵓⵖ… From 2e08ae77972d8e042f75c4fbb9e53193da8ce01a Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Wed, 1 Feb 2023 23:33:06 +0100 Subject: [PATCH 3/3] Add Tamazight translation --- .github/workflows/build.yml | 4 ++-- Papocchio.pro | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6afbb55..cc9b50c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Prepare run: mkdir output @@ -42,7 +42,7 @@ jobs: arch: aarch64 - name: Upload build result - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: rpms path: RPMS diff --git a/Papocchio.pro b/Papocchio.pro index a97885b..19e97b4 100644 --- a/Papocchio.pro +++ b/Papocchio.pro @@ -38,4 +38,5 @@ TRANSLATIONS += \ translations/harbour-papocchio-sr.ts \ translations/harbour-papocchio-sv.ts \ translations/harbour-papocchio-tr.ts \ - translations/harbour-papocchio-tzm.ts + translations/harbour-papocchio-tzm.ts \ + translations/harbour-papocchio-zgh.ts