mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
i18n: improve for 'es' and add 'bg' (#58)
* Translate read_time, toc and translations to spanish * Add translations in bulgarian
This commit is contained in:
parent
3e3a7d380e
commit
db0e744af3
16
i18n/bg.yaml
Normal file
16
i18n/bg.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
- id: prev_page
|
||||
translation: "Предишна страница"
|
||||
|
||||
- id: next_page
|
||||
translation: "Следваща страница"
|
||||
|
||||
- id: read_time
|
||||
translation:
|
||||
one : "1 мин"
|
||||
other: "{{ .Count }} мин"
|
||||
|
||||
- id: toc
|
||||
translation: "Съдържание"
|
||||
|
||||
- id: translations
|
||||
translation: "Преводи"
|
11
i18n/es.yaml
11
i18n/es.yaml
@ -3,3 +3,14 @@
|
||||
|
||||
- id: next_page
|
||||
translation: "Página siguiente"
|
||||
|
||||
- id: read_time
|
||||
translation:
|
||||
one : "1 min"
|
||||
other: "{{ .Count }} min"
|
||||
|
||||
- id: toc
|
||||
translation: "Tabla de Contenidos"
|
||||
|
||||
- id: translations
|
||||
translation: "Traducciones"
|
||||
|
Loading…
Reference in New Issue
Block a user