mirror of https://github.com/gorhill/uBlock.git
fix issue reported on Crowdin: "Support" not available for translation
This commit is contained in:
parent
99776b4bad
commit
4290b4b065
|
@ -531,6 +531,10 @@
|
||||||
"message":"Wiki",
|
"message":"Wiki",
|
||||||
"description":"English: project' wiki on Github"
|
"description":"English: project' wiki on Github"
|
||||||
},
|
},
|
||||||
|
"aboutSupport":{
|
||||||
|
"message":"Support",
|
||||||
|
"description":"A link for where to get support"
|
||||||
|
},
|
||||||
"aboutCode":{
|
"aboutCode":{
|
||||||
"message":"Source code (GPLv3)",
|
"message":"Source code (GPLv3)",
|
||||||
"description":"English: Source code (GPLv3)"
|
"description":"English: Source code (GPLv3)"
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/gorhill/uBlock/releases" data-i18n="aboutChangelog"></a>
|
<li><a href="https://github.com/gorhill/uBlock/releases" data-i18n="aboutChangelog"></a>
|
||||||
<li><a href="https://github.com/gorhill/uBlock/wiki" data-i18n="aboutWiki"></a>
|
<li><a href="https://github.com/gorhill/uBlock/wiki" data-i18n="aboutWiki"></a>
|
||||||
<li><a href="https://discourse.mozilla-community.org/t/support-ublock-origin/6746">Support</a>
|
<li><a href="https://discourse.mozilla-community.org/t/support-ublock-origin/6746" data-i18n="aboutSupport"></a>
|
||||||
<li><a href="https://github.com/gorhill/uBlock" data-i18n="aboutCode"></a>
|
<li><a href="https://github.com/gorhill/uBlock" data-i18n="aboutCode"></a>
|
||||||
<li><span data-i18n="aboutContributors"></span>
|
<li><span data-i18n="aboutContributors"></span>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in New Issue