Skip to content

Commit

Permalink
i18n: improve for 'es' and add 'bg' (#58)
Browse files Browse the repository at this point in the history
* Translate read_time, toc and translations to spanish

* Add translations in bulgarian
  • Loading branch information
drvy committed Oct 25, 2020
1 parent 3e3a7d3 commit db0e744
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions i18n/bg.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 11 additions & 0 deletions i18n/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit db0e744

Please sign in to comment.