Changes between Initial Version and Version 1 of Ticket #21308, comment 2


Ignore:
Timestamp:
2021-09-11T14:01:27+02:00 (4 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21308, comment 2

    initial v1  
    44Eg. always use
    55{{{
     6#!xml
    67<chunk id="name">
    78  <text key="name" text="Name" />
     
    1213instead of
    1314{{{
     15#!xml
    1416<text key="name" text="Name" />
    1517}}}
     
    1719This way a user that maintains a trilingual zone can easily customize all presets at once by editing `defaultpresets.xml` and substituting:
    1820{{{
     21#!xml
    1922<chunk id="name">
    2023  <text key="name:de"  text="German Name"  de.text="Deutscher Name"     it.text="Nome tedesco"  lld.text="Inuem tudesc" />