From 23cdcfec13f43318e60c4ec81fab251b0162c286 Mon Sep 17 00:00:00 2001 From: omid Date: Sat, 24 Dec 2022 22:05:01 +0330 Subject: [PATCH] Add Persian (fa) support to i18n --- i18n/fa.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 i18n/fa.yaml diff --git a/i18n/fa.yaml b/i18n/fa.yaml new file mode 100644 index 0000000..87e1f5c --- /dev/null +++ b/i18n/fa.yaml @@ -0,0 +1,13 @@ +- id: prev_page + translation: 'صفحه قبل' + +- id: next_page + translation: 'صفحه بعد' + +- id: read_time + translation: + one: 'یک دقیقه' + other: 'دقیقه {{ .Count }}' + +- id: home + translation: 'صفحه اصلی' \ No newline at end of file