diff options
author | ache <ache@FreeBSD.org> | 2009-09-04 06:19:37 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2009-09-04 06:19:37 +0000 |
commit | a67bf071db243936da74c04c5375fee266b80dc7 (patch) | |
tree | 398b56efe8111ea4bf8310613aef89b0aacdb799 /share/msgdef | |
parent | 9d3cad54e06e8d837c7377098c5f48646c6bd9f2 (diff) | |
download | FreeBSD-src-a67bf071db243936da74c04c5375fee266b80dc7.zip FreeBSD-src-a67bf071db243936da74c04c5375fee266b80dc7.tar.gz |
Add lv_LV
PR: 105100
Submitted by: Aldis Berjoza <killasmurf86@gmail.com>
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 2 | ||||
-rw-r--r-- | share/msgdef/lv_LV.ISO8859-13.src | 14 | ||||
-rw-r--r-- | share/msgdef/lv_LV.UTF-8.src | 14 |
3 files changed, 30 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index cdaa092..069498f 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -40,6 +40,8 @@ LOCALES= af_ZA.ISO8859-1 \ ko_KR.UTF-8 \ ko_KR.eucKR \ lt_LT.ISO8859-13 \ + lv_LV.ISO8859-13 \ + lv_LV.UTF-8 \ mn_MN.UTF-8 \ nl_NL.ISO8859-1 \ no_NO.ISO8859-1 \ diff --git a/share/msgdef/lv_LV.ISO8859-13.src b/share/msgdef/lv_LV.ISO8859-13.src new file mode 100644 index 0000000..d744ad8 --- /dev/null +++ b/share/msgdef/lv_LV.ISO8859-13.src @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# yesstr +jâ +# nostr +nç +# EOF diff --git a/share/msgdef/lv_LV.UTF-8.src b/share/msgdef/lv_LV.UTF-8.src new file mode 100644 index 0000000..85f1a73 --- /dev/null +++ b/share/msgdef/lv_LV.UTF-8.src @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# yesstr +jÄ +# nostr +nÄ“ +# EOF |