mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
f65bf157bd
* fix: fix header background bleeding in VE * feat: move personal menu out of drawer to header * feat: update personal menu styles in smaller breakpoints * fix: fix typo in qqq documentation * ci: lint code to MediaWiki standards Check commit and GitHub actions for more details * feat: add title text to personal menu button Co-authored-by: github-actions <github-actions@users.noreply.github.com>
29 lines
1 KiB
JSON
29 lines
1 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"[https://www.mediawiki.org/wiki/User:Alistair3149 Alistair3149]",
|
|
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]"
|
|
]
|
|
},
|
|
"skinname-citizen": "Citizen",
|
|
"citizen-skin-desc": "A responsive skin developed for the Star Citizen Wiki",
|
|
|
|
"citizen.css": "/* All CSS here will be loaded for users of the Citizen skin */",
|
|
"citizen.js": "/* All JavaScript here will be loaded for users of the Citizen skin */",
|
|
|
|
"citizen-drawer-toggle": "Toggle menu",
|
|
"citizen-personalmenu-toggle": "Toggle personal menu",
|
|
"citizen-search-toggle": "Toggle search",
|
|
"citizen-theme-toggle": "Toggle theme color",
|
|
|
|
"citizen-footer-desc": "Edit this text on MediaWiki:Citizen-footer-desc",
|
|
"citizen-footer-tagline": "Edit this text on MediaWiki:Citizen-footer-tagline",
|
|
|
|
"citizen-search-fulltext": "Search pages containing",
|
|
|
|
"prefs-citizen-theme-label": "Theme",
|
|
"prefs-citizen-theme-option-auto": "Auto",
|
|
"prefs-citizen-theme-option-light": "Light",
|
|
"prefs-citizen-theme-option-dark": "Dark"
|
|
}
|