1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00

fix issue raised on https://crowdin.com/project/ublock: missing ability to translate "by"

This commit is contained in:
gorhill 2016-09-30 09:48:31 -04:00
parent a14dba5162
commit 93001a8635
2 changed files with 8 additions and 4 deletions

View File

@ -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"

View File

@ -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>