Changes between Initial Version and Version 1 of Ticket #21308, comment 2
- Timestamp:
- 2021-09-11T14:01:27+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21308, comment 2
initial v1 4 4 Eg. always use 5 5 {{{ 6 #!xml 6 7 <chunk id="name"> 7 8 <text key="name" text="Name" /> … … 12 13 instead of 13 14 {{{ 15 #!xml 14 16 <text key="name" text="Name" /> 15 17 }}} … … 17 19 This way a user that maintains a trilingual zone can easily customize all presets at once by editing `defaultpresets.xml` and substituting: 18 20 {{{ 21 #!xml 19 22 <chunk id="name"> 20 23 <text key="name:de" text="German Name" de.text="Deutscher Name" it.text="Nome tedesco" lld.text="Inuem tudesc" />


