diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2009-09-04 06:19:37 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2009-09-04 06:19:37 +0000 |
| commit | a8e442a7605dc51b4ce2066889709cec45db4b7d (patch) | |
| tree | 398b56efe8111ea4bf8310613aef89b0aacdb799 /share/msgdef | |
| parent | 94bf429a6dc2747a6768ecffcff9a70fa995a643 (diff) | |
Notes
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 cdaa092809b5..069498f84ba6 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 000000000000..d744ad86b30c --- /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 000000000000..85f1a73fc1ed --- /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 |
