Commit graph

17 commits

Author SHA1 Message Date
Sébastien Santoro
03e306dd3b Add kbp language code
Bug: T160915
Change-Id: I1de0c2eb0228697544f2e3bfedf76bc37ac3f679
2017-05-25 17:27:50 +02:00
Amire80
fea73e1b0e Add Dinka (din) to Names.php and languages/messages/
Bug: T163600
Change-Id: I2bf03c97680c17cddf48d05adee88581640268ec
2017-04-24 16:11:53 +00:00
Sébastien Santoro
b2943825cf Add support for Atikamekw
Language code: atj

Bug: T137376
Change-Id: Ieb9b6bcd09aedbf520b384a6572f96d7db1eca18
2017-03-26 20:34:13 +00:00
James D. Forrester
3526417586 languages: Replace implicit Bugzilla bug numbers with Phab ones
It's unreasonable to expect newbies to know that "bug 12345" means "Task T14345"
except where it doesn't, so let's just standardise on the real numbers.

Change-Id: Id2f9d229d17b8eee66b2ca4e3927f3f66ac62988
2017-02-28 00:33:38 +00:00
MarcoAurelio
d2887f448d Gorontalo (gor) to Names.php and RELEASE-NOTES-1.28
Bug: T136083
Change-Id: Ib3e46962de9cc7abc2052cfdf06e95f898e36142
2016-11-14 12:48:13 +01:00
MarcoAurelio
3e92538e15 Karelian (krl) to Names.php and RELEASE-NOTES-1.28
* Added Karelian (krl) to Names.php.
* Added mention to RELEASE-NOTES-1.28
* Created MessagesKrl.php and $fallback = 'fi';

Bug: T137415
Change-Id: Iee2d03d042c8b514ee2575450a37158b26c732a3
2016-11-12 10:16:01 +00:00
Amire80
f3e3db8945 Fix the name of the Livvi-Karelian to fully Latin alphabet
The letter "k" was for some reason written in the Cyrillic alphabet.
Everywhere else in the Wp/olo incubator it is written with the Latin
letter "k", so this must be a mistake.

Change-Id: I51eb44b4cdb6014aafb7e6b4e5a725434b86e877
2016-10-10 15:13:38 +03:00
Niklas Laxström
1a7bde454e Add Shan (shn)
Bug: T135867
Change-Id: I6cd17284b82f6cab0b1fe12557005f0ac541f1e9
2016-07-14 09:37:32 +02:00
Sébastien Santoro
cb38eee898 Add support for Balinese
Language code: ban

Bug: T137411
Change-Id: Ief8ef036cc0abae2c1c060784784e3b5453edce6
Signed-off-by: Raimond Spekking <raimond.spekking@gmail.com>
2016-06-09 14:04:56 +00:00
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