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/nys.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/nys.json')
-rw-r--r-- | languages/i18n/nys.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/languages/i18n/nys.json b/languages/i18n/nys.json index c986d31047c8..af327e4b3c95 100644 --- a/languages/i18n/nys.json +++ b/languages/i18n/nys.json @@ -614,5 +614,7 @@ "randomrootpage": "Alia bibol birnup", "view-view-foreign": "djinang il $1", "view-create-local": "ngatti nidja waagnkin birnup", - "nstab-mainpage": "Keny mia" + "nstab-mainpage": "Keny mia", + "skin-action-delete": "Barranginy", + "skin-action-move": "Ngatta" } |