mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
Merge pull request #1447 from jmmarino2/Galician
🎏 New gl.yaml for Galician language
This commit is contained in:
commit
72ed17d32f
3 changed files with 77 additions and 2 deletions
|
@ -74,6 +74,7 @@ The theme currently supports the following languages by default:
|
|||
| Spanish (Spain) | `es` |
|
||||
| Finnish | `fi` |
|
||||
| French | `fr` |
|
||||
| Galician | `gl` |
|
||||
| Hebrew | `he` |
|
||||
| Croatian | `hr` |
|
||||
| Hungarian | `hu` |
|
||||
|
|
|
@ -26,7 +26,7 @@ A highly requested feature, Blowfish is now multilingual! If you publish your co
|
|||
|
||||
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
|
||||
|
||||
Thanks to submissions from the community, Blowfish has already been translated into [twenty-six languages](https://github.com/nunocoracao/blowfish/tree/main/i18n) with more to be added over time. By the way, [pull requests](https://github.com/nunocoracao/blowfish/pulls) for new languages are always welcome!
|
||||
Thanks to submissions from the community, Blowfish has already been translated into [twenty-seven languages](https://github.com/nunocoracao/blowfish/tree/main/i18n) with more to be added over time. By the way, [pull requests](https://github.com/nunocoracao/blowfish/pulls) for new languages are always welcome!
|
||||
|
||||
## RTL language support
|
||||
|
||||
|
@ -76,4 +76,4 @@ The new image resizing features also provide full control over `alt` and `title`
|
|||
|
||||
## A whole lot more
|
||||
|
||||
There's countless other features to explore. From being able to display taxonomies on articles and list pages, to using the new `headline` author parameter to customise your homepage. There's also improved JSON-LD structured data which further optimises SEO performance.
|
||||
There's countless other features to explore. From being able to display taxonomies on articles and list pages, to using the new `headline` author parameter to customise your homepage. There's also improved JSON-LD structured data which further optimises SEO performance.
|
||||
|
|
74
i18n/gl.yaml
Normal file
74
i18n/gl.yaml
Normal file
|
@ -0,0 +1,74 @@
|
|||
global:
|
||||
language: "GL"
|
||||
|
||||
article:
|
||||
anchor_label: "Áncora"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Actualizado: {{ .Date }}"
|
||||
draft: "Borrador"
|
||||
edit_title: "Editar contido"
|
||||
reading_time:
|
||||
one: "{{ .Count }} min"
|
||||
other: "{{ .Count }} mins"
|
||||
reading_time_title: "Tempo de lectura"
|
||||
table_of_contents: "Táboa de contido"
|
||||
word_count:
|
||||
one: "{{ .Count }} palabra"
|
||||
other: "{{ .Count }} palabras"
|
||||
views:
|
||||
one: "{{ .Count }} visualización"
|
||||
other: "{{ .Count }} visualizacións"
|
||||
likes:
|
||||
one: "{{ .Count }} gústame"
|
||||
other: "{{ .Count }} gústame"
|
||||
part_of_series: "Este artigo é parte dunha serie."
|
||||
part: "Parte"
|
||||
this_article: "Este artigo"
|
||||
related_articles: "Relacionados"
|
||||
zen_mode_title:
|
||||
enable: "Activar modo zen"
|
||||
disable: "Desactivar modo zen"
|
||||
|
||||
author:
|
||||
byline_title: "Autor"
|
||||
|
||||
code:
|
||||
copy: "Copiar"
|
||||
copied: "Copiado"
|
||||
|
||||
error:
|
||||
404_title: "Páxina non atopada :confused:"
|
||||
404_error: "Error 404"
|
||||
404_description: "Parece que a páxina que solicitaches non existe."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Cambiar a modo oscuro"
|
||||
light_appearance: "Cambiar a modo claro"
|
||||
powered_by: "Desenvolvida con {{ .Hugo }} & {{ .Theme }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Ligazón a páxina externa"
|
||||
no_articles: "Ainda non hai artigos para listar aquí."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Ir arriba"
|
||||
skip_to_main: "Ir ó contido"
|
||||
|
||||
search:
|
||||
open_button_title: "Procurar (/)"
|
||||
close_button_title: "Pechar (Esc)"
|
||||
input_placeholder: "Procurar"
|
||||
|
||||
sharing:
|
||||
email: "Enviar vía email"
|
||||
facebook: "Compartir en Facebook"
|
||||
linkedin: "Compartir en LinkedIn"
|
||||
pinterest: "Pinear en Pinterest"
|
||||
reddit: "Publicar en Reddit"
|
||||
twitter: "Tuitear en Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recente"
|
||||
|
||||
recent:
|
||||
show_more: "Mostrar máis"
|
Loading…
Reference in a new issue