scratch-l10n/.tx/config
chrisgarrity 0cb13cbaee Add scratch-paint
Breaking change - bumped major version to 2.

Restructured to support multiple components. Package default is just localeData for currently supported locales including the name for each language.

messages for each component are exported as separate files in locales. Clients of l10n will need to import messages for each of the compents used and combine them.
2017-10-17 13:28:24 -04:00

13 lines
No EOL
290 B
Text

[main]
host = https://www.transifex.com
[experimental-scratch.scratch-gui]
file_filter = gui/<lang>.json
source_file = gui/en.json
source_lang = en
type = CHROME
[experimental-scratch.scratch-paint]
file_filter = paint/<lang>.json
source_file = paint/en.json
source_lang = en
type = CHROME