Hoi,<br>There are scripts that need more space to be legible.. There are scripts that are top down.. development for this is under way to support the SignWriting script in MediaWiki. This allow for the writing of sign languages,<br>

Thanks,<br>      GerardM<br><br><div class="gmail_quote">On 22 September 2010 23:59, Neil Kandalgaonkar <span dir="ltr">&lt;<a href="mailto:neilk@wikimedia.org">neilk@wikimedia.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On 9/22/10 12:54 PM, Niklas Laxström wrote:<br>
&gt; On 22 September 2010 20:51, Neil Kandalgaonkar&lt;<a href="mailto:neilk@wikimedia.org">neilk@wikimedia.org</a>&gt;  wrote:<br>
</div><div class="im">&gt;&gt; The idea is that you can test for three things even before the<br>
&gt;&gt; translators get to it:<br>
&gt;&gt;    - which parts of the system aren&#39;t internationalized yet (they are<br>
&gt;&gt; noticeable since they don&#39;t get this pseudolocalization)<br>
&gt;<br>
&gt; Such code wouldn&#39;t likely survive in the code review.<br>
&gt;<br>
<br>
</div>But the idea is that the *developer* should catch it themselves, before<br>
<div class="im">review.<br>
<br>
<br>
<br>
&gt;&gt;    - text swell (150%-200% is a good ratio)<br>
&gt;<br>
&gt; Web layout are usually very liquid, and thus we shouldn&#39;t have that<br>
&gt; much of a problem<br>
<br>
</div>And yet, we had such a problem today with the release of Article Feedback.<br>
<br>
The layout worked fine when it said &quot;2 ratings&quot; but not when it was &quot;2<br>
Einschätzungen&quot;. The layout is still readable, but it doesn&#39;t flow the<br>
way they expected.<br>
<div class="im"><br>
<br>
&gt;&gt;    - any transformations that don&#39;t preserve unicode<br>
&gt;<br>
&gt; Such as?<br>
<br>
</div>Hard to say. Currently PHP doesn&#39;t have a lot of gotchas like that, but<br>
I know they exist for other languages. Possibly they could still arise<br>
if someone interacted with extensions which involved non-PHP components.<br>
<div class="im"><br>
<br>
<br>
&gt;  For what it&#39;s worth, double html-escaping or not escaping at<br>
&gt; all is far more common problem.<br>
<br>
</div>Agreed, but I&#39;m addressing a different issue.<br>
<br>
(Also, I don&#39;t know how to solve that one in code. Do we even have a<br>
consistent policy on where escaping is supposed to happen? It seems to<br>
be all over the place.)<br>
<div class="im"><br>
<br>
<br>
&gt;&gt; Does MediaWiki or interwiki do anything like this? Would you like it if<br>
&gt;&gt; we did?<br>
&gt;<br>
&gt; It is probably impossible to do this, for the same reason we cannot do<br>
&gt; &#39;click this interface message to translate it on sight&#39;. There is too<br>
&gt; much configuration stuff and other things abusing messages that break<br>
&gt; MediaWiki if the input is unexpected.<br>
<br>
</div>Maybe I&#39;m not being clear about what I would like to do. Something like<br>
this:<br>
<br>
The idea is to allow a developer to quickly see how their page might<br>
look in another language -- without learning that language, waiting for<br>
a translation, or otherwise involving anyone else.<br>
<br>
A typical example is a monolingual English developer. They can flip<br>
their language prefs into xx-pseudo to see if their layout is fully<br>
localized, and works with text swell.<br>
<br>
How we do this: in MediaWiki, we reserve the language xx-pseudo to mean<br>
pseudolocalization. If it is selected, instead of looking up the string<br>
in the appropriate message file, we look up the string in English and<br>
then apply a fast transform to swap certain characters and add padding.<br>
The only complicated part is making sure we don&#39;t affect embedded markup<br>
like {{PLURAL}}. It could be done in real time, without any stored<br>
message file.<br>
<br>
We could even have other pseudos to mimic Chinese or Arabic.<br>
<br>
This does privilege the English-speaking developer, but they are<br>
typically the biggest problem. ;)<br>
<font color="#888888"><br>
--<br>
</font><div class="im">Neil Kandalgaonkar ( ) &lt;<a href="mailto:neilk@wikimedia.org">neilk@wikimedia.org</a>&gt;<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
Mediawiki-i18n mailing list<br>
<a href="mailto:Mediawiki-i18n@lists.wikimedia.org">Mediawiki-i18n@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/mediawiki-i18n" target="_blank">https://lists.wikimedia.org/mailman/listinfo/mediawiki-i18n</a><br>
</div></div></blockquote></div><br>