Update translations strings for #345

Aditya Telange 2021-04-11 11:08:49 +05:30
parent dcb030a95b
commit f269c6858d
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

@ -1,12 +1,12 @@
## Languages Supported
| Name | ISO Code | Available Translations |
| ---------- | -------- | ------------------------------------------------------------------- |
| ---------- | -------- | ------------------------------------------------------------------------------------------- |
| Arabic | ar | prev_page, next_page, read_time, toc, translations, home |
| Bulgarian | bg | prev_page, next_page, read_time, toc, translations |
| Catalan | ca | prev_page, next_page, read_time, toc, translations, home |
| German | de | prev_page, next_page, read_time, toc, translations, edit_post |
| English | en | prev_page, next_page, read_time, toc, translations, home, edit_post |
| English | en | prev_page, next_page, read_time, toc, translations, home, edit_post, code_copy, code_copied |
| 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 |
@ -51,6 +51,9 @@ ISO codes can be found here: https://www.w3schools.com/tags/ref_language_codes.a
- id: home
translation: "Home"
- id: edit_post
translation: "Edit"
- id: code_copy
translation: "copy"
- id: code_copied
translation: "copied!"
```