diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index 55ffc084..64a2f79b 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -67,6 +67,7 @@ The theme currently supports the following languages by default: | 🇦🇪 Arabic | `ar` | | 🇧🇬 Bulgarian | `bg` | | 🇧🇩 Bengali | `bn` | +| 🇪🇸 Catalan | `ca` | | 🇨🇿 Czech | `cs` | | 🇩🇪 German | `de` | | 🇬🇧 English | `en` | diff --git a/exampleSite/content/docs/welcome/index.md b/exampleSite/content/docs/welcome/index.md index 049397dd..90a71535 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 [eight 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-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! ## RTL language support diff --git a/i18n/ca.yaml b/i18n/ca.yaml new file mode 100644 index 00000000..6b76f3e2 --- /dev/null +++ b/i18n/ca.yaml @@ -0,0 +1,74 @@ +global: + language: "CA" + +article: + anchor_label: "Àncora" + date: "{{ .Date }}" + date_updated: "Actualitzat: {{ .Date }}" + draft: "Esborrany" + edit_title: "Editar contingut" + reading_time: + one: "{{ .Count }} min" + other: "{{ .Count }} mins" + reading_time_title: "Temps de lectura" + table_of_contents: "Taula de contingut" + word_count: + one: "{{ .Count }} paraula" + other: "{{ .Count }} paraules" + views: + one: "{{ .Count }} visualització" + other: "{{ .Count }} visualitzacions" + likes: + one: "{{ .Count }} m'agrada" + other: "{{ .Count }} m'agrades" + part_of_series: "Aquest article pertany a una sèrie." + part: "Part" + this_article: "Aquest article" + related_articles: "Relacionats" + zen_mode_title: + enable: "Activar mode zen" + disable: "Desactivar mode zen" + +author: + byline_title: "Autor" + +code: + copy: "Copiar" + copied: "Copiat" + +error: + 404_title: "Pàgina no trobada :confused:" + 404_error: "Error 404" + 404_description: "Sembla que la pàgina sol·licitada no existeix." + +footer: + dark_appearance: "Canviar a mode fosc" + light_appearance: "Canviar a mode clar" + powered_by: "Desenvolupat amb {{ .Hugo }} & {{ .Theme }}" + +list: + externalurl_title: "Enllaç a pàgina externa" + no_articles: "Encara no hi ha cap article per a mostrar." + +nav: + scroll_to_top_title: "Tornar a l'inici" + skip_to_main: "Anar al contingut" + +search: + open_button_title: "Cercar (/)" + close_button_title: "Tancar (Esc)" + input_placeholder: "Cercar" + +sharing: + email: "Enviar per correu electrònic" + facebook: "Compartir amb Facebook" + linkedin: "Compartir amb LinkedIn" + pinterest: "Compartir amb Pinterest" + reddit: "Publicar a Reddit" + twitter: "Tuitejar a Twitter" + +shortcode: + recent_articles: "Recent" + +recent: + show_more: "Mostrar més" \ No newline at end of file