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
2 changed files with 27 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue