https://bugzilla.wikimedia.org/show_bug.cgi?id=37338

--- Comment #4 from Liangent <[email protected]> 2012-06-13 18:07:24 UTC ---
$wgTranslateBlacklist = array(
    '*' => array(
        'en' => 'English is the source language.',

        'gan-hans' => 'Translate in gan please.',
        'gan-hant' => 'Translate in gan please.',

        'ike-cans' => 'Translate in iu please.',
        'ike-latn' => 'Translate in iu please.',

        'kk-cyrl' => 'Translate in kk please.'
        'kk-latn' => 'Translate in kk please.'
        'kk-arab' => 'Translate in kk please.'
        'kk-kz'   => 'Translate in kk please.'
        'kk-tr'   => 'Translate in kk please.'
        'kk-cn'   => 'Translate in kk please.'

        'ku-latn' => 'Translate in ku please.',
        'ku-arab' => 'Translate in ku please.',

        'shi-tfng' => 'Translate in shi please.',
        'shi-latn' => 'Translate in shi please.',

        'sr-ec' => 'Translate in sr please.',
        'sr-el' => 'Translate in sr please.',

        'tg-latn' => 'Translate in tg please.',

        'zh-hans' => 'Translate in zh please.',
        'zh-hant' => 'Translate in zh please.',
        'zh-cn' => 'Translate in zh please.',
        'zh-hk' => 'Translate in zh please.',
        'zh-mo' => 'Translate in zh please.',
        'zh-my' => 'Translate in zh please.',
        'zh-sg' => 'Translate in zh please.',
        'zh-tw' => 'Translate in zh please.',
    ),
);

This is expected to be a full list of languages with variants available but be
careful with languages with a -latn variant: Text written in English (=
untranslated text & language selector) may be converted to unreadable text.

Is it Extension:Translate's responsibility to treat untranslated and translated
strings differently when displaying them (besides conversion, there's <div
lang="***">)?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to