add "Translate" link in the manager

#448
This commit is contained in:
tophf 2018-08-06 18:48:05 +03:00
parent be94303bad
commit baf037e0c4
3 changed files with 6 additions and 0 deletions

View File

@ -547,6 +547,10 @@
"message": "Wiki", "message": "Wiki",
"description": "Wiki link text on the manage page e.g. https://github.com/openstyles/stylus/wiki" "description": "Wiki link text on the manage page e.g. https://github.com/openstyles/stylus/wiki"
}, },
"linkTranslate": {
"message": "Translate",
"description": "Transifex link text on the manage page"
},
"linterConfigPopupTitle": { "linterConfigPopupTitle": {
"message": "Set $linter$ rules configuration", "message": "Set $linter$ rules configuration",
"description": "Stylelint or CSSLint popup header", "description": "Stylelint or CSSLint popup header",

View File

@ -371,6 +371,7 @@
<span><a href="https://userstyles.org" target="_blank" i18n-text="linkGetStyles"></a></span> <span><a href="https://userstyles.org" target="_blank" i18n-text="linkGetStyles"></a></span>
<span><a href="https://add0n.com/stylus.html#features" target="_blank" i18n-text="linkGetHelp"></a></span> <span><a href="https://add0n.com/stylus.html#features" target="_blank" i18n-text="linkGetHelp"></a></span>
<span><a href="https://github.com/openstyles/stylus/wiki" target="_blank" i18n-text="linkStylusWiki"></a></span> <span><a href="https://github.com/openstyles/stylus/wiki" target="_blank" i18n-text="linkStylusWiki"></a></span>
<span><a href="https://www.transifex.com/github-7/Stylus" target="_blank" i18n-text="linkTranslate"></a></span>
</div> </div>
</div> </div>
</div> </div>

View File

@ -447,6 +447,7 @@ select {
#manage-text { #manage-text {
display: flex; display: flex;
flex-wrap: wrap;
align-items: baseline; align-items: baseline;
padding-top: .35rem; padding-top: .35rem;
} }