summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2011-11-14 21:41:26 +0100
committerEike Rathke <erack@redhat.com>2011-11-19 16:15:18 +0100
commit33f591aa6dfcfe5dca82c3f467027aa35eefb9a2 (patch)
tree1d3b8857d6f0482e5d6ad2542872205fa2537847 /i18npool
parent2d54f83c8d37b4c17b7299b77a1961d54a0813a3 (diff)
adapt doctype url to reality
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/locale.dtd11
1 files changed, 3 insertions, 8 deletions
diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd
index d47d4ad26edc..c18ca8d34453 100644
--- a/i18npool/source/localedata/data/locale.dtd
+++ b/i18npool/source/localedata/data/locale.dtd
@@ -20,19 +20,14 @@
A second possiblity is:
- temporarily (!) change the DOCTYPE of your file to read (all on one line)
- <!DOCTYPE Locale SYSTEM "http://hg.services.openoffice.org/DEV300/raw-file/tip/i18npool/source/localedata/data/locale.dtd">
+ <!DOCTYPE Locale SYSTEM "http://cgit.freedesktop.org/libreoffice/core/plain/i18npool/source/localedata/data/locale.dtd">
- upload it to the form available at http://www.validome.org/
- This will validate the file against the HEAD revision of locale.dtd on the
- DEV300 development code line, for other revisions you'll have to specify
- the corresponding tags or cws branch instead. For example, to validate
- against a modified locale.dtd in CWS locales33 you would use
+ This will validate the file against the HEAD revision of locale.dtd
- <!DOCTYPE Locale SYSTEM "http://hg.services.openoffice.org/cws/locales33/raw-file/tip/i18npool/source/localedata/data/locale.dtd">
-
- Please test locale data files either in a non-product (!) build, which
+ Please test locale data files either in an --enable-dbgutil build, which
implements some checks and pops up assertion message boxes if the tests
fail, or by setting the environment variable OOO_ENABLE_LOCALE_DATA_CHECKS
to 'Y' or 'Yes' (or any other string starting with 'Y') or '1' before