Merge branch 'main' into patch-1
This commit is contained in:
commit
cdf71d9a93
9 changed files with 141 additions and 14 deletions
2
.github/workflows/autoprefixer.yml
vendored
2
.github/workflows/autoprefixer.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/md-link-checker.yml
vendored
2
.github/workflows/md-link-checker.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
126
i18n/ad.toml
Normal file
126
i18n/ad.toml
Normal file
|
@ -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"
|
|
@ -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"
|
||||
|
|
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue