mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
fix issue raised on https://crowdin.com/project/ublock: missing ability to translate "by"
This commit is contained in:
parent
a14dba5162
commit
93001a8635
@ -164,8 +164,8 @@
|
||||
"description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
|
||||
},
|
||||
"pickerNetFilters":{
|
||||
"message":"Net filters",
|
||||
"description":"English: Net filters"
|
||||
"message":"Network filters",
|
||||
"description":"English: header for a type of filter in the element picker dialog"
|
||||
},
|
||||
"pickerCosmeticFilters":{
|
||||
"message":"Cosmetic filters",
|
||||
@ -683,6 +683,10 @@
|
||||
"message": "bytes",
|
||||
"description": ""
|
||||
},
|
||||
"genericBy": {
|
||||
"message": "by",
|
||||
"description": "to be used in sentences such as '{what} by {whom}, i.e. 'Font Awesome by Dave Gandy'"
|
||||
},
|
||||
"contextMenuTemporarilyAllowLargeMediaElements": {
|
||||
"message": "Temporarily allow large media elements",
|
||||
"description": "A context menu entry, present when large media elements have been blocked on the current site"
|
||||
|
@ -21,8 +21,8 @@
|
||||
<li><a href="https://github.com/gorhill/uBlock/graphs/contributors">Github</a>
|
||||
<li><a href="https://crowdin.net/project/ublock">Crowdin</a>
|
||||
</ul>
|
||||
<li><a href="https://github.com/bestiejs/punycode.js" target="_blank">Punycode.js</a> by <a href="https://github.com/mathiasbynens">Mathias Bynens</a>
|
||||
<li><a href="http://fontawesome.io" target="_blank">Font Awesome</a> by <a href="https://github.com/davegandy">Dave Gandy</a>
|
||||
<li><a href="https://github.com/bestiejs/punycode.js" target="_blank">Punycode.js</a> <span data-i18n="genericBy"></span> <a href="https://github.com/mathiasbynens">Mathias Bynens</a>
|
||||
<li><a href="http://fontawesome.io" target="_blank">Font Awesome</a> <span data-i18n="genericBy"></span> <a href="https://github.com/davegandy">Dave Gandy</a>
|
||||
</ul>
|
||||
|
||||
<script src="js/vapi-common.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user