[Libreoffice-commits] .: i18npool/source

Eike Rathke erack at kemper.freedesktop.org
Mon Nov 28 11:06:31 PST 2011


 i18npool/source/localedata/data/locale.dtd |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 281d8e3ab8689a24f21f0dfd6d4de2ca1d46dc34
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Nov 28 20:03:14 2011 +0100

    non-preset formatindex="..." values must be >=50
    
    Explicitly mention that formatindex="..." values for formats defined
    additionally to the preset range must be >=50 and unique within a
    locale.

diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd
index ff88bfd..aca66e5 100644
--- a/i18npool/source/localedata/data/locale.dtd
+++ b/i18npool/source/localedata/data/locale.dtd
@@ -198,6 +198,10 @@
         This isn't necessary to be technically correct and isn't done in many
         locales yet, but will certainly help.
 
+        If you want to define yet more formats than the preset and reserved
+        0..49 range that's fine, only make sure those formatindex="..." values
+        are each >=50 and all values are unique within one locale.
+
     Of usage="FIXED_NUMBER":
         formatindex="0" MUST be the format containing the 'General' keyword.
         The keyword itself may be localized, it is good practice though to


More information about the Libreoffice-commits mailing list