Browse Source

Add hyperlink to Transifex on translator list

Closes #12609
adaptive-webui-19844
Si Yong Kim 4 years ago
parent
commit
74a5c6e745
  1. 3
      src/gui/aboutdialog.ui
  2. 2
      src/gui/translators.html
  3. 5
      src/webui/www/private/views/about.html

3
src/gui/aboutdialog.ui

@ -281,6 +281,9 @@ @@ -281,6 +281,9 @@
</property>
<item>
<widget class="QTextBrowser" name="textBrowserTranslation">
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>

2
src/gui/translators.html

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
</head>
<body>
<p>I would like to thank the people who volunteered to translate qBittorrent.<br>
Most of them translated via Transifex and some of them are mentioned below:<br>
Most of them translated via <a href="https://www.transifex.com/sledgehammer999/qbittorrent">Transifex</a> and some of them are mentioned below:<br>
(the list might not be up to date)
</p>
<ul>

5
src/webui/www/private/views/about.html

@ -82,7 +82,10 @@ @@ -82,7 +82,10 @@
</div>
<div id="aboutTranslatorsContent" class="aboutTabContent invisible">
<p>I would like to thank the following people who volunteered to translate qBittorrent:</p>
<p>I would like to thank the people who volunteered to translate qBittorrent.<br>
Most of them translated via <a target="_blank" href="https://www.transifex.com/sledgehammer999/qbittorrent/">Transifex</a> and some of them are mentioned below:<br>
(the list might not be up to date)
</p>
<ul>
<li><u>Arabic:</u> SDERAWI (abz8868@msn.com), sn51234 (nesseyan@gmail.com) and Ibrahim Saed ibraheem_alex(Transifex)</li>
<li><u>Armenian:</u> Hrant Ohanyan (hrantohanyan@mail.am)</li>

Loading…
Cancel
Save