Commit graph

8 commits

Author SHA1 Message Date
Fomafix
735b00b2b3 Names.php: Replace remaining tabs and double spaces
Follow-up to a3552004
Change-Id: I6a76de73fcfc21516fab7415057260e27e924696
2016-04-22 17:32:02 +00:00
Amire80
a35520049c Unify the spaces before the comment in Names.php
Change everything from a varying number of tabs
to a single space.

The tabs don't really help make it more readable.

Change-Id: Ie84ee675ce4a50f78ec67d3840edc1a19f2c7884
2016-04-22 05:12:40 +00:00
Fomafix
2fbd537277 Names.php: Use ʻ instead of ` as ʻokina in Hawaiian
https://en.wikipedia.org/wiki/%CA%BBOkina:
In the Unicode standard, the ʻokina is encoded as U+02BB ʻ MODIFIER LETTER TURNED COMMA

Change-Id: I030f3b46382d5c5ed5ba81471f7c4156c660b244
2016-03-22 06:15:46 +00:00
Kunal Mehta
6e9b4f0e9c Convert all array() syntax to []
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
2016-02-17 01:33:00 -08:00
jenkins-bot
7a84c29895 Merge "Add support for Laki" 2016-02-10 08:03:54 +00:00
Siebrand Mazeland
04fcd20c4f Add support for Laki
Change-Id: I46a65cb047546e0c6274d78dc342759e4c7f4171
2016-02-10 08:54:58 +01:00
This, that and the other
b49c450307 Amend name for Goan Konkani
Bug: T126148
Change-Id: Iffcaca9ac42bf7c1761df1e8d82cc233c41c54dc
2016-02-09 17:20:56 +11:00
Tim Starling
f43e0d840f Use autoloader for PHP data files instead of include/require
Move ZhConversion.php and Names.php to languages/data and make them both
expose their data as static class variables instead of in the local
scope. This means that the autoloader can be used to load the data,
which is efficient and secure. This also makes additional request-local
caching of the arrays unnecessary.

Change-Id: Iafb96ac4165d0965fcb9a69f1d0a91139ea9790c
2016-01-30 13:08:46 +11:00