diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-20 22:27:35 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-20 22:27:35 +0000 |
| commit | 9b5f3fad7068298265dbbc8a65077f7917a090a5 (patch) | |
| tree | 0905b29eb7c03d6bc6e16dd1ebcd1ec9b6b83320 /themes/hugo-book/i18n | |
| parent | super simple setup guide (diff) | |
updated hugo-book theme
Diffstat (limited to 'themes/hugo-book/i18n')
| -rw-r--r-- | themes/hugo-book/i18n/bg.yaml | 14 | ||||
| -rw-r--r-- | themes/hugo-book/i18n/pt-BR.yaml | 14 | ||||
| -rw-r--r-- | themes/hugo-book/i18n/pt.yaml | 2 | ||||
| -rw-r--r-- | themes/hugo-book/i18n/sw.yaml | 14 |
4 files changed, 43 insertions, 1 deletions
diff --git a/themes/hugo-book/i18n/bg.yaml b/themes/hugo-book/i18n/bg.yaml new file mode 100644 index 0000000..07d5c36 --- /dev/null +++ b/themes/hugo-book/i18n/bg.yaml @@ -0,0 +1,14 @@ +- id: Search + translation: Търсене + +- id: Edit this page + translation: Редактиране на страницата + +- id: Last modified by + translation: Последна промяна на + +- id: Categories + translation: Категории + +- id: Tags + translation: Етикети diff --git a/themes/hugo-book/i18n/pt-BR.yaml b/themes/hugo-book/i18n/pt-BR.yaml new file mode 100644 index 0000000..96216a0 --- /dev/null +++ b/themes/hugo-book/i18n/pt-BR.yaml @@ -0,0 +1,14 @@ +- id: Search + translation: Buscar + +- id: Edit this page + translation: Editar página + +- id: Last modified by + translation: Última modificação por + +- id: Expand + translation: Expandir + +- id: bookSearchConfig + translation: '{ cache: true }' diff --git a/themes/hugo-book/i18n/pt.yaml b/themes/hugo-book/i18n/pt.yaml index 96216a0..95523f9 100644 --- a/themes/hugo-book/i18n/pt.yaml +++ b/themes/hugo-book/i18n/pt.yaml @@ -1,5 +1,5 @@ - id: Search - translation: Buscar + translation: Pesquisar - id: Edit this page translation: Editar página diff --git a/themes/hugo-book/i18n/sw.yaml b/themes/hugo-book/i18n/sw.yaml new file mode 100644 index 0000000..79a7c2a --- /dev/null +++ b/themes/hugo-book/i18n/sw.yaml @@ -0,0 +1,14 @@ +- id: Search + translation: Tafuta + +- id: Edit this page + translation: Hariri ukurasa huu + +- id: Last modified by + translation: Ilibadilishwa mwisho na + +- id: Expand + translation: Panua + +- id: bookSearchConfig + translation: '{ cache: true }' |
