mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Add missing translatable string
This commit is contained in:
parent
cac62c6dc0
commit
f2c0633216
2 changed files with 5 additions and 1 deletions
|
|
@ -19,6 +19,10 @@
|
|||
"message": "Settings",
|
||||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"developPageName": {
|
||||
"message": "Develop",
|
||||
"description": "appears as tab name in dashboard. Inspired from 'Develop' menu in Safari, see <https://developer.apple.com/documentation/safari-developer-tools/develop-menu>"
|
||||
},
|
||||
"aboutPageName": {
|
||||
"message": "About",
|
||||
"description": "appears as tab name in dashboard"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<span class="logo"><img data-i18n-title="extName" src="img/ublock.svg" alt="uBO Lite"></span><!--
|
||||
--><button class="tabButton" type="button" data-pane="settings" data-i18n="settingsPageName" tabindex="0"></button><!--
|
||||
--><button class="tabButton" type="button" data-pane="rulesets" data-i18n="aboutFilterLists" tabindex="0"></button><!--
|
||||
--><button class="tabButton" type="button" data-pane="develop" tabindex="0">Develop</button><!--
|
||||
--><button class="tabButton" type="button" data-pane="develop" data-i18n="developPageName"tabindex="0"></button><!--
|
||||
--><button class="tabButton" type="button" data-pane="about" data-i18n="aboutPageName" tabindex="0"></button>
|
||||
</nav>
|
||||
<!-- -------- -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue