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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout to latest commit
|
- name: Checkout to latest commit
|
||||||
uses: actions/checkout@v3.1.0
|
uses: actions/checkout@v3.2.0
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v3
|
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
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
# checkout to the commit that has been pushed
|
# checkout to the commit that has been pushed
|
||||||
- uses: actions/checkout@v3.1.0
|
- uses: actions/checkout@v3.2.0
|
||||||
with:
|
with:
|
||||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
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:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3.1.0
|
uses: actions/checkout@v3.2.0
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- 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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# checkout to latest commit
|
# checkout to latest commit
|
||||||
- uses: actions/checkout@v3.1.0
|
- uses: actions/checkout@v3.2.0
|
||||||
# run markdown linter
|
# run markdown linter
|
||||||
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.14
|
- 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
|
- Turkish
|
||||||
- Arabic (العربية)
|
- Arabic (العربية)
|
||||||
- Português
|
- 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).
|
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"
|
other = "Gönderiler"
|
||||||
|
|
||||||
[toc_heading]
|
[toc_heading]
|
||||||
other = "İçerik Tablous"
|
other = "İçerik Tablosu"
|
||||||
|
|
||||||
[tags]
|
[tags]
|
||||||
other = "Etiketler"
|
other = "Etiketler"
|
||||||
|
@ -108,7 +108,7 @@ other = "Star"
|
||||||
other = "Detaylar"
|
other = "Detaylar"
|
||||||
|
|
||||||
[err_404]
|
[err_404]
|
||||||
other = "Aradığınız sayfa bulunmamakta."
|
other = "Aradığınız sayfa bulunamadı."
|
||||||
|
|
||||||
[more]
|
[more]
|
||||||
other = "Devamını Göster"
|
other = "Devamını Göster"
|
||||||
|
|
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -9,7 +9,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.13",
|
||||||
"postcss": "^8.4.19",
|
"postcss": "^8.4.20",
|
||||||
"postcss-cli": "^8.3.1"
|
"postcss-cli": "^8.3.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -692,9 +692,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/postcss": {
|
"node_modules/postcss": {
|
||||||
"version": "8.4.19",
|
"version": "8.4.20",
|
||||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz",
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz",
|
||||||
"integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==",
|
"integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -1543,9 +1543,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"version": "8.4.19",
|
"version": "8.4.20",
|
||||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz",
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz",
|
||||||
"integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==",
|
"integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"nanoid": "^3.3.4",
|
"nanoid": "^3.3.4",
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"homepage": "https://github.com/hugo-toha/toha#readme",
|
"homepage": "https://github.com/hugo-toha/toha#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.13",
|
||||||
"postcss": "^8.4.19",
|
"postcss": "^8.4.20",
|
||||||
"postcss-cli": "^8.3.1"
|
"postcss-cli": "^8.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue