Add missing Minerva skin description message key

Change-Id: I61457e709caa0bfa94a627236f1d04a16f94a166
This commit is contained in:
jdlrobson 2017-07-13 14:03:00 -07:00
parent 69306b0b68
commit a81c87b897
2 changed files with 4 additions and 2 deletions

View File

@ -52,5 +52,6 @@
"mobile-frontend-user-page-member-since": "{{GENDER:$2|Joined}} $1",
"mobile-frontend-user-page-talk": "Talk",
"mobile-frontend-user-page-uploads": "Uploads",
"skinname-minerva": "Minerva"
"skinname-minerva": "Minerva",
"minerva-skin-desc": "A responsive mobile first skin."
}

View File

@ -52,5 +52,6 @@
"mobile-frontend-user-page-member-since": "Message below the heading. $1 is the user registration date. $2 is the gender associated with the user account.",
"mobile-frontend-user-page-talk": "Text of the link to the user's talk page\n{{Identical|Talk}}",
"mobile-frontend-user-page-uploads": "Text of the link to the user's uploads page\n{{Identical|Upload}}",
"skinname-minerva": "{{optional}}"
"skinname-minerva": "{{optional}}",
"minerva-skin-desc": "{{optional}}"
}