updated Qt's URLs (redirect is still working, but still - why don't we show the new ones?) (#38)
Updated Qt's URLs.
This commit is contained in:
parent
e48082488d
commit
689827c423
@ -21,7 +21,7 @@ a:visited { color: #0000EE; }
|
||||
<br>
|
||||
<!-- ============================= -->
|
||||
<h3>Introduction:</h3>
|
||||
<p>LameXP v4.xx is a complete re-write of LameXP. This time LameXP is developed in C++ and it is based on the <a href="http://qt-project.org/" target="_blank"><b>Qt</b></a> cross-platform application framework. The good news for translators is that Qt provides <i>full Unicode support</i>, which was also one of the main reasons for the re-write. Consequently there will be <b>no</b> more headache with different Codepages! Furthermore the Qt framework provides a sophisticated <i>translation system</i>, which allows for easy internationalization and localization. There even is an easy-to-use <i>graphical tool</i> for translating Qt application, which is called <b>Qt Linguist</b>. Consequently, before you start translating, you should make yourself familiar with the <i>Qt Linguist</i> application. As a translator, having a quick look at the <a href="http://doc.qt.io/qt-4.8/linguist-translators.html" target="_blank"><i>Qt Linguist manual for translators</i></a> should be sufficient.</p>
|
||||
<p>LameXP v4.xx is a complete re-write of LameXP. This time LameXP is developed in C++ and it is based on the <a href="https://www.qt.io/" target="_blank"><b>Qt</b></a> cross-platform application framework. The good news for translators is that Qt provides <i>full Unicode support</i>, which was also one of the main reasons for the re-write. Consequently there will be <b>no</b> more headache with different Codepages! Furthermore the Qt framework provides a sophisticated <i>translation system</i>, which allows for easy internationalization and localization. There even is an easy-to-use <i>graphical tool</i> for translating Qt application, which is called <b>Qt Linguist</b>. Consequently, before you start translating, you should make yourself familiar with the <i>Qt Linguist</i> application. As a translator, having a quick look at the <a href="http://doc.qt.io/qt-4.8/linguist-translators.html" target="_blank"><i>Qt Linguist manual for translators</i></a> should be sufficient.</p>
|
||||
<br>
|
||||
<!-- ============================= -->
|
||||
<h3>Prerequisites:</h3>
|
||||
|
@ -111,7 +111,7 @@ g_lamexp_specialThanks[] =
|
||||
{ "RareWares", "http://www.rarewares.org/" },
|
||||
{ "GitHub", "http://github.com/" },
|
||||
{ "SourceForge", "http://sourceforge.net/" },
|
||||
{ "Qt Developer Network", "http://qt-project.org/" },
|
||||
{ "Qt Developer Network", "https://www.qt.io/developers/" },
|
||||
{ "CodePlex", "http://www.codeplex.com/" },
|
||||
{ "Marius Hudea", "http://savedonthe.net/" },
|
||||
{ "Codecs.com", "http://www.codecs.com/" },
|
||||
|
Loading…
Reference in New Issue
Block a user