From 9e0977efcbc5f78fc6a5a3454a7cf67b843dd802 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 29 Jan 2021 23:56:59 +0530 Subject: [PATCH] add home to translations --- Translations.md | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/Translations.md b/Translations.md index a78ffab..a4eadeb 100644 --- a/Translations.md +++ b/Translations.md @@ -1,21 +1,21 @@ ## 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 | -| 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 | -| Hindi | hi | prev_page, next_page, read_time, toc, translations | -| Hungarian | hu | prev_page, next_page, read_time, toc, translations | -| Indonesian | id | prev_page, next_page, read_time, toc, translations | -| Italian | it | prev_page, next_page, read_time, toc, translations | -| Japanese | ja | prev_page, next_page, read_time, toc, translations | -| Korean | ko | prev_page, next_page | -| Russian | ru | prev_page, next_page, read_time, toc, translations | -| Chinese | zh | prev_page, next_page, read_time, toc, translations | +| 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, 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 | +| Hindi | hi | prev_page, next_page, read_time, toc, translations | +| Hungarian | hu | prev_page, next_page, read_time, toc, translations | +| Indonesian | id | prev_page, next_page, read_time, toc, translations | +| Italian | it | prev_page, next_page, read_time, toc, translations | +| Japanese | ja | prev_page, next_page, read_time, toc, translations | +| Korean | ko | prev_page, next_page | +| Russian | ru | prev_page, next_page, read_time, toc, translations | +| Chinese | zh | prev_page, next_page, read_time, toc, translations | ## Want to add your Language ? @@ -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" ```