diff options
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 1 | ||||
-rw-r--r-- | share/msgdef/no_NO.ISO8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/no_NO.ISO_8859-1.src | 10 |
3 files changed, 21 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 38c0282..e92456b 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -5,6 +5,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= en_US.ISO_8859-1 \ nl_NL.ISO_8859-1 \ + no_NO.ISO_8859-1 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 diff --git a/share/msgdef/no_NO.ISO8859-1.src b/share/msgdef/no_NO.ISO8859-1.src new file mode 100644 index 0000000..a87da07 --- /dev/null +++ b/share/msgdef/no_NO.ISO8859-1.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF diff --git a/share/msgdef/no_NO.ISO_8859-1.src b/share/msgdef/no_NO.ISO_8859-1.src new file mode 100644 index 0000000..a87da07 --- /dev/null +++ b/share/msgdef/no_NO.ISO_8859-1.src @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF |