diff options
author | xhdix <xhdix@yahoo.com> | 2021-06-21 22:11:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 21:11:36 +0200 |
commit | e939f403149ee66843258c4f850607438d417b19 (patch) | |
tree | e5baa0fce7579b06356f7b8065c7648c1cbfba1c | |
parent | 0d2ed5586ef67faf9fcdbe0164becaa49cde2603 (diff) |
Add Farsi with support for search RTL texts (#350)
Farsi/Parsi/Persian
-rw-r--r-- | i18n/fa.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/fa.yaml b/i18n/fa.yaml new file mode 100644 index 0000000..a5df79b --- /dev/null +++ b/i18n/fa.yaml @@ -0,0 +1,20 @@ +- id: Search + translation: جستجو + +- id: Edit this page + translation: این صفحه را ویرایش کنید + +- id: Last modified by + translation: آخرین بار ویرایش شده توسط + +- id: Expand + translation: بسط دادن + +- id: Categories + translation: دسته بندی ها + +- id: Tags + translation: تگ ها + +- id: bookSearchConfig + translation: '{ cache: true, encode: false, rtl: true, split: /\s+/, tokenize: "forward"}' |