add home to translations

Aditya Telange 2021-01-29 23:56:59 +05:30
parent ea559a1512
commit 9e0977efcb

@ -1,10 +1,10 @@
## Languages Supported
| Name | ISO Code | Available Translations |
| ---------- | -------- | -------------------------------------------------- |
| ---------- | -------- | -------------------------------------------------------- |
| Bulgarian | bg | prev_page, next_page, read_time, toc, translations |
| German | de | prev_page, next_page, read_time, toc, translations |
| English | en | prev_page, next_page, read_time, toc, translations |
| English | en | prev_page, next_page, read_time, toc, translations, home |
| Spanish | es | prev_page, next_page, read_time, toc, translations |
| Farsi | fa | prev_page, next_page, read_time, toc, translations |
| French | fr | prev_page, next_page |
@ -40,4 +40,7 @@ ISO codes can be found here: https://www.w3schools.com/tags/ref_language_codes.a
- id: translations
translation: "Translations"
- id: home
translation: "Home"
```