https://issues.apache.org/ooo/show_bug.cgi?id=122518

--- Comment #3 from Ariel Constenla-Haile <[email protected]> ---
(In reply to hanya from comment #2)
> The value for Tools - Options - Writer - AutoCaption - Caption order was 
> "Category first" on 3.4. 
> But in the recent trunk, "Numbering first" is default for all languages.
> 
> On revision 1465678, xml:lang value of CaptionOrderNumberingFirst entry has
> been changed from hu to en-US. 

Sure jani didn't want to change that.

In any case, this isn't the proper way of marking a configuration item as
requiring a special locale- dependent treatment, it is rather error prone - as
can be seen in the Spanish translation.

There is the install:module="some_module" that seems to be proper for such
cases as it used for other locale dependent settings like install:module="cjk",
install:module="ctl", install:module="korea".

If Hungarian needs a special treatment of CaptionOrderNumberingFirst, this can
be set using a install:module.

That said, I have no idea how they work, but they end up on the language packs
and localized install sets.

Example:

  <node oor:name="AutoCorrect">
    <prop oor:name="ReplaceSingleQuote" install:module="korea">
      <value>true</value>
    </prop>
  </node>

ends up in Common-korea.xcu

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to