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.
This commit is contained in:
parent
92d68ce31a
commit
281d8e3ab8
1 changed files with 4 additions and 0 deletions
|
@ -198,6 +198,10 @@
|
||||||
This isn't necessary to be technically correct and isn't done in many
|
This isn't necessary to be technically correct and isn't done in many
|
||||||
locales yet, but will certainly help.
|
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":
|
Of usage="FIXED_NUMBER":
|
||||||
formatindex="0" MUST be the format containing the 'General' keyword.
|
formatindex="0" MUST be the format containing the 'General' keyword.
|
||||||
The keyword itself may be localized, it is good practice though to
|
The keyword itself may be localized, it is good practice though to
|
||||||
|
|
Loading…
Reference in a new issue