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:
Dragomir Yordanov 2020-10-25 05:22:26 +01:00 committed by GitHub
parent 3e3a7d380e
commit db0e744af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

16
i18n/bg.yaml Normal file
View 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: "Преводи"

View File

@ -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"