Last modified: 2011-01-25 01:42:37 UTC
Created attachment 4391 [details] MediaWiki patch for trunk New updates
Created attachment 4392 [details] MediaWiki patch for trunk Clean up kk-cn & kk-tr
Created attachment 4394 [details] MediaWiki patch for trunk rebuild messages
Applied with r28000.
Created attachment 4401 [details] MediaWiki patch for trunk Yet another updates...
Applied with r28048.
Created attachment 4413 [details] MediaWiki patch for trunk * Fixed translations * Added new message keys as English * Stuff that shouldn't converted (variants tabs, javascript, css) moved to stub MessagesKk.php
Applied with r28220.
Created attachment 4417 [details] MediaWiki patch for trunk Latest translations and fixes
Applied with r28263. By the way, please note that: 4 message(s) of 1764 are not translated to kk-tr, but exist in en: * common.css * monobook.css * common.js * monobook.js 4 message(s) of 1764 are not translated to kk-cn, but exist in en: * common.css * monobook.css * common.js * monobook.js 4 message(s) of 1764 are not translated to kk-kz, but exist in en: * common.css * monobook.css * common.js * monobook.js
Thanks, Shinjiman See comment #6: > * Stuff that shouldn't converted (variants tabs, javascript, css) moved to stub > MessagesKk.php I guess this stuff (css & js) should be option. Don't worry...
Created attachment 4420 [details] MediaWiki patch for trunk part 1
Created attachment 4421 [details] MediaWiki patch for trunk part 2
* Move script code suffixes to ISO 15924 defined * Fixes for above in languages/Names.php and maintenance/language/messages.inc * Adding latin -> arabic converter ======================================================================== IMPORTANT: Please do the svn move/copy operations prior applying the patch file to preserving the file history on the repo. (as per r26179) == 1st stage == svn copy: languages/messages/MessagesKk_cn.php => languages/messages/MessagesKk_arab.php languages/messages/MessagesKk_tr.php => languages/messages/MessagesKk_latn.php languages/messages/MessagesKk_kz.php => languages/messages/MessagesKk_cyrl.php svn move: languages/classes/LanguageKk_kz.php => languages/classes/LanguageKk_cyrl.php Please delete the old files since they are not used, only if the patch is going to applied afterwards. svn delete: languages/classes/LanguageKk_kz.php (only if languages/classes/LanguageKk_cyrl.php exists) == 2nd stage == Apply the patch (part 1 & part 2) == 3rd stage == Change in files MessagesKk_latn.php and MessagesKk_arab.php: -$fallback = 'kk-kz'; +$fallback = 'kk-cyrl'; ========================================================================
Applied on r28319. LanguageKk_kz.php has been removed from the trunk. (In reply to comment #10) > Thanks, Shinjiman > See comment #6: > > * Stuff that shouldn't converted (variants tabs, javascript, css) moved to stub > > MessagesKk.php > I guess this stuff (css & js) should be option. Don't worry... However nobody knows when a webmaster would choose the language "kk-cyrl" as the content language but not "kk". As there is no fallback language are set for kk-cyrl, thus the messages for the untranslated part will be fallback to English.
(In reply to comment #14) > However nobody knows when a webmaster would choose the language "kk-cyrl" as > the content language but not "kk". As there is no fallback language are set for > kk-cyrl, thus the messages for the untranslated part will be fallback to > English. It's no matter. If You set site language code to "kk-cyrl" or other variant code, then converter will disabled and messages for converter tabs as js for rtl workaround not needed. Other effect for this is if site setted to "kk-arab" then rtl behevior enabled normally trough MediaWiki software.
Created attachment 4426 [details] MediaWiki patch for trunk * Fix blocking errors in LanguageKk.php, LanguageKk_cyrl.php, LanguageKk.deps.php * Current translations and updates to MessagesKk_xx.php
Priority promoted to 'Highest' (see comment #16) Please commit to SVN as soon as possible
The text of code is currently repeated twice in svn file LanguageKk_cyrl
Applied on r28330. (In reply to comment #15) > (In reply to comment #14) > > However nobody knows when a webmaster would choose the language "kk-cyrl" as > > the content language but not "kk". As there is no fallback language are set for > > kk-cyrl, thus the messages for the untranslated part will be fallback to > > English. > It's no matter. If You set site language code to "kk-cyrl" or other variant > code, then converter will disabled and messages for converter tabs as js for > rtl workaround not needed. Other effect for this is if site setted to "kk-arab" > then rtl behevior enabled normally trough MediaWiki software. If the site admin has chosen for the content language to "kk-cyrl", it has no fallback value. It will fallback to the English message (kk-arab and kk-latn has fallback to kk-cyrl). That means for "kk-cyrl": 'common.css' => '/** CSS placed here will be applied to all skins */', 'monobook.css' => '/* CSS placed here will affect users of the Monobook skin */', 'common.js' => '/* Any JavaScript here will be loaded for all users on every page load. */', 'monobook.js' => '/* Deprecated; use [[MediaWiki:common.js]] */', It is better to having those messages localised, rather than those message appeared on the output of the checkLanguage.php.
Created attachment 4442 [details] MediaWiki patch for trunk * Updates in MessagesKk_xxx.php files * Introduced in LanguageKk.php function regsConverter() for conversion based on regular expressions * Maintained wrapper in LanguageKk.php for enabling RTL direction trough MediaWiki (now needn't workaround in commons.js) * Maintained wrapper in LanguageKk.php for properly marking whole document language as kk-Arab and so (now now needn't javascript code like in commons.js from zh.wikipedia.org: var htmlE=document.documentElement; htmlE.setAttribute("lang",wgUserLanguage); htmlE.setAttribute("xml:lang",wgUserLanguage); ... ) * CACHE_VERSION_KEY bumped to v. 5
Created attachment 4443 [details] MediaWiki patch for trunk Fix typos in last moment changes
Applied with r28589.
Created attachment 4444 [details] MediaWiki patch for trunk * New translations * Mark now 'tog-nolangconversion', 'yourvariant', 'common.css', 'monobook.css', 'common.js', 'monobook.js' as optional. First 2 messages need only for multi-variant languages such kk, ku, sr, zh.
Applied with r28717 and r28719.
Created attachment 4457 [details] Patch for MediaWiki Current translations
Applied on r28770.
Created attachment 4486 [details] Patch for MediaWiki Updates
Applied on r29051 for more translation, use now Betawiki at http://translatewiki.net/wiki/Main_Page This wiki is dedied for translation of messages, aliases, spacenames...
Created attachment 4487 [details] Patch for MediaWiki Updates
Created attachment 4497 [details] Patch for MediaWiki * Messages translations * Language file bugfixes
Applied with r29171.
Created attachment 4517 [details] MediaWiki patch for trunk Updates
Applied with r29359
Created attachment 4523 [details] Patch for MediaWiki * messages updates * implementing hamza handling
Created attachment 4527 [details] Patch for MediaWiki Updates
Comment on attachment 4527 [details] Patch for MediaWiki in attachment at end of 237 line: + 'tag' => array( 0, 'بەلگى', 'tag' )، please replace arabic comma '،' with normal one ',' Sorry!
Removed BOM char on the MessagesKk_arab.php file and applied on r29594.
Created attachment 4543 [details] Patch for MediaWiki * Fix for PHP Strict standards
Created attachment 4546 [details] Patch for MediaWiki Forgot 2 strings in MessagesKk.php
Applied with r29746.
Created attachment 4559 [details] p Latest updates
Applied on r29965.
Created attachment 4594 [details] Patch for MediaWiki Latest updates
Applied with r30271.
Created attachment 4788 [details] Patch for MediaWiki Messages update
Applied on r32889.
Created attachment 4805 [details] Patch for MediaWiki Updates
Created attachment 4811 [details] Patch for MediaWiki Additional translations
Why don't you request commit access to maintain the file directly in svn instead of reopening this bug every few days?
Applied with r33288.
Created attachment 4829 [details] Patch for MediaWiki updates
Applied with r33543.
Created attachment 4836 [details] Patch for MediaWiki New translations and fixes
applied in r33868.
Created attachment 4846 [details] Patch for MediaWiki Updates
Created attachment 4847 [details] Patch for MediaWiki Updates and fixes
Applied with r33991.
Created attachment 4875 [details] Patch for MediaWiki Updates
Commited to SVN trunk, r34206.
Created attachment 4893 [details] patch for MediaWiki * Updates for translation * Restore regressions introduced by r34272, r34273 * Remove most PLURAL. See b13869
Commited to SVN trunk, r34589.
Created attachment 4894 [details] patch for MediaWiki Fixes termins conform acepted of the State Committee for Terminology
Commited to SVN trunk, 34666.
r34666, that is. Just for linking purposes.
Created attachment 4898 [details] patch for MediaWiki Updates
applied in r34685.
Created attachment 4902 [details] patch for MediaWiki Continuation of updates and fixes
applied in r34820.
Created attachment 4905 [details] patch for Mediawiki Updates and fixes
Commited to SVN trunk, r34984.
Created attachment 4909 [details] patch for MediaWiki Updates
Applied with r35131.
Created attachment 4917 [details] patch for MediaWiki current updates
Done in r35207
Created attachment 4919 [details] patch for MediaWiki Current updates for terminology
done in r35238, but not applied MessagesKk_cn.php.
Why not?
Commited MessagesKk_cn.php to SVN trunk, r35259 (commit message r35260).
Created attachment 4921 [details] patch for MediaWiki updates
As we learned from r35261, this should be @ingroup, not @addtogroup. Didn't commit that line. Commited the remaining parts to SVN trunk, r35275.
Created attachment 4924 [details] patch for MediaWiki Updates and conyinuation terminology fixes
applied in r35327.
Created attachment 4933 [details] patch for MediaWiki updates
Applied in r35513.
Created attachment 4941 [details] patch for MediaWiki updates
Applied on r35648.
Created attachment 4950 [details] patch for MediaWiki updates
applied in r35801.
Created attachment 4967 [details] patch for MediaWiki Updates
applied in r36096.
Created attachment 4971 [details] patch for MediaWiki Updates
Commited to SVN trunk, r36152.
Created attachment 4999 [details] patch for MediaWiki updates
Applied with r36443.