diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-07-16 21:33:31 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-07-16 21:33:31 +0000 |
commit | 7268248b42d13491e8b67692c7aac7d0337cf598 (patch) | |
tree | e01fe61cc89ea05c895d1ff048735c6d46ffe5d4 /share/locale | |
parent | 7749b0113fcf48ee5b13fa10caaf43d44f391a74 (diff) |
Add support for Farsi and Arabic (SY+SD).
ok stsp@ deraadt@
Diffstat (limited to 'share/locale')
-rw-r--r-- | share/locale/ctype/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/locale/ctype/Makefile b/share/locale/ctype/Makefile index c468b493136..59cb0e0d09a 100644 --- a/share/locale/ctype/Makefile +++ b/share/locale/ctype/Makefile @@ -5,6 +5,12 @@ NOMAN= # defined # pull LOCALEDIR and other declarations .include <bsd.own.mk> +LOCALES += ar_SD.UTF-8 + LOCALESRC_ar_SD.UTF-8 = en_US.UTF-8 + +LOCALES += ar_SY.UTF-8 + LOCALESRC_ar_SY.UTF-8 = en_US.UTF-8 + LOCALES += bg_BG.CP1251 LOCALESRC_bg_BG.CP1251 = bg_BG.CP1251 @@ -83,6 +89,9 @@ LOCALES += es_ES.ISO8859-15 LOCALES += es_ES.UTF-8 LOCALESRC_es_ES.UTF-8 = en_US.UTF-8 +LOCALES += fa_IR.UTF-8 + LOCALESRC_fa_IR.UTF-8 = en_US.UTF-8 + LOCALES += fi_FI.ISO8859-1 LOCALESRC_fi_FI.ISO8859-1 = en_US.ISO_8859-1 |