diff options
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 1 | ||||
-rw-r--r-- | share/msgdef/ga_IE.UTF-8.src | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 4c0e6d981e75..d58d9f61314e 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -28,6 +28,7 @@ LOCALES+= eu_ES.UTF-8 LOCALES+= fi_FI.ISO8859-15 LOCALES+= fi_FI.UTF-8 LOCALES+= fr_FR.UTF-8 +LOCALES+= ga_IE.UTF-8 LOCALES+= he_IL.UTF-8 LOCALES+= hi_IN.ISCII-DEV LOCALES+= hi_IN.UTF-8 diff --git a/share/msgdef/ga_IE.UTF-8.src b/share/msgdef/ga_IE.UTF-8.src new file mode 100644 index 000000000000..ae07e475043b --- /dev/null +++ b/share/msgdef/ga_IE.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 +^(([tT]([áÁ])?)|([tT])|([yY]([eE][sS])?)|([yY])) +# +# noexpr +^(([nN]([íÍ][lL])?)|([nN])|([nN]([oO])?)|([nN])) +# +# yesstr +tá:t:TÁ:T:yes:y:YES:Y +# +# nostr +níl:n:NÍL:N:no:n:NO:N +# EOF |