Last modified: 2013-06-26 09:54:36 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T35480, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 33480 - Add Telugu Transliteration input method to Narayam
Add Telugu Transliteration input method to Narayam
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Narayam (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Santhosh Thottingal
: i18n
Depends on:
Blocks: 33467
  Show dependency treegraph
 
Reported: 2012-01-03 07:02 UTC by Santhosh Thottingal
Modified: 2013-06-26 09:54 UTC (History)
9 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
ext.narayam.rules.te.js (5.65 KB, text/plain)
2012-01-24 04:52 UTC, Veeven
Details
ext.narayam.rules.te.js (5.68 KB, text/plain)
2012-02-11 15:41 UTC, Veeven
Details
ext.narayam.rules.te.js (5.71 KB, text/plain)
2012-02-21 19:13 UTC, Veeven
Details
diff.txt (1.04 KB, text/plain)
2012-02-21 19:14 UTC, Veeven
Details
ext.narayam.rules.te.js (5.74 KB, text/plain)
2012-03-01 04:06 UTC, Veeven
Details
diff2.txt (444 bytes, text/plain)
2012-03-01 04:08 UTC, Veeven
Details

Description Santhosh Thottingal 2012-01-03 07:02:00 UTC
Telugu wiki maintains a local transliteration method, which according to Bug 33467, is not well maintained and got cross browser issues. If this transliteration based input method is developed in Narayam, Telugu wiki can consider enabling it in te.wiki projects.

The transliteration scheme is available as attachment in Bug 33467, but not usable as such since it is based on Alex benenson's Cyrillic transliteration tool
Comment 1 Veeven 2012-01-23 20:05:27 UTC
I'm almost done with Narayam rules for Telugu Transliteration. I'm testing it in my local wiki. I'll fix things then and probably attach the rules file here.
Comment 2 Veeven 2012-01-24 04:52:01 UTC
Created attachment 9899 [details]
ext.narayam.rules.te.js

Here is is transliteration rules file for Telugu.

It is way better than what we currently have in Telugu Wikipedia. Some cases of back corrections need to be handled. But, those are not urgent and have workarounds. I've marked TODO in the file. I will do them in future seeing the response from people who use this.

Please make necessary changes in Narayam.php and Narayam.i18n.php.

Let me know if you need further info.
Comment 3 Santhosh Thottingal 2012-01-24 09:16:05 UTC
Thanks Veeven,  I will  take care of adding it to Narayam.
Comment 4 Santhosh Thottingal 2012-01-24 11:09:06 UTC
Added this input method in r109920. Currently status is beta, once tested and confirmed by community we can move it out of beta. The input method will be available for testing at translatewiki.net within few minutes.
Comment 5 Veeven 2012-02-11 15:41:04 UTC
Created attachment 9987 [details]
ext.narayam.rules.te.js

New script fixing (1) couple of mistakes (ఢ and ధ); (2) adding missed mapping for ఠ.
Comment 6 Santhosh Thottingal 2012-02-17 05:00:06 UTC
(In reply to comment #5)
> Created attachment 9987 [details]
> ext.narayam.rules.te.js
> 
> New script fixing (1) couple of mistakes (ఢ and ధ); (2) adding missed mapping
> for ఠ.

Could you please attach a diff from the existing version in svn? The new file you attached has many tabs in the place of white spaces and bit difficult for me to understand what changed. Thanks!
Comment 7 Veeven 2012-02-21 19:13:10 UTC
Created attachment 10062 [details]
ext.narayam.rules.te.js

Now without tabs.
Comment 8 Veeven 2012-02-21 19:14:03 UTC
Created attachment 10063 [details]
diff.txt

And, here is the diff.
Comment 9 Santhosh Thottingal 2012-02-22 04:36:23 UTC
(In reply to comment #8)
> And, here is the diff.

Thanks Veeven, the patch applied in r112082.
Can I move the te transliteration input method out of beta status?
Is there a consensus from community to enable Narayam extension in te wiki projects?
Comment 10 Veeven 2012-02-22 05:21:23 UTC
Santhosh, thanks!

I'll do a last call to the community to test this thoroughly and raise any concerns about replacing the existing one.

Probably, a week's time is needed.
Comment 11 Veeven 2012-03-01 04:06:51 UTC
Created attachment 10141 [details]
ext.narayam.rules.te.js

One more fix: handled ch to produce 'చ' instead of 'చ్హ'.
Comment 12 Veeven 2012-03-01 04:08:54 UTC
Created attachment 10142 [details]
diff2.txt

Here is the diff of latest change.
Comment 13 Santhosh Thottingal 2012-03-04 06:58:18 UTC
(In reply to comment #12)
> Created attachment 10142 [details]
> diff2.txt
> 
> Here is the diff of latest change.

Thanks for the patch,  applied it on r112968
Comment 14 Santhosh Thottingal 2012-03-04 09:14:34 UTC
(In reply to comment #11)
> One more fix: handled ch to produce 'చ' instead of 'చ్హ'.
Curious to know, how the patch fix this? You added  'చ్h', '', 'చ్'  to the rules.

-Santhosh
Comment 15 Veeven 2012-03-04 11:56:09 UTC
I(In reply to comment #14)
> (In reply to comment #11)
> > One more fix: handled ch to produce 'చ' instead of 'చ్హ'.
> Curious to know, how the patch fix this? You added  'చ్h', '', 'చ్'  to the
> rules.

It basically ignores the h. The first 'చ్' comes when use types 'c'. Next 'h' should not make it 'ఛ్' nor 'చ్హ్'.
Comment 16 Veeven 2012-04-18 15:46:06 UTC
Santhosh, we can push this live. I have not seen any issues afterwards.
Comment 17 Santhosh Thottingal 2012-04-25 05:07:06 UTC
Closing this. The deployment of the extension is scheduled for Thursday as indicated earlier. (http://lists.wikimedia.org/pipermail/mediawiki-i18n/2012-April/000461.html)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links