diff options
author | Jon Robson <jdlrobson@gmail.com> | 2022-03-07 07:55:14 -0800 |
---|---|---|
committer | Jon Robson <jdlrobson@gmail.com> | 2022-03-07 08:59:32 -0800 |
commit | 40d041e0642dec08bfc00e07390e2d598e1baf03 (patch) | |
tree | 2c8a5269fb27503249280c0ee926e41eac97d15a /languages/i18n/wls.json | |
parent | 595f1e379ba7f51c8435ef1114fc94a2777283ff (diff) | |
download | mediawikicore-40d041e0642dec08bfc00e07390e2d598e1baf03.tar.gz mediawikicore-40d041e0642dec08bfc00e07390e2d598e1baf03.zip |
Introduces skin- prefixed message key for nav items
This takes precedent over the other messages e.g. action-protect
Since only 3 messages clash with the protection forms, only 3 are
ported for now.
The action-protect, action-move and action-undelete are reverted
to their old values as they were in
98fa55566a9df1d6dd74654979f890d75c602220
Bug: T303012
Change-Id: I5594ba4d1a60d141dbcc5ac3bd97428f765709d6
Diffstat (limited to 'languages/i18n/wls.json')
-rw-r--r-- | languages/i18n/wls.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/languages/i18n/wls.json b/languages/i18n/wls.json index 6e7b77a623a3..4f4de95f569b 100644 --- a/languages/i18n/wls.json +++ b/languages/i18n/wls.json @@ -528,5 +528,7 @@ "randomrootpage": "Pāsina 'uluaki ne'e hoko fili", "view-view-foreign": "Sio ki ai i te $1", "view-create-local": "Tohi he fakamahino", - "nstab-mainpage": "Pāsina tāfito" + "nstab-mainpage": "Pāsina tāfito", + "skin-action-delete": "Molehi", + "skin-action-move": "Fetogi higoa" } |