Multi line language strings and their translations in this format: LANG_STRING=Translation
Remove locale
It seems like 3 lines are not possible; I did it now like this but is that the easiest way?
_voorwaarden1_ = sentence part 1/3 blablabla.............
sentence part 2/3 blablabla.......
_voorwaarden2_ = sentence part 3/3 blblablabla.....
in he form I use the locales like this;
So it's a bit weird but it works. Is there a better way?
Remove locale
It seems like 3 lines are not possible; I did it now like this but is that the easiest way?
_voorwaarden1_ = sentence part 1/3 blablabla.............
sentence part 2/3 blablabla.......
_voorwaarden2_ = sentence part 3/3 blblablabla.....
in he form I use the locales like this;
<p>_voorwaardenTitel_</p>
<ul>
<li>
_voorwaarden1_ _voorwaarden2_
</li>
<li>
_voorwaarden3_
</li>
<li>
_voorwaarden4_
</li>
<li>
_voorwaarden5_
</li>
</ul>
So it's a bit weird but it works. Is there a better way?