Author: ache
Date: Fri Sep  4 06:19:37 2009
New Revision: 196813
URL: http://svn.freebsd.org/changeset/base/196813

Log:
  Add lv_LV
  
  PR:             105100
  Submitted by:   Aldis Berjoza <killasmur...@gmail.com>

Added:
  head/share/msgdef/lv_LV.ISO8859-13.src   (contents, props changed)
  head/share/msgdef/lv_LV.UTF-8.src   (contents, props changed)
Modified:
  head/share/msgdef/Makefile

Modified: head/share/msgdef/Makefile
==============================================================================
--- head/share/msgdef/Makefile  Fri Sep  4 05:54:45 2009        (r196812)
+++ head/share/msgdef/Makefile  Fri Sep  4 06:19:37 2009        (r196813)
@@ -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 \

Added: head/share/msgdef/lv_LV.ISO8859-13.src
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/share/msgdef/lv_LV.ISO8859-13.src      Fri Sep  4 06:19:37 2009        
(r196813)
@@ -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

Added: head/share/msgdef/lv_LV.UTF-8.src
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/share/msgdef/lv_LV.UTF-8.src   Fri Sep  4 06:19:37 2009        
(r196813)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to