forked from LuminanceHDR/LuminanceHDR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.i18n
41 lines (28 loc) · 1.26 KB
/
README.i18n
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This is the README file for contributing translations (i18n) to Luminance HDR
-------------------------------------------------------------------
Contents
---------
1. Introduction
2. Operations
1. Introduction
---------------------------------------------------------------------
Translations can be managed either using the classical Qt approach or
the Transifex (www.transifex.com) online platform.
The Qt approach is implemented using a CMake option (UPDATE_TRANSLATIONS). If this
is set to true, then the translations in the i18n directory are updated (using Qt's lupdate).
In the following section the operations using the online platform are described.
2. Operations
---------------------------------------------------------------------
First, download the Transifex Client, available for Windows, Linux, Mac.
Open a command shell and navigate (CD) into the i18n directory of Luminance HDR.
The first time you use the client you need to initialize it with your credentials.
Therefore type:
> tx init
If after an lupdate you want to update the strings online, you do
> tx push -s -t
In order to download the translated strings do
> tx pull -a
More options for each operation is available in the help
> tx help
or
> tx help push