diff --git a/i18n/en.json b/i18n/en.json index a8e05d9..c75768d 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -20,5 +20,7 @@ "timeless-namespaces": "Namespaces", "timeless-pagetools": "Page actions", "timeless-languages": "Languages", - "timeless-sitetitle": "{{MediaWiki:Sitetitle}}" + "timeless-sitetitle": "{{MediaWiki:Sitetitle}}", + "timeless.css": "/* CSS placed here will affect users of the Timeless skin */", + "timeless.js": "/* Any JavaScript here will be loaded for users using the Timeless skin */" } diff --git a/i18n/qqq.json b/i18n/qqq.json index ab8e37c..7473f97 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -27,5 +27,7 @@ "timeless-namespaces": "Label for page namespaces and watch tools\n{{Identical|Namespace}}", "timeless-pagetools": "Label for other page tools", "timeless-languages": "Label for the other languages dropdown\n{{Identical|Language}}", - "timeless-sitetitle": "{{ignore}}\nSite title for site banner" + "timeless-sitetitle": "{{ignore}}\nSite title for site banner", + "timeless.css": "{{optional}}\nCSS applied to users using Timeless skin.", + "timeless.js": "{{optional}}\nJS for users using Timeless skin." }