Login  Register

Re: arabic language

Posted by akhayyat on Apr 08, 2013; 10:37pm
URL: https://support.nabble.com/arabic-language-tp7581259p7583913.html

1. What are all the possible values of the "app" variable?
Mailing list, Gallery, Category, Subcategory, ... ?

2. Some Apps, such as Gallery, are translated into two words. Would that work in the "is_masculine" macro?
For example, would this work:

<macro name="is_masculine" dot_parameter="noun">
        <n.not.regex_matches text="[n.noun/]" pattern="قائمة بريدية|مدونة|فئة فرعية|فئة"/>
</macro>

3. For these two-word apps, "the <n.app>" in Arabic is different from "<n.app>" without "the".  For example:
Mailing list: قائمة بريدية
The mailing list: القائمة البريدية
Is there a way to handle this? For example, could there be another "theapp" variable besides the "app" variable?

(It is also sometimes necessary to add "the" to the translation regardless of whether there was "the" in the original English text. For example, "this <t.app>" would require the "the" version of the translation.)