tdawson 01/10/18 06:24:52
Added: i18n/examples/src/org/apache/taglibs/i18n
i18n-test2_de.properties i18n-test_de.properties
Log:
localization files for german
Submitted by: Thomas Brckner [[EMAIL PROTECTED]]
Revision Changes Path
1.1
jakarta-taglibs/i18n/examples/src/org/apache/taglibs/i18n/i18n-test2_de.properties
Index: i18n-test2_de.properties
===================================================================
# this is an alternate test file for german
#
# it is merely here to show how to use multiple bundles
# with the i18n tag tag library
#
# to keep the test simple, the base file just contains
# a single key with an english value. all other locales
# have no values in them (again, keeping things simple)
#
# having matching locales for all bundles is important
# to avoid exceptions at runtime due to mismatching locales
1.1
jakarta-taglibs/i18n/examples/src/org/apache/taglibs/i18n/i18n-test_de.properties
Index: i18n-test_de.properties
===================================================================
test1=Dieser Text stammt aus der Eigenschaftsdatei f�r die Internationalisierung in
Deutsch.
test3=Dieser Text kommt nur in der deutschen Eigenschaftsdatei vor, nicht in der
Basisdatei.