aboutsummaryrefslogtreecommitdiffstats
path: root/languages/messages/MessagesZh_sg.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove twn-related comment from languages/messages/* filesStang2022-11-131-2/+0
| | | | | Bug: T304802 Change-Id: Iccacf6288d758e526c95df69861385a4ac2d0f55
* language: Continue doc Languages subgroup for msg files and subclassesTimo Tijhof2022-06-291-1/+1
| | | | | | | | | | | Follows-up I301f471f86ba2. For ease of navigation, move Converter subclasses to a group called "Languages", which for documentation purposes is a subgroup of "Language". The next commit does the same for Messages* files, and Language subclasses (done separately for ease of review). Change-Id: If1cef9aa15f536ebaedd4477ad7453426e7f3b85
* Rearrange zh-related language fallback chainWinston Sung2022-06-011-1/+2
| | | | | | | | | | | | | | Update language fallback chain to zh-hans <=> zh-hant bidirectional to prevent adding translation duplicates in zh and zh-hans. Add en magic words in zh message file to prevent fallback to translations of language variants. Bug: T286291 Bug: T296188 Bug: T252367 Bug: T278639 Related: I484d4cba1e16fce0f7c433a865f3acf676b818c1 Related: Idf39310b4b66f9c5f210d1717e0e47b9e598c13c Change-Id: I3b30303118ae8cd87dc5f2016372f0de89a7b075
* Remove trailing empty lines in PHPFomafix2017-01-161-1/+0
| | | | | | | Performed using find . -name \*.php -exec sed -i -e :a -e '/./,$!d;/^\n*$/{$d;N;};/\n$/ba' {} \; Change-Id: I5d0627f94c73690cf3a8a453539c22c760c2aa60
* Cleanup message file documentationNiklas Laxström2014-06-051-2/+1
| | | | | | | | * Interface strings are now elsewhere * MessagesQQQ no longer exists * Prefer https for translatewiki.net Change-Id: I76652ea94cca80441cd5d978029e4707ee41c4fd
* Migrate translations for core to JSON formatSiebrand Mazeland2014-04-011-11/+0
| | | | | | Largest patch set in the history of MediaWiki! Change-Id: I918cfdc46c099017ca3622d1bcbbdd30c4fd00f6
* Partly revert 28b4dd5f for zh and zh-cn/hk/mo/sg/tw messagesLiangent2014-03-111-10/+3
| | | | | | | | | | For unknown reason (maybe some bug), L10n-bot exported messages in these languages which had been disabled for translation. Let's remove them for now and observe whether the bot exports them again. See I0007fd00579971d4d5bce5e4545492f87ea52867. Change-Id: I70d384c3a01aff5bbade01917c92e7be9fb936f4
* Localisation updates from https://translatewiki.net.Translation updater bot2014-02-251-3/+10
| | | | Change-Id: I1cdc5f6df47189ab35d141ed89a4c84cfac7fe18
* Follow-up r108415: Localisation updates (add/remove).Siebrand Mazeland2012-01-091-0/+4
| | | | | | | Will contain a few localisation updates from http://translatewiki.net. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108445
* Localisation updates for core and extension messages from translatewiki.net ↵Raimond Spekking2009-12-181-0/+4
| | | | | | | (2009-12-18 20:30 UTC) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/60215
* Cleanup: removing obsolete/outdated messages for zh-tw/zh-hk which are same ↵Shinjiman2009-05-261-3/+0
| | | | | | | as zh-hant and zh-cn/zh-sg which are same as zh-hans respectively. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/51019
* Per discussion at the developer meeting: Remove arbitrary sprinkled message ↵Raimond Spekking2009-04-161-0/+3
| | | | | | | | | | documentation from message files. The removed comments are included in MessagesQqq.php togehter with a lot more documentation Add a link to translatewiki.net too to show users the way to improve translations. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/49558
* Localisation updates for core messages from translatewiki.net (2009-02-22 ↵Raimond Spekking2009-02-221-1/+11
| | | | | | | 19:36 UTC) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/47684
* Localisation updates. Formatting, some author updates.Siebrand Mazeland2008-08-061-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/38745
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
| | | | | | | | | | | | | | | | | | Doxygen documentation update: * Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group. * Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file. * Removed some empty comments * Removed some ?> Added following groups: * ExternalStorage * JobQueue * MaintenanceLanguage One more thing: there are still a lot of warnings when generating the doc. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/35098
* Localisation updates for core messages from Betawiki (2008-03-27 18:26 CET)Siebrand Mazeland2008-03-271-4/+4
| | | | | | | * also: EOL whitespace removed Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/32514
* * (bug 11284) Update Chinese translationsRaimond Spekking2007-09-271-4/+4
| | | | | | | Patch by Shinjiman Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/26179
* Remove ?>'s from files. They're pointless, and just asking for people to ↵Aryeh Gregor2007-06-291-1/+1
| | | | | | | mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/23531
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/19502
* Restructured the languages directory, to avoid problems when people untar MW ↵Tim Starling2006-10-041-0/+10
1.8 over the top of a 1.7 installation. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/16773