aboutsummaryrefslogtreecommitdiffstats
path: root/includes/languages/data
Commit message (Collapse)AuthorAgeFilesLines
* Add Central Kanuri (knc), deprecate Kanuri (kr)Amir E. Aharoni2024-10-201-1/+2
| | | | | | | | | | | | | | | Should be merged only when appropriate for migrating from "kr" to "knc" on translatewiki. See bug T356144. The autonym is from Ethnologue. The namespace translations are by User:MohammedBama123 (Mohammed Mustapha Bulama), shared at: https://incubator.wikimedia.org/w/index.php?title=Talk:Wp/knc/Main_Page&oldid=6416513#Namespaces Bug: T356144 Change-Id: Ifa1a692619d3b12e279cc74482b6327262fcb20f
* Change name of dtp languageNMW032024-10-171-1/+1
| | | | | Bug: T375891 Change-Id: Ic3def3ecfce481f5a35615182e3acfcecf911f12
* Add Southern Ndebele language (nr)Amir E. Aharoni2024-10-021-0/+1
| | | | | | | | | | | | | | | | This is done experimentally, with only a Names.php entry and namespace translations, before we have actual localized strings. For details, see https://www.mediawiki.org/wiki/Future_of_Language_Incubation. I've tested it on my local MediaWiki instance, and it works as expected: no user interface translations, but the namespaces appear corretly in page titles, Special:AllPages, etc., when `$wgLanguageCode = 'nr'` is set in LocalSettings.php, and the language name appears correctly in the dropdown in the "Internationalisation" section in the Preferences. Bug: T375377 Change-Id: I44cf6a6dabf2ade873506a78573db4f7783a9c99
* Merge "Add Duala language (dua)"jenkins-bot2024-10-021-0/+1
|\
| * Add Duala language (dua)Amir E. Aharoni2024-10-021-0/+1
| | | | | | | | | | Bug: T376248 Change-Id: I70a4b323cbf1b6e34b9a079799daa8e33240cb30
* | Update autonym for Komering (kge)Amir E. Aharoni2024-10-021-1/+1
|/ | | | | Bug: T375947 Change-Id: I6c343a277630fbf2da3214ab7191172dda465c15
* Merge "Fix Manchu language configuration"jenkins-bot2024-09-301-1/+1
|\
| * Fix Manchu language configurationAmir E. Aharoni2024-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reflects the actual situation on translatewiki and in the i18n json files: * mnc is the main code, and it is in the Latin script * mnc-mong is in the Mongolian script * mnc-latn is a compatibility redirect to mnc In the future, we may swap between mnc and mnc-latn, but for now, let's at least make sure that the two variants are supported in core properly. This also adds namespace translations given by User:MiiCii at https://translatewiki.net/w/i.php?title=User_talk:MiiCii&oldid=12654825 (Note the different "Category" translation towards the end.) Bug: T284043 Change-Id: I3998d84aa51f3fced5642f611ba235687f4fe003
* | Add Luba-Lulua (lua) to Names.phpAmir E. Aharoni2024-09-301-0/+1
|/ | | | | Bug: T375999 Change-Id: I7eb614c7fd968f245e60b644a4c87028d2fe3fcb
* Add Interslavic (Cyrillic; isv-cyrl)Amir E. Aharoni2024-09-231-0/+1
| | | | | | | | Also add gender aliases to Interslavic (Latin) and custom plural rules for isv-cyrl. Bug: T375360 Change-Id: I1ea5e36b09a4eecbc0edf085deb50a392f7fcca5
* Merge "Update English langauge name of Puxian (cpx) in comments"jenkins-bot2024-09-221-4/+4
|\
| * Update English langauge name of Puxian (cpx) in commentsWinston Sung2024-09-221-4/+4
| | | | | | | | Change-Id: I6b3a57958e1626f5ee7c1d8ac24ab87ff84c8dc8
* | Languages: Fix written script for Xiang (hsn)Winston Sung2024-09-221-1/+1
|/ | | | | | | | | The Xiang on translatewiki and Wikimedia Incubator Wikipedia-hsn were written in Traditional Han script (Hant) instead of Simplified Han script (Hans): https://translatewiki.net/wiki/Portal:Hsn https://incubator.wikimedia.org/wiki/Wp/hsn Change-Id: I2b0566cb6f13556002b38f6bc9df08f7b9c6d2a4
* Add Tigre (tig) to Names.phpAmir E. Aharoni2024-09-201-0/+1
| | | | | Bug: T375052 Change-Id: Ie7b2db805386e6eb3d3603f6d0686f27450bbf76
* Merge "language: More use of const and cleanup"jenkins-bot2024-09-171-400/+373
|\
| * language: More use of const and cleanupUmherirrender2024-09-171-400/+373
| | | | | | | | | | | | | | | | | | php allows to combine strings and arrays in const, use this to move more code in the converter to const. Use typed properties Also cleanup whitespaces a bit Change-Id: I7b7796b48aacf76dce658364d17cdc84d644e40d
* | languages: Convert Names::$names to constantUmherirrender2024-09-171-2/+10
|/ | | | | | Deprecate the old static variable as it is used in some extensions Change-Id: Ifddb6a95d0d81fef4c480ef96dbc1fc9cbb93401
* language: Add missing documentation to class propertiesUmherirrender2024-09-171-0/+8
| | | | | | | | | | Add doc-typehints to class properties found by the PropertyDocumentation sniff to improve the documentation. Once the sniff is enabled it avoids that new code is missing type declarations. This is focused on documentation and does not change code. Change-Id: I73c413727a63d14efb5028b27128784c98724110
* language: Use const keyword for mapping of stringsUmherirrender2024-09-172-23/+23
| | | | | | | The variables on the converter are not usable outside of the class, so making the public ones also private. Change-Id: I6087dcdac761916359009548beb5210671a32ee5
* Fix comment spelling in Names.phpAmir E. Aharoni2024-09-131-1/+1
| | | | Change-Id: I5a989a1ad35f4459c96fc12f74cb1e17894fcb0a
* Add Haryanvi language (bgc)Amir E. Aharoni2024-08-281-0/+1
| | | | | Bug: T364737 Change-Id: Ic88ea60db67ed32dd8ac4534025f71537b1d0e11
* Languages: Add nan-latn-tailo (Minnan - Tâi-lô) to Names.phpWinston Sung2024-08-221-0/+1
| | | | | | | | | | | | First export in commit 5c6b75659f59ca6baa00218e2ac5c1276fc03468 (Change-Id Ied5002d2ca82a05d69e55442561f254f610e0d5c ). Language codes nan, nan-hani, nan-latn will be used for language converter codes. Bug: T354937 Bug: T369899 Change-Id: If68512a24cac67daa033a634b1fb57d872d0039c
* Chinese Conversion Table Update 2024-3.1Chiefwei2024-08-181-3/+8
| | | | | | | | | Update the Chinese conversion table routinely to fix bugs reported at https://zh.wikipedia.org/wiki/Wikipedia:字词转换/修复请求. It is only data changes and only works for Chinese WikiProjects. Change-Id: I02396a408fb00ef32ddf6d9b164f37dffc3e0dab
* Chinese Conversion Table Update 2024-3Chiefwei2024-08-111-14/+21
| | | | | | | | | Update the Chinese conversion table routinely to fix bugs reported at https://zh.wikipedia.org/wiki/Wikipedia:字词转换/修复请求. It is only data changes and only works for Chinese WikiProjects. Change-Id: I50920b1be658741bfb3643e3992b3ebd6727e0ec
* Merge "Chinese Conversion Table Update 2024-2"jenkins-bot2024-08-091-117/+128
|\
| * Chinese Conversion Table Update 2024-2Chiefwei2024-06-101-117/+128
| | | | | | | | | | | | | | | | | | Update the Chinese conversion table routinely to fix bugs reported at https://zh.wikipedia.org/wiki/Wikipedia:字词转换/修复请求. It is only data changes and only works for Chinese WikiProjects. Change-Id: I4da56d4083406639a41a15de6ed9263411217ac3
* | Merge "Languages: Add nan-latn-pehoeji (Minnan - Pe̍h-ōe-jī) to Names.php"jenkins-bot2024-07-291-0/+1
|\ \
| * | Languages: Add nan-latn-pehoeji (Minnan - Pe̍h-ōe-jī) to Names.phpWinston Sung2024-07-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First export in commit 754c37901f945d833350bf01474cf62e5ebd1798 (Change-Id Ie16c8fbd777a51cebafd32cd1406907c763be975 ). Language codes nan, nan-hani, nan-latn will be used for language converter codes. Bug: T354937 Bug: T370987 Change-Id: Ia87cfa3ec3a71e554ba767bacdb970549454aa93
* | | Add Saint Lucian Creole (acf)Amir E. Aharoni2024-07-261-0/+1
|/ / | | | | | | | | Bug: T371051 Change-Id: I1ebd651aa9a4bd15a1f4dc898abdae7a8efb4406
* | Add Nupe language (nup)Amir E. Aharoni2024-07-171-0/+1
| | | | | | | | | | | | | | MessagesNup.php will be added later when we have namespaces. Bug: T370123 Change-Id: I2504d4005a5a706448a0f784d38987e693254bbe
* | Languages: Add hak-* (Hakka) to Names.phpWinston Sung2024-07-161-1/+4
| | | | | | | | | | | | This included hak-hans, hak-hant, hak-latn. Change-Id: If464fafeaa2360e31971f75c3c234bc4a6e694aa
* | Add Interslavic (isv-latn) to Names.phpSrishakatux2024-07-101-0/+1
| | | | | | | | | | Bug: T367688 Change-Id: I86ff1887eab5a259e1d8b310cfdd508440b4d619
* | Remove a wrong comment about Eastern Pwo languageAmir E. Aharoni2024-07-061-1/+1
| | | | | | | | Change-Id: If288155053798fe8d7232ff711e4967e4178d21a
* | Add Iban languageAmir E. Aharoni2024-06-301-0/+1
| | | | | | | | | | | | | | | | MessagesIba.php will come later, when I get the fallbacks and namespace names. Bug: T367991 Change-Id: I181f29469a3880a3192f33042b026a20e889d5f1
* | Update the autonym for Tai NueaAmir E. Aharoni2024-06-291-1/+1
| | | | | | | | Change-Id: I90adc5e7d1057b4172c82d7cc66da683fc332d30
* | Replace a comment in Names.php with a Phabricator referenceAmir E. Aharoni2024-06-281-3/+1
| | | | | | | | | | Bug: T368698 Change-Id: I5982fc6d7fba062c312346d15e85f709a3f4582a
* | Clean up comments in Names.phpAmir E. Aharoni2024-06-281-3/+1
|/ | | | | | | | | | | | | 1. Remove "ruq-grek", which was commented long ago and doesn't have any localization or content on Wikimedia projects. (No prejudice against supporting it on translatewiki.net if there is demand.) 2. For consistency, move a comment about cpx to the end of the line. Also remove the old unused name of the language. Change-Id: Iee2ed3d3d85bd16b92c429365b5e5a7bcd75eeb1
* Update the autonym for language ku-arabAmir E. Aharoni2024-05-301-1/+3
| | | | | Bug: T360021 Change-Id: I8eac135ffbcc68901c1a00b7219f43087af1850c
* Add the Chakma languageAmir E. Aharoni2024-05-201-0/+1
| | | | | | | | | A little history: This is the first time that the $linkTrail regular expression uses \p with a script name and not explicit characters or code point numbers. Bug: T365365 Change-Id: Ia3cf06b8241f74772608179605f1fd7f08a08f8c
* Add support for the Musi language (mui)Amir E. Aharoni2024-05-061-0/+1
| | | | | | | | | | | | Autonym according to Ethnologue is "Baso Palembang". This is also the name most commonly used by the language's speakers according to the article Alsamadani, Mardheya; Taibah, Samar (2019). "Types and Functions of Reduplication in Palembang". Journal of the Southeast Asian Linguistics Society. Bug: T364291 Change-Id: I4a867a8671ab32366aa459d49361682305b67dcb
* Add apc autonym to MediaWikiDerk-Jan Hartman2024-04-301-0/+1
| | | | | | | MessagesApc.php is mostly copied from MessagesAr.php. Bug: T290657 Change-Id: I10c94ca1bbb168c2d8ec0825a9b9e13cd854d284
* Languages: Add nan-hant (Minnan - Traditional Han script) to Names.phpWinston Sung2024-04-191-1/+2
| | | | | | | | | | | | First export in commit d00df6b0189c81b13084055cf25075fb5b7d1843 (Change-Id Ie05945912bfed800b5627a306559f21109ccafd2 ). Language codes nan, nan-hani, nan-latn will be used for language converter codes. Bug: T354937 Bug: T362041 Change-Id: Id78405dea23858ea8369fbfc1e655e98d827e89a
* Implement language converter for Standard Moroccan Amazigh (zgh)Jon Harald Søby2024-04-111-0/+1
| | | | | | | | | | | | | Requested by the zgh community in the Wikimedia Incubator at [1]; the converter is the same as for Shilha (`shi`); the main difference between the two languages is that the main script for `zgh` is Tifinagh, which can't be losslessly converted to the Latin script (the former is unicameral, the latter is bicameral), so the converter and configuration added here is essentially one-directional. [1] https://incubator.wikimedia.org/wiki/Special:PermaLink/6060805 Change-Id: I483a1594f001226439497f0870176e9a1e447458
* [Languages] Add Ibibio (ibb)Jon Harald Søby2024-02-191-0/+1
| | | | | Bug: T357879 Change-Id: Ic66ce8ff32523e05d40b99dda7a48bc5c60b146c
* Languages: Add Chinook Jargon (chn) to Names.phpAmir E. Aharoni2024-02-131-0/+1
| | | | | | | | | There's nothing to add to MessagesChn.php for now. linkTrail will be needed, but I'm discussing this at https://translatewiki.net/wiki/User_talk:POSSUM_chowg?oldid=12212474 Bug: T356616 Change-Id: Ifb21c5237adeeb900fa25974a31b49bb63aea253
* Chinese Conversion Table Update 2024-1Chiefwei2024-02-131-25/+121
| | | | | | | | | Update the Chinese conversion table routinely to fix bugs reported at https://zh.wikipedia.org/wiki/Wikipedia:字词转换/修复请求. It is only data changes and only works for Chinese WikiProjects. Change-Id: I71591d77028d818dc20e04b9be4508e74c127f83
* [Languages] Add Nyoro (nyo)Jon Harald Søby2024-01-161-0/+1
| | | | | | | | Also add Swahili to the list of fallback languages for the related Orutooro (ttj) language. Bug: T354926 Change-Id: I76e901e3fa370f5f245b747beef9f7a5d3b90bca
* [Languages] Add Tooro (ttj)Jon Harald Søby2024-01-081-0/+1
| | | | | Bug: T354519 Change-Id: I920e0e00ffa7f500d24cdbec1b4085f058f49495
* Rename Mon language (mnw)Amir E. Aharoni2024-01-021-1/+1
| | | | | Bug: T352776 Change-Id: I95b009263bb0161f8f6f221543c671f535169803
* Add Arbëresh to Names.phpJon Harald Søby2023-12-251-0/+1
| | | | | Bug: T353058 Change-Id: Ia0175008f3b586b3314d9ccec6483b9c20afdd3a