diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md
index 15b0a2c9..ec7a9367 100644
--- a/exampleSite/content/docs/configuration/index.md
+++ b/exampleSite/content/docs/configuration/index.md
@@ -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` |
diff --git a/exampleSite/content/docs/welcome/index.md b/exampleSite/content/docs/welcome/index.md
index 90a71535..ca49a977 100644
--- a/exampleSite/content/docs/welcome/index.md
+++ b/exampleSite/content/docs/welcome/index.md
@@ -26,7 +26,7 @@ A highly requested feature, Blowfish is now multilingual! If you publish your co
:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:
-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.
\ No newline at end of file
+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.
diff --git a/i18n/gl.yaml b/i18n/gl.yaml
new file mode 100644
index 00000000..2a29c14b
--- /dev/null
+++ b/i18n/gl.yaml
@@ -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"