aboutsummaryrefslogtreecommitdiff
path: root/share/msgdef_unicode
diff options
context:
space:
mode:
authorFaraz Vahedi <kfv@kfv.io>2021-07-23 14:52:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-07-23 14:58:20 +0000
commitbd90d8bbb1af17f0eab55163c98945c64984f36b (patch)
tree758bb7e6c02e1c3a2d8904d7863d50beabdfc787 /share/msgdef_unicode
parent3a04284df09203b837948a492ccce797e1403e94 (diff)
downloadsrc-bd90d8bbb1af17f0eab55163c98945c64984f36b.tar.gz
src-bd90d8bbb1af17f0eab55163c98945c64984f36b.zip
locale: Add Farsi/Persian locales
MFC after: 3 weeks Reviewed by: farrokhi Differential Revision: https://reviews.freebsd.org/D24359
Diffstat (limited to 'share/msgdef_unicode')
-rw-r--r--share/msgdef_unicode/Makefile2
-rw-r--r--share/msgdef_unicode/fa_IR.UTF-8.src17
2 files changed, 19 insertions, 0 deletions
diff --git a/share/msgdef_unicode/Makefile b/share/msgdef_unicode/Makefile
index 27c70f88f6e7..3f14010b9fa8 100644
--- a/share/msgdef_unicode/Makefile
+++ b/share/msgdef_unicode/Makefile
@@ -19,6 +19,7 @@ LOCALES+= en_US.UTF-8
LOCALES+= es_MX.UTF-8
LOCALES+= et_EE.UTF-8
LOCALES+= eu_ES.UTF-8
+LOCALES+= fa_IR.UTF-8
LOCALES+= fi_FI.UTF-8
LOCALES+= fr_FR.UTF-8
LOCALES+= ga_IE.UTF-8
@@ -81,6 +82,7 @@ SAME+= en_US.UTF-8 en_HK.UTF-8
SAME+= en_US.UTF-8 en_GB.UTF-8
SAME+= en_US.UTF-8 en_CA.UTF-8
SAME+= en_US.UTF-8 en_AU.UTF-8
+SAME+= fa_IR.UTF-8 fa_AF.UTF-8
SAME+= fr_FR.UTF-8 fr_CH.UTF-8
SAME+= fr_FR.UTF-8 fr_CA.UTF-8
SAME+= fr_FR.UTF-8 fr_BE.UTF-8
diff --git a/share/msgdef_unicode/fa_IR.UTF-8.src b/share/msgdef_unicode/fa_IR.UTF-8.src
new file mode 100644
index 000000000000..414ceeb9dd99
--- /dev/null
+++ b/share/msgdef_unicode/fa_IR.UTF-8.src
@@ -0,0 +1,17 @@
+# Warning: Do not edit. This file is automatically generated from the
+# tools in /usr/src/tools/tools/locale. The data is obtained from the
+# CLDR project, obtained from http://cldr.unicode.org/
+# -----------------------------------------------------------------------------
+#
+# yesexpr
+^((بله)|(ب)|(آری)|(آ)|([yY]([eE][sS])?)|([yY]))
+#
+# noexpr
+^((نه)|(ن)|(خیر)|(خ)|([nN]([oO])?)|([nN]))
+#
+# yesstr
+بله:ب:آری:آ:yes:y:YES:Y
+#
+# nostr
+نه:ن:خیر:خ:no:n:NO:N
+# EOF