From b70d98aecd6d5286552796be0875abcd4e7adae9 Mon Sep 17 00:00:00 2001 From: Alireza Alavi Date: Sun, 1 Dec 2024 17:32:52 +0330 Subject: [PATCH] fix(translation): add toc to en,ar,fa --- i18n/ar.toml | 1 + i18n/en.toml | 1 + i18n/fa.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/i18n/ar.toml b/i18n/ar.toml index 5d5a9ff..89b7c6f 100644 --- a/i18n/ar.toml +++ b/i18n/ar.toml @@ -79,3 +79,4 @@ updated = "تحديث" view_comment = "عرض التعليق على" view_profile = "عرض الملف الشخصي على" warning = "تحذير" +toc = "فهرس" diff --git a/i18n/en.toml b/i18n/en.toml index e6083d8..4091e5c 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -83,3 +83,4 @@ updated = "Updated on" view_comment = "View Comment At" view_profile = "View Profile At" warning = "Warning" +toc = "Table of Contents" diff --git a/i18n/fa.toml b/i18n/fa.toml index f8cb0ca..de08e14 100644 --- a/i18n/fa.toml +++ b/i18n/fa.toml @@ -83,3 +83,4 @@ updated = "بروزرسانی شده" view_comment = "دیدن نظر در" view_profile = "دیدن حساب کاربری در" warning = "هشدار" +toc = "فهرست"