aboutsummaryrefslogtreecommitdiffstats
path: root/languages/messages/MessagesTt_latn.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
* Sort magic words alises alphabetically in static language filesUmherirrender2021-03-061-15/+16
| | | | | | | | | | Use @phpcs-require-sorted-array from new codesniffer release 32.0.0 Similiar to special page alias in I827d1f5010d000609324ec398beeb142d9bac299 Bug: T255826 Change-Id: I7b7cbf0c03714001609437af68fe16e06930cc33
* 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
* Convert all array() syntax to []Kunal Mehta2016-02-171-32/+32
| | | | | | | | | | Per wikitech-l consensus: https://lists.wikimedia.org/pipermail/wikitech-l/2016-February/084821.html Notes: * Disabled CallTimePassByReference due to false positives (T127163) Change-Id: I2c8ce713ce6600a0bb7bf67537c87044c7a45c4b
* Fixed spacingumherirrender2014-07-201-12/+12
| | | | | | | | | | - use tab as indent instead of spaces - Added space after closures "function" - Added spaces around string_concat - Added newline inside empty blocks - Removed four spaces after comma Change-Id: I4425b0c6a69b36f40acfea6511b8950cf09ce2b2
* 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-2002/+0
| | | | | | Largest patch set in the history of MediaWiki! Change-Id: I918cfdc46c099017ca3622d1bcbbdd30c4fd00f6
* Localisation updates from https://translatewiki.net.Translation updater bot2014-03-211-2/+1
| | | | Change-Id: I18970accbce3b383e4ad89df2b5cd0d638861e26
* Localisation updates from https://translatewiki.net.Translation updater bot2014-02-211-1/+0
| | | | Change-Id: I71e13fdbb541c2fccbe303849a3c78f0c1260bd2
* Localisation updates from https://translatewiki.net.Translation updater bot2014-02-011-3/+0
| | | | Change-Id: I9ed903822cabaf2a845d01f1a68ee34ac444d980
* Localisation updates from https://translatewiki.net.Translation updater bot2014-01-081-1/+0
| | | | Change-Id: Iaee33fbd265807b18879b6f9873d1d4344dfb878
* Localisation updates from https://translatewiki.net.Translation updater bot2013-12-101-1/+0
| | | | Change-Id: I78257c1482d2a8a5a36693082c3228a63d0f4b8f
* Localisation updates from https://translatewiki.net.Translation updater bot2013-12-081-6/+0
| | | | Change-Id: Id4b89fcef61ccf1e329710f6beff9398669fdadb
* Localisation updates from https://translatewiki.net.Translation updater bot2013-12-071-13/+1
| | | | Change-Id: Id32d5c87533081016e6a00312703f450782a1d6d
* Localisation updates from https://translatewiki.net.Translation updater bot2013-12-051-12/+0
| | | | Change-Id: I91af046a42d410457d6ccb6ce44657a29d184434
* Localisation updates from https://translatewiki.net.Translation updater bot2013-12-041-8/+0
| | | | Change-Id: Ic4c5e76d04630a9da5bde0590db09b55d30132ec
* Localisation updates from https://translatewiki.net.Translation updater bot2013-11-241-3/+0
| | | | Change-Id: Iac7415ec17a0a30026e8c542f5ddd98d67b35d59
* Localisation updates from http://translatewiki.net.Translation updater bot2013-11-201-3/+1
| | | | Change-Id: I0eb353cd0cadf0bed7cd17d4c3eb2c7e108f6aa6
* Localisation updates from http://translatewiki.net.Translation updater bot2013-11-181-2/+2
| | | | Change-Id: I5a74c20de10a3203ff81d453de6c739a8a476081
* Remove linkprefix message, add $linkPrefixCharsetBrad Jorsch2013-10-291-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing "linkprefix" message is unlikely to be accurately customized by message translators (as shown by the fact that, of the 10 distinct customizations prior to Iaa7eaa44 (which made them even more complicated), 3 were broken or entirely ineffective, 1 was half ineffective, and 2 more seem to have included the Latin-1 Supplement by accident) or by local wiki admins. So, like linktrail before it, let's move it out of the system messages and into a separate language variable. At the same time, let's make it a simple character set (like $wgLegalTitleChars) rather than a complicated regular expression. The complicated regex now lives in the parser. This also adjusts the output of the API's action=query&meta=siteinfo and adds an accessor parallel to the linkTrail accessor to Language. Note the following changes that are not simply extracting the existing charset from the linkprefix message for $linkPrefixCharset: * The En message matched all non-ASCII UTF-8 characters by matching the component bytes (\\x80-\\xff). The new character set is equivalent. * Various languages were identical to En and so have no $linkPrefixCharset set. These are: Ary Az Ce Ga Id Ka Kiu Km Ltg Mk Ms Ne Nn Ro Roa_tara Sc Si Sr_ec Sr_el Tl Tt_cyrl Tt_latn Ug_arab War * Cu, Uk, and Udm are changed to match any number of „ or « in the prefix. * Cv tried to include "«" that was redundant to the range \\x80-\\xff (see En comment). This was removed. * Diq was entirely bogus, and so was removed. * Gu included many additional UTF-8 characters that are redundant to the range \\x80-\\xff (see En comment). These were removed, and the resulting character set is equivalent to En. * Mt has been broken since it was introduced in r37242. The charset used is equivalent to the broken regex. Bug: 56031 Change-Id: I3369851b33113fc118a1bace38f3ac310cdd9725
* Localisation updates from http://translatewiki.net.Translation updater bot2013-10-241-1/+1
| | | | Change-Id: I7d7dfd1a1e1a395c639b30489bacceedfbfc6330
* Improve linkprefix regular expressionsBrad Jorsch2013-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The regular expression in the linkprefix message is run against the entire page up to each wikilink, and is expected to capture one group having everything except the prefix and another having only the prefix. For long pages this winds up being a lot of text, so inefficient regular expressions are going to cause problems. The current regex is this: /^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD This is not efficient: it will scan through the string trying to match against every run of one or more letters/non-ASCII characters, backtracking at every one except possibly the last. The only reason this hasn't been a huge problem everywhere is because only a few languages have this feature enabled. This change replaces this with this regex: /^((?>.*(?<![a-zA-Z\\x80-\\xff])))(.+)$/sD This is rather more efficient: it will grab the whole string (which is actually fast even for huge strings), then back off character by character until it finds one that isn't a letter/non-ASCII. Note that the above could be simplified somewhat: /^((?>.*[^a-zA-Z\\x80-\\xff]|))(.+)$/sD The performance improvement here is minor, and Gujarati, Church Slavic, Udmurt, and Ukrainian would still need the other style for their current implementations. For Gujarati, we also use another regex trick: a look-behind assertion in PCRE must be fixed length, so something like (?<!a|bb) won't work. But that regex fragment is equivalent to (?<!a)(?<!bb) which is allowed, so we use that instead. Bug: 52865 Change-Id: Iaa7eaa446b3f045a9ce970affcb2a889f44bdefd
* Localisation updates from http://translatewiki.net.Translation updater bot2013-10-211-1/+0
| | | | Change-Id: I922e660fafc7a952129beebeaed001712f5c2bc1
* Localisation updates from http://translatewiki.net.Translation updater bot2013-09-071-3/+1
| | | | Change-Id: I4f52889299ffc8ae8d49634fd8b36d73c66d8b5a
* Localisation updates from http://translatewiki.net.Translation updater bot2013-09-041-12/+0
| | | | Change-Id: I5e7da5913a10c7f75cdf223f2166cc7873134949
* Localisation updates from http://translatewiki.net.Translation updater bot2013-08-201-1/+0
| | | | Change-Id: I332982e76aa7f846c42e81fbd30141d85326f8b8
* Localisation updates from http://translatewiki.net.Translation updater bot2013-08-181-1/+1
| | | | Change-Id: Iad6b538be6d172d232b8e593ff98faf3d5707abe
* Localisation updates from http://translatewiki.net.Translation updater bot2013-08-021-1/+0
| | | | Change-Id: I9a8b8769d0077d4d406c27910b8f94d9f3a2ceeb
* Localisation updates from http://translatewiki.net.Translation updater bot2013-07-281-1/+0
| | | | Change-Id: I525a26602a3f7d210b1a710cfc4b0d7b67961095
* Localisation updates from http://translatewiki.net.Translation updater bot2013-07-031-1/+0
| | | | Change-Id: I8cd827a5fece398cc94f0ca6ece76fe32811dcd9
* Localisation updates from http://translatewiki.net.Translation updater bot2013-07-011-3/+0
| | | | Change-Id: Idfa4331722672da932fe8a124bc9618de0e31fea
* Localisation updates from http://translatewiki.net.Translation updater bot2013-06-181-1/+0
| | | | Change-Id: I4e865f40a8c69fdc7520bd3a89ec61ca9af57337
* Localisation updates from http://translatewiki.net.Translation updater bot2013-06-121-1/+0
| | | | Change-Id: I599770c4c8b53d0d46c74f1426168a5c3d963a81
* Localisation updates from http://translatewiki.net.Translation updater bot2013-05-201-21/+1
| | | | Change-Id: Ic862c638ed6ce33d3fe4dad9743c88136d832433
* Localisation updates from http://translatewiki.net.Translation updater bot2013-03-161-1/+1
| | | | Change-Id: Ie28bd2d1bce13b5a78eeb8573d8b5b9527b1afeb
* Localisation updates from http://translatewiki.net.Translation updater bot2013-01-251-1/+0
| | | | Change-Id: If7185aa1d59b6c4207765127204270ce2bc91217
* Localisation updates from http://translatewiki.net.Translation updater bot2013-01-111-0/+2
| | | | Change-Id: Ia14126efb5937b32606d7abb2334a6537eae8544
* Localisation updates from http://translatewiki.net.Translation updater bot2013-01-081-6/+5
| | | | Change-Id: If3901d13b72f526be319d8626e3d101767eccdbc
* Localisation updates from http://translatewiki.net.Translation updater bot2012-12-161-1/+0
| | | | Change-Id: Iecaef86923bb32e102dd69ec12651824565bc3ed
* Localisation updates from http://translatewiki.net.Translation updater bot2012-11-291-3/+0
| | | | Change-Id: I554504cd3d622f5eccc27feaf55057c1af443212
* Localisation updates from http://translatewiki.net.Translation updater bot2012-11-271-4/+0
| | | | Change-Id: I1832224e316757869dc2071d0f52b9a376ad0a1c
* Localisation updates from http://translatewiki.net.Translation updater bot2012-10-281-1/+0
| | | | Change-Id: Ie33d83a4d96477c2ed53bba8ee01bc760b980351
* Localisation updates from http://translatewiki.net.Translation updater bot2012-10-071-1/+1
| | | | Change-Id: I1b2cf70c578511ef44a2381e506ee168cc57c7ec
* Localisation updates from http://translatewiki.net.Translation updater bot2012-10-021-2/+0
| | | | Change-Id: I0b758741deecd9ab4836085ca9728b7dc274bd71
* Localisation updates from http://translatewiki.net.Siebrand Mazeland2012-08-261-24/+24
| | | | | | Updates for magic words. Change-Id: I7479b0d525385cca4eddafc57e260a90af65a522
* Localisation updates from http://translatewiki.net.Translation updater bot2012-08-191-3/+3
| | | | Change-Id: If391a6e847a98f6e0a044c7480f3886cd99aa8c2
* Localisation updates from http://translatewiki.net.Translation updater bot2012-08-151-1/+0
| | | | Change-Id: Ieeb8ea6edf05429cd6bbae96bf15c149df863fbe
* Localisation updates from http://translatewiki.net.Translation updater bot2012-06-231-1/+1
| | | | Change-Id: I433613595aeda3fbb50b62563fa6265515544b8c
* Localisation updates from http://translatewiki.net.Translation updater bot2012-05-251-1/+1
| | | | Change-Id: I41a2a158064fa9545cd14fdb98e34d657402bef5