Page MenuHomePhabricator

Translate numerals in Telugu Wikipedia
Closed, ResolvedPublic

Description

Author: vyzasatya

Description:
Please set the translate numerals variable to false in the telugu (te) language
php file so that we can use more practical numerals than archaic telugu numerals


Version: unspecified
Severity: trivial

Details

Reference
bz2959

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:40 PM
bzimport set Reference to bz2959.
bzimport added a subscriber: Unknown Object (MLST).

Actually we have:

var $digitTransTable = array(
    '0' => '౦',
    '1' => '౧',
    '2' => '౨',
    '3' => '౩',
    '4' => '౪',
    '5' => '౫',
    '6' => '౬',
    '7' => '౭',
    '8' => '౮',
    '9' => '౯'
);

Should the translation table be removed ?

Looks like someone has already fixed it.