From e0624e7c452582d41654e1a0703081600baecbfd Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 14 Oct 2012 23:01:54 +0200 Subject: [PATCH] Updated translators guide. --- doc/Translate.html | 2 +- src/Config.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Translate.html b/doc/Translate.html index e006fc2c..85d4b3b7 100644 --- a/doc/Translate.html +++ b/doc/Translate.html @@ -40,7 +40,7 @@ Only language files that have been edited according to the following rules can b

Testing your translation:

-

LameXP v4.xx needs to be re-built from the sources in order to integrate a new translation or to update one of the "built-in" translations. However there is an easy method to test your translation file without re-building LameXP: Open your current translation (TS) file in the Qt Linguist application and goto "File" ⇒ "Release As...", which allows you to save your translation as a "release" (QM) file. Once saved as a QM file, you can load your translation in LameXP. Just goto "View" ⇒ "Language" ⇒ "From File..." and choose the desired QM file. Your translation should be in effect immediately. If you notice that your translation needs further modifications, go back to the TS file for editing. Then, for your next test run, create a new QM file from the updated TS file.

+

LameXP v4.xx needs to be re-built from the sources in order to integrate a new translation or to update one of the "built-in" translations. However there is an easy method to test your translation file without re-building LameXP: Open your current translation (TS) file in the Qt Linguist application and go to "File" ⇒ "Release As...", which allows you to save your translation as a "release" (QM) file. Once saved as a QM file, you can load your translation in LameXP. This is not possible with the TS file. In LameXP, just goto "View" ⇒ "Language" ⇒ "From File..." and choose the QM file that you have saved in Linguist before. Your translation should be in effect immediately. If you notice that your translation needs further modifications, please go back to the TS file for editing (don't try to edit the QM file!), in the Qt Linguist application. Then, for your next test run, create a new QM file from the updated TS file. Also note that, in newer versions of LameXP, you can press CTRL+F5 to re-load your current QM file (works only in the "Main" window!).


Submitting your translation:

Once you are done with your translation (i.e. all items and all contexts have a green icon), you can submit it, so it can be integrated into the next LameXP release. You can contact me by e-mail:
mulder2[at]gmx[dot]de

diff --git a/src/Config.h b/src/Config.h index c39bc191..6ae0e1ba 100644 --- a/src/Config.h +++ b/src/Config.h @@ -29,8 +29,8 @@ #define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_LO 6 #define VER_LAMEXP_TYPE Beta -#define VER_LAMEXP_PATCH 2 -#define VER_LAMEXP_BUILD 1148 +#define VER_LAMEXP_PATCH 3 +#define VER_LAMEXP_BUILD 1150 /////////////////////////////////////////////////////////////////////////////// // Tool versions (minimum expected versions!) -- 2.11.0