Deployed on Kannada Wikisource - Gadget-GoogleOcr.js. The script is not working for both PDF & DJVU.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Nov 13 2018
Sep 5 2017
Sep 8 2016
Aug 10 2016
Enabling would be great as we have community members to start working on both.
Jan 6 2016
Dec 17 2015
In T21412#242084, @bzimport wrote:p.selitskas wrote:
(In reply to comment #24)
We have the same problem in KN:WP.
In many of the calendar templates which we imported from EN:WP, there are
expressions like this:{{#ifexpr:{{#time:t|{{{year|2000}}}-{{{month|jan}}}}}>28|29}}
which promptly gets expanded to
{{#ifexpr:31>28|29}}
which promptly returns 29.
However, the same expression in KN:WP will result in this:
{{#ifexpr:{{#time:t|{{{year|2000}}}-{{{month|jan}}}}}>28|29}}
{{#ifexpr:೩೧>28|29}}
which will throw an error:
Expression error: Unrecognized punctuation character "�"Is there any workaround/solution for this?
Your issue is not directly related to this one, but I can see it. You need to convert the digits to arabic glyphs.
As long as {{#time}} supplies you with Kannada digits, you need to use {{format:KANNADA_INTEGER|R}} (note "R" argument). For example, you can use this to fix the issue:
{{#ifexpr:{{formatnum:{{#time:t|{{{year|2000}}}-{{{month|jan}}}}}|R}}>28|29}}
Try it and report back if it works.
https://phabricator.wikimedia.org/T21412 - Find more info on this bug where regional languages numerals causing issue in expr etc and a quick fix is also noted here.
We have this issue on Kannada page as well - https://meta.wikimedia.org/wiki/Wikipedia_15/kn . Please fix.
Sep 5 2015
Sep 3 2015
Dear Marco,
Aug 29 2015
Jun 25 2015
Removing text from https://kn.wikipedia.org/wiki/MediaWiki:Recentchangestext resolved the issue. Might be something related to old MediaWiki setting.
Apr 25 2015
Mar 28 2015
Hi All, Thanks for making this happen. I went ahead and did translate couple of articles. Here are some of my observations. Tables doesn't get added properly or may be It needed me to click on each cell to get full table border. Please check ಸಂಚಾರಿ_ವಿಜಯ್ to learn about this.
Mar 19 2015
@santhosh thanks for the update.