summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2002-10-10 12:20:50 +0000
committerEike Rathke <er@openoffice.org>2002-10-10 12:20:50 +0000
commitca03945d75ddd2e1a2dcaf8bba060c32df1c6085 (patch)
tree4bd59dc8600c347068d103b3851438d710e2f9b0 /i18npool
parent175c592a0b962edcf9ece6dfa3bafb8212fced15 (diff)
#i3738# add sl_SI
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/makefile.mk6
-rw-r--r--i18npool/source/localedata/localedata.cxx5
2 files changed, 7 insertions, 4 deletions
diff --git a/i18npool/source/localedata/data/makefile.mk b/i18npool/source/localedata/data/makefile.mk
index 278fd7846d28..2db113035e6d 100644
--- a/i18npool/source/localedata/data/makefile.mk
+++ b/i18npool/source/localedata/data/makefile.mk
@@ -2,9 +2,9 @@
#*
#* $RCSfile: makefile.mk,v $
#*
-#* $Revision: 1.13 $
+#* $Revision: 1.14 $
#*
-#* last change: $Author: khong $ $Date: 2002-08-13 07:21:27 $
+#* last change: $Author: er $ $Date: 2002-10-10 13:17:05 $
#*
#* The Contents of this file are made available subject to the terms of
#* either of the following licenses
@@ -159,6 +159,7 @@ MY_MISC_CXXFILES = \
$(MISC)$/localedata_pt_BR.cxx \
$(MISC)$/localedata_pt_PT.cxx \
$(MISC)$/localedata_ru_RU.cxx \
+ $(MISC)$/localedata_sl_SI.cxx \
$(MISC)$/localedata_sv_FI.cxx \
$(MISC)$/localedata_sv_SE.cxx \
$(MISC)$/localedata_ta_IN.cxx \
@@ -268,6 +269,7 @@ SHL3OBJS= \
$(SLO)$/localedata_pt_BR.obj \
$(SLO)$/localedata_pt_PT.obj \
$(SLO)$/localedata_ru_RU.obj \
+ $(SLO)$/localedata_sl_SI.obj \
$(SLO)$/localedata_sv_FI.obj \
$(SLO)$/localedata_tr_TR.obj \
$(SLO)$/localedata_nb_NO.obj \
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx
index d91d1fca3493..0c19cf3a076a 100644
--- a/i18npool/source/localedata/localedata.cxx
+++ b/i18npool/source/localedata/localedata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localedata.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: khong $ $Date: 2002-08-29 00:37:57 $
+ * last change: $Author: er $ $Date: 2002-10-10 13:20:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,6 +139,7 @@ static const struct {
{ "fr_MC", lcl_DATA_EURO, NULL },
{ "it_IT", lcl_DATA_EURO, "it" },
{ "it_CH", lcl_DATA_EURO, NULL },
+ { "sl_SI", lcl_DATA_EURO, "sl" },
{ "sv_SE", lcl_DATA_EURO, "sv" },
{ "sv_FI", lcl_DATA_EURO, NULL },
{ "ca_ES", lcl_DATA_EURO, "ca" },