diff options
author | mtm <mtm@FreeBSD.org> | 2003-08-05 05:42:08 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2003-08-05 05:42:08 +0000 |
commit | 55db7693f7ab4aabeac219af4a2d00a932cb9a36 (patch) | |
tree | 0e418abeb852a843e84aa45a7264fdf2741b1e82 /share/msgdef | |
parent | 4bddddaa7e1e0ad423c802dba603b2540561c4a2 (diff) | |
download | FreeBSD-src-55db7693f7ab4aabeac219af4a2d00a932cb9a36.zip FreeBSD-src-55db7693f7ab4aabeac219af4a2d00a932cb9a36.tar.gz |
Support for the Amharic locale.
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 1 | ||||
-rw-r--r-- | share/msgdef/am_ET.UTF-8.src | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 263c1b1..615c226 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -4,6 +4,7 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= af_ZA.ISO8859-1 \ + am_ET.UTF-8 \ bg_BG.CP1251 \ ca_ES.ISO8859-1 \ cs_CZ.ISO8859-2 \ diff --git a/share/msgdef/am_ET.UTF-8.src b/share/msgdef/am_ET.UTF-8.src new file mode 100644 index 0000000..6e68080 --- /dev/null +++ b/share/msgdef/am_ET.UTF-8.src @@ -0,0 +1,15 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[ይሁንyY].* +# noexpr +^[አይሁንnN].* +# yesstr +ይሁን +# nostr +አይሁን +# EOF + |