Confirmed users
1,016
edits
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
For the block cases, the syntax might look similar to this: | For the block cases, the syntax might look similar to this: | ||
<pre> | <pre> | ||
if (@width<600 && @locale="pl") { | |||
<title "Short text"> | <title "Short text"> | ||
<windowDesc "About this app"> | <windowDesc "About this app"> | ||
} | } | ||
</pre> | </pre> | ||
of course it's entirely possible to achieve the same with index and globals: | of course it's entirely possible to achieve the same with index and globals: | ||
<pre> | <pre> | ||
<title[@width<600 ? 'long' : 'short'] { | <title[@width<600 ? 'long' : 'short'] { | ||
| Line 27: | Line 29: | ||
== status == | == status == | ||
* stas - | * stas - ? | ||
* gandalf - | * gandalf - for | ||
* pike - ? | * pike - ? | ||
This is needed for multilocale resources (Gaia) | |||