i18n/.tx/config
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 30 Nov 2021 18:43:10 +0100
changeset 3392 4353c56a53d1
parent 2348 3a755d690398
permissions -rw-r--r--
OPC-UA client: generated code now take UA_Variants on the stack directly, avoid useless allocation on write, and unalloc implicitely allocated data on read
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