aboutsummaryrefslogtreecommitdiffstats
path: root/languages
Commit message (Collapse)AuthorAgeFilesLines
* Localisation updates from https://translatewiki.net.Translation updater bot2024-11-2727-106/+173
| | | | Change-Id: Ia6879d1436927504a66c472e004661ed25d5865d
* Localisation updates from https://translatewiki.net.Translation updater bot2024-11-2615-25/+94
| | | | Change-Id: If9fc2bd432725a257ded014034ca143f6804dc26
* Merge "Rename {{#iwlink}}/{{#langlink}} to ↵jenkins-bot2024-11-251-2/+2
|\ | | | | | | {{#interwikilink}}/{{#interlanguagelink}}"
| * Rename {{#iwlink}}/{{#langlink}} to {{#interwikilink}}/{{#interlanguagelink}}C. Scott Ananian2024-11-251-2/+2
| | | | | | | | | | | | | | | | | | | | In the interests of readability and easier localization, don't abbreviate the names of these core parser functions. Bug: T363538 Bug: T204792 Follows-Up: Ib3da40ff352861517bf71a4e6b2535333ad2d152 Change-Id: Icb257ae8150968941302c71a02f35c5f53f2df3e
* | Merge "i18n/codex: Add `cdx-table-no-data-message` to i18n files"jenkins-bot2024-11-252-4/+8
|\ \
| * | i18n/codex: Add `cdx-table-no-data-message` to i18n filesDoğu Abaris2024-11-252-4/+8
| |/ | | | | | | | | | | | | | | | | | | - Added `cdx-table-no-data-message` to `en.json` with the value: "There is no data available." - Documented `cdx-table-no-data-message` in `qqq.json` to explain its use as a message displayed when the CdxTable component has no data. Bug: T380459 Change-Id: Ic2c59dac7563616706b5f6d4a67a00bff2d186e6
* | Merge "Update fallback skin warning messages"jenkins-bot2024-11-251-2/+2
|\ \
| * | Update fallback skin warning messagesBartosz Dziewoński2024-11-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We no longer support upgrading directly from MediaWiki 1.24, so this guidance can be simplified. Make some other tweaks to the messages (avoid showing empty list, fix case of "Git") and fix loading of styles for the warning. Change-Id: Ie94d008e1926493865be55ca30c4ad5de87e7728
* | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-25189-230/+619
| |/ |/| | | | | Change-Id: I328258b4f5c292c54268d2d7c08f06638be280f6
* | Merge "SpecialBlock [Codex]: use confirmation dialog instead of checkbox"jenkins-bot2024-11-222-0/+4
|\ \
| * | SpecialBlock [Codex]: use confirmation dialog instead of checkboxMusikAnimal2024-11-202-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a reusable ConfirmationDialog, akin to OO.ui.confirm(). A local prop to track the 'open' state is required, but otherwise you only need to provide 'title', the content (the only slot), and what to do on confirmation via the 'confirm' event. SpecialBlock.vue – where form submission is handled – is responsible for opening this dialog, while the store has a watcher to set the confirmationMessage ref. TODOs are left to further abstract ConfirmationDialog and other eligible components for general use in MediaWiki (T375220). Simplify some components by putting the formSubmitted prop into the store. Update tests and use toStrictEqual() instead of toBe(), following the same convention of strict equality comparisons used in JS and QUnit tests. Bug: T376754 Change-Id: I73d4fecb7f91e565a9029311c6d5cd9cfe7ab230
* | | Languages: Add cdo-hant, cdo-latn (Mindong - Traditional Han script, Latin ↵Winston Sung2024-11-223-113/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | script) to Names.php Bug: T139010 Bug: T379829 Bug: T380046 Change-Id: Ib579e4be71176685d50e7893d736f908064ec77e
* | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-2217-70/+133
| | | | | | | | | | | | Change-Id: Ia68ee0870380e7c8341dfb01970ee8863e4fd076
* | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-2110-75/+80
| |/ |/| | | | | Change-Id: I9698abf0462a570186569c533bf27330f22edabb
* | Merge "SpecialBlock: Fix infochip status and icon"jenkins-bot2024-11-201-1/+1
|\ \
| * | SpecialBlock: Fix infochip status and iconDayllan Maza2024-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Active blocks infochip will always display a warning icon and the status will change from notice to warning (yellow) if there are blocks present * Block log and Supressed block log will display a clock icon and the status will always be notice (grey) Follow-Up: Ie154fce0bf673c438d5b4c07c6e23d304083dd19 Bug: T376744 Change-Id: I3b9f11d48e30fff682af4184415df503e0852453
* | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-20216-354/+132
| | | | | | | | | | | | Change-Id: I41c5c3b82f969c4717be2cce213ef5a95f7daf0b
* | | Merge "Add new core parser functions {{#iwlink}} and {{#langlink}}"jenkins-bot2024-11-201-0/+2
|\ \ \ | |_|/ |/| |
| * | Add new core parser functions {{#iwlink}} and {{#langlink}}C. Scott Ananian2024-11-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These parser functions allow the unambiguous creation of interwiki and interlanguage links from wikitext, even when namespace, interwiki, and/or language prefixes may conflict. Bug: T363538 Bug: T204792 Change-Id: Ib3da40ff352861517bf71a4e6b2535333ad2d152
* | | Merge "Fix separatorTransformTable for Croatian"jenkins-bot2024-11-191-1/+2
|\ \ \
| * | | Fix separatorTransformTable for CroatianPonor2024-11-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Croatian orthography, dot should not be used for digit grouping. Space(s) should be used for numbers with more than 4 digits. Typographically and by international standards, the spaces should be non-breaking thin spaces. Bug: T378186 Change-Id: Idc136de058288ff2f9b6474cc0b73cc381820cff
* | | | Merge "Clean up old Special:UserLogout GET request anti-preloading hacks"jenkins-bot2024-11-192-2/+0
|\ \ \ \
| * | | | Clean up old Special:UserLogout GET request anti-preloading hacksBartosz Dziewoński2024-11-192-2/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Back in the day, when Special:UserLogout would log you out on a GET request, a workaround was implemented so that users of a particular ISP that preloaded GET requests would not immediately become logged out: T19790 (SVN r62967 and r86182 / e3e5cf1bb9 and 12cb599cb7). This is no longer needed now that it requires a POST request, and most of the code was removed in 38bbfde448, but some bits remained. Remove the message 'suspicious-userlogout', now unused. Remove a comment about always generating Special:UserLogout links with an '&' character, now no longer true. Change-Id: Ib39ef71fdfa285e30c8376527cb6c7ea177d46a4
* / | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-1919-47/+251
|/ / / | | | | | | | | | Change-Id: Ie48e81bcd768cdc69acb4dc2f00ad0cb3da11f5f
* | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-1866-247/+528
| | | | | | | | | | | | Change-Id: I19fbc162db851b5b8babd0c387676ae557e775e5
* | | Merge "Add message for special page names (EditRecovery) - he"jenkins-bot2024-11-171-0/+1
|\ \ \
| * | | Add message for special page names (EditRecovery) - heNeriah2024-11-161-0/+1
| | |/ | |/| | | | | | | Change-Id: I442bfae47af0592dc45577311dabf5a3947db263
* / | Remove full stop from Emailccme messageSaint Johann2024-11-161-1/+1
|/ / | | | | | | | | | | Used as a checkbox label, so no reason to include full stop (period). See examples in https://doc.wikimedia.org/codex/latest/components/demos/checkbox.html to confirm. Change-Id: I8c9520ebfd2641617a1169a9ea232f97f278e828
* | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-1518-109/+228
| | | | | | | | Change-Id: I55a45c23e99f34b05d1bb97a4a9ec3613c1ee46f
* | Merge "Remove invisible direction marks from Persian time formats"jenkins-bot2024-11-141-16/+15
|\ \
| * | Remove invisible direction marks from Persian time formatsEbrahim Byagowi2024-11-031-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a part of reducing rely on hidden direction marks for the reasons explained in T375975 now let's get rid of them in date formats inserting their own hidden RLM characters as a part of localized date format. There are three locale that insert RLM as a part of date format, fa, ckb and kk-arab, but there are lots of RTL script locales that don't do such a thing so it will be nice to remove the hidden characters from these locales and deal with them in markup but let's start with the Persian one which if there won't be any issue with the change that can't be dealt with markup and CSS, we can remove them more safely from ckb and kk-arab that are less impacting in comparison to Persian locale also. These hidden characters were added in https://github.com/wikimedia/mediawiki/commit/24b6d652c25b71e90beb5c9f5cf82b2f073520a6 mentioning a usecase which if it did matter that much it wasn't limited only to Persian but regardless is better to be replaced with a markup based solution now with the advent of the web and this time finding a solution that includes other RTL locales also. Bug: T375975 Change-Id: Ic83116bdb35922f62dc4f82384743a95a4220f0c
* | | SpecialBlock: Fix number localisationDayllan Maza2024-11-131-1/+1
| | | | | | | | | | | | | | | | | | Follow-Up: Ie154fce0bf673c438d5b4c07c6e23d304083dd19 Bug: T376744 Change-Id: I3c55fd46684fb5690ea48708e99a40cfe8e6960d
* | | Merge "Add namespace translations for Luba-Lulua"jenkins-bot2024-11-131-0/+20
|\ \ \
| * | | Add namespace translations for Luba-LuluaAmir E. Aharoni2024-11-061-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations taken from: https://incubator.wikimedia.org/w/index.php?title=Talk:Wp/lua/Dibeji_dia_kumpala&oldid=6451406 Bug: T375999 Change-Id: If786197ed76f606f14809e75a61ccd09fcba664d
* | | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-1310-28/+794
| | | | | | | | | | | | | | | | Change-Id: Ibe381dc7f695a40ad60f775b882d98c5ba2158d6
* | | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-1214-15/+98
| | | | | | | | | | | | | | | | Change-Id: I303c1bb035490beaba2a65b3d9952e859aa4c853
* | | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-1139-232/+544
| | | | | | | | | | | | | | | | Change-Id: Ib00d0f75f46d6ed5408e4f02cbd9c90a32dd5762
* | | | SpecialBlock: Add infochip to active and block log accordionDayllan Maza2024-11-082-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accordion labels now include an infochip component displaying the total number of items in the table. If the api returns a "continue" then a + sign is added to the number to indicate that there are more items not being displayed Bug: T376744 Change-Id: Ie154fce0bf673c438d5b4c07c6e23d304083dd19
* | | | Merge "SpecialBlock: Add suppress log accordion"jenkins-bot2024-11-082-1/+7
|\ \ \ \
| * | | | SpecialBlock: Add suppress log accordionSam Wilson2024-11-082-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show suppress log entries in an accordion below the 'Recent blocks' accordion. This list is not limited to only 'block' and 'reblock' because the view-more link already doesn't; this may need further work. Empty-state messages are added for the new suppress log as well as for active logs (which was using the same message as previous blocks). Bug: T377725 Change-Id: I63ae67a9bd384a9a128a356e1be4a250c6114b2d
* | | | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-0819-22/+68
|/ / / / | | | | | | | | | | | | Change-Id: Ia76bc30a2a942730ae1a786ae43ee8bd71adc9d3
* / / / Localisation updates from https://translatewiki.net.Translation updater bot2024-11-0720-86/+146
|/ / / | | | | | | | | | Change-Id: Iefa8453ea397da4125f4c9a0171fa9b04b85df19
* | | Merge "BlockLog.vue: Modify messages, compute menuItems"jenkins-bot2024-11-062-0/+2
|\ \ \
| * | | BlockLog.vue: Modify messages, compute menuItemsTheresNoTime2024-11-062-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Bug: T368059 Follow-Up: Ie4a60ab7fd3d2a5a5b894402a61af1dd1ea4c0b3 Change-Id: Ia33e96d49164ebe7abb7dabc7c312f9d493cda13
* | | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-0628-209/+634
|/ / / | | | | | | | | | Change-Id: I2615e7a9d6ded70e8b9503a1b101b3a54f279193
* | | Merge "Add namespace translations for Duala"jenkins-bot2024-11-051-0/+20
|\ \ \
| * | | Add namespace translations for DualaAmir E. Aharoni2024-10-311-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contributed by User:NdumbèNdumbè on translatewiki.net: https://translatewiki.net/w/i.php?title=User_talk:Olivier_Moukodi&oldid=12700351 Bug: T376248 Change-Id: I1c7a8cf49d822c531f8c660939690e31c92b777a
* | | | Merge "Add hyphen to "user-specific""jenkins-bot2024-11-051-1/+1
|\ \ \ \
| * | | | Add hyphen to "user-specific"Amir E. Aharoni2024-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There should be a hyphen before a combining "-specific" according to https://www.merriam-webster.com/dictionary/specific Change-Id: Iafda272fec4be04ed77bebf86d99a28541c4bae5
* | | | | Localisation updates from https://translatewiki.net.Translation updater bot2024-11-055-42/+6
| | | | | | | | | | | | | | | | | | | | Change-Id: I3e1e9f8d7e28345da0c76cd39345ab53f217ff61