From 1f22a677caeccb5c975659285dc1d66c9c5fc744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 23:15:44 +0600 Subject: [PATCH 1/5] Bump actions/checkout from 3.1.0 to 3.2.0 (#712) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autoprefixer.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/md-link-checker.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index 3f941f2..561a6b5 100644 --- a/.github/workflows/autoprefixer.yml +++ b/.github/workflows/autoprefixer.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout to latest commit - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 - name: Setup Node uses: actions/setup-node@v3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbae3fb..1e3141f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-18.04 steps: # checkout to the commit that has been pushed - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cbe49f1..a69afbb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/md-link-checker.yml b/.github/workflows/md-link-checker.yml index 91c04d7..eaec60a 100644 --- a/.github/workflows/md-link-checker.yml +++ b/.github/workflows/md-link-checker.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: # checkout to latest commit - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 # run markdown linter - uses: gaurav-nelson/github-action-markdown-link-check@1.0.14 From 657c50d9414a410900e0df2fbc21d4de3cc4a3a9 Mon Sep 17 00:00:00 2001 From: "M. Akif Tokatlioglu" Date: Mon, 26 Dec 2022 20:18:15 +0300 Subject: [PATCH 2/5] Fixed spelling problems in tr.toml (#711) Co-authored-by: Emruz Hossain --- i18n/tr.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/tr.toml b/i18n/tr.toml index 6fb6269..e6eec2d 100644 --- a/i18n/tr.toml +++ b/i18n/tr.toml @@ -6,7 +6,7 @@ other = "Anasayfa" other = "Gönderiler" [toc_heading] -other = "İçerik Tablous" +other = "İçerik Tablosu" [tags] other = "Etiketler" @@ -108,7 +108,7 @@ other = "Star" other = "Detaylar" [err_404] -other = "Aradığınız sayfa bulunmamakta." +other = "Aradığınız sayfa bulunamadı." [more] other = "Devamını Göster" From 71d2db71d9fd6f2ada306fa4529101b4d71af299 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 17:19:13 +0000 Subject: [PATCH 3/5] Update and run autoprefixer (#713) Co-authored-by: hossainemruz Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14e2279..5fd3573 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.13", - "postcss": "^8.4.19", + "postcss": "^8.4.20", "postcss-cli": "^8.3.1" } }, @@ -692,9 +692,9 @@ } }, "node_modules/postcss": { - "version": "8.4.19", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", - "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", + "version": "8.4.20", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz", + "integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==", "dev": true, "funding": [ { @@ -1543,9 +1543,9 @@ "dev": true }, "postcss": { - "version": "8.4.19", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", - "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", + "version": "8.4.20", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz", + "integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==", "dev": true, "requires": { "nanoid": "^3.3.4", diff --git a/package.json b/package.json index 3f343c4..14d7686 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/hugo-toha/toha#readme", "devDependencies": { "autoprefixer": "^10.4.13", - "postcss": "^8.4.19", + "postcss": "^8.4.20", "postcss-cli": "^8.3.1" } } From bafd3034ae2ba06e6781191ba8cf79c046126dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Mon, 26 Dec 2022 18:19:54 +0100 Subject: [PATCH 4/5] Add catalan translation (#710) * Add catalan translation * Add catalan language * Add catalan language in readme Co-authored-by: Emruz Hossain --- README.md | 1 + i18n/ad.toml | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+) create mode 100644 i18n/ad.toml diff --git a/README.md b/README.md index 437e33e..4bbdfbe 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ For more details about the features please visit [here](https://toha-guides.netl - Turkish - Arabic (العربية) - Português +- Català To know more about how to translate your site, please visit [here](https://toha-guides.netlify.app/posts/translation/). Follow, the data and post format from this [example site](https://hugo-toha.github.io). diff --git a/i18n/ad.toml b/i18n/ad.toml new file mode 100644 index 0000000..d0479c6 --- /dev/null +++ b/i18n/ad.toml @@ -0,0 +1,126 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Inici" + +[posts] +other = "Publicacions" + +[toc_heading] +other = "Taula de Continguts" + +[tags] +other = "Etiquetes" + +[categories] +other = "Categories" + +[at] +other = "a" + +[resume] +other = "El meu currículum" + +[navigation] +other = "Navegació" + +[contact_me] +other = "Contacta'm:" + +[email] +other = "Correu electrònic" + +[phone] +other = "Telèfon" + +[newsletter_text] +other = "Subscriure's" + +[newsletter_input_placeholder] +other = "Entra l'email" + +[newsletter_warning] +other = "Al entrar la vostra direcció de correu electrònic, esteu acceptant rebre el butlletí d'aquest lloc web." + +[submit] +other = "Enviar" + +[hugoAttributionText] +other = "Impulsat per" + +[prev] +other = "Anterior" + +[next] +other = "Següent" + +[share_on] +other = "Compartir a" + +[improve_this_page] +other = "Millorar aquesta pàgina" + +[out_of] +other = "de" + +[publications] +other = "Publicacions" + +[taken_courses] +other = "Cursos realitzats" + +[course_name] +other = "Nom del curs" + +[total_credit] +other = "Crèdits Totals" + +[obtained_credit] +other = "Crèdits Obtinguts" + +[extracurricular_activities] +other = "Activitats Extracurriculars" + +[show_more] +other = "Mostra'n més" + +[show_less] +other = "Mostra'n menys" + +[responsibilities] +other = "Responsabilitats:" + +[present] +other = "Actualitat" + +[comments_javascript] +other = "Si us plau, activa Javascript per mostrar" + +[comments_by] +other = "Comentaris per" + +[read] +other = "Llegir" + +[project_star] +other = "Preferit" + +[project_details] +other = "Detalls" + +[err_404] +other = "La pàgina que està cercant encara no existeix." + +[more] +other = "Més" + +[view_certificate] +other = "Mostrar Certificat" + +[notes] +other = "Notes" + +[disclaimer_text] +other = "Avís de Responsabilitat" + +[search] +other = "Cerca" From 75845423c90ae314bc41ee098b1ebfe125a011f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 23:20:23 +0600 Subject: [PATCH 5/5] add vendor specific css prefixes (#714) Co-authored-by: hossainemruz Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>