Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit e0a6d86

Browse files
authored
Fix skin "msg"s (#12)
* Fix skin "msg"s
1 parent 22d77bf commit e0a6d86

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

i18n/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"@metadata": {
33
"authors": ["Morag S."]
44
},
5-
"skinname-example": "2018",
6-
"example-desc": "A contemporary theme utilizing off-the-shelf components for a clean UI and excellent readability"
7-
}
5+
"skinname-2018": "2018",
6+
"2018-desc": "A contemporary theme utilizing off-the-shelf components for a clean UI and excellent readability"
7+
}

i18n/qqq.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@metadata": {
3-
"authors": [ "..." ]
3+
"authors": [ "Morag S." ]
44
},
5-
"skinname-example": "{{optional}}",
6-
"example-desc": "{{desc|what=skin|name=Example|url=https://www.mediawiki.org/wiki/Skin:Example}}"
5+
"skinname-2018": "{{optional}}",
6+
"2018-desc": "{{desc|what=skin|name=2018|url=https://www.mediawiki.org/wiki/Skin:2018}}"
77
}

skin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1",
44
"author": "Morag S.",
55
"url": "https://www.mediawiki.org/wiki/Skin:2018",
6-
"descriptionmsg": "A contemporary theme utilizing off-the-shelf components for a clean UI and excellent article readability",
6+
"descriptionmsg": "2018-desc",
77
"namemsg": "skinname-2018",
88
"license-name": "MIT",
99
"type": "skin",

0 commit comments

Comments
 (0)