i18n/.tx/config
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 27 Sep 2018 19:07:57 +0300
changeset 2348 3a755d690398
permissions -rw-r--r--
Add commands to pull translation from transifex

tx - transifex cli client should be installed in the system.
It's free software and is available in Debian archive.

Run following commands:
1. Init your authorization token
$ make transifex_init

2. Pull translations
$ make transifex_pull
2348
3a755d690398 Add commands to pull translation from transifex
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     1
[main]
3a755d690398 Add commands to pull translation from transifex
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     2
host = https://www.transifex.com
3a755d690398 Add commands to pull translation from transifex
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     3
3a755d690398 Add commands to pull translation from transifex
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     4
[beremiz-ide.beremiz]
3a755d690398 Add commands to pull translation from transifex
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     5
file_filter = Beremiz_<lang>.po
3a755d690398 Add commands to pull translation from transifex
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     6
minimum_perc = 0
3a755d690398 Add commands to pull translation from transifex
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     7
source_file = messages.pot
3a755d690398 Add commands to pull translation from transifex
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     8
source_lang = en
3a755d690398 Add commands to pull translation from transifex
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     9
type = PO
3a755d690398 Add commands to pull translation from transifex
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    10