Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 25 additions & 23 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
[main]
host = https://www.transifex.com

[tasking-manager.version-4]
[o:hotosm:p:tasking-manager:r:version-4]
source_file = frontend/src/locales/en.json
file_filter = frontend/src/locales/<lang>.json
type = KEYVALUEJSON
source_lang = en
trans.ar = frontend/src/locales/ar.json
trans.cs = frontend/src/locales/cs.json
trans.de = frontend/src/locales/de.json
trans.el = frontend/src/locales/el.json
trans.es = frontend/src/locales/es.json
trans.fa_IR = frontend/src/locales/fa_IR.json
trans.fr = frontend/src/locales/fr.json
trans.he = frontend/src/locales/he.json
trans.hu = frontend/src/locales/hu.json
trans.id = frontend/src/locales/id.json
trans.it = frontend/src/locales/it.json
trans.ja = frontend/src/locales/ja.json
trans.ko = frontend/src/locales/ko.json
trans.mg = frontend/src/locales/mg.json
trans.ml = frontend/src/locales/ml.json
trans.hu = frontend/src/locales/hu.json
trans.id = frontend/src/locales/id.json
trans.sv = frontend/src/locales/sv.json
trans.tl = frontend/src/locales/tl.json
trans.tr = frontend/src/locales/tr.json
trans.uk = frontend/src/locales/uk.json
trans.de = frontend/src/locales/de.json
trans.es = frontend/src/locales/es.json
trans.fr = frontend/src/locales/fr.json
trans.he = frontend/src/locales/he.json
trans.nl_NL = frontend/src/locales/nl_NL.json
trans.pt = frontend/src/locales/pt.json
trans.ar = frontend/src/locales/ar.json
trans.fa_IR = frontend/src/locales/fa_IR.json
trans.mg = frontend/src/locales/mg.json
trans.ml = frontend/src/locales/ml.json
trans.ko = frontend/src/locales/ko.json
trans.pt = frontend/src/locales/pt.json
trans.pt_BR = frontend/src/locales/pt_BR.json
trans.sv = frontend/src/locales/sv.json
trans.sw = frontend/src/locales/sw.json
trans.tl = frontend/src/locales/tl.json
trans.tr = frontend/src/locales/tr.json
trans.uk = frontend/src/locales/uk.json
trans.sw = frontend/src/locales/sw.json
trans.cs = frontend/src/locales/cs.json
trans.el = frontend/src/locales/el.json
trans.it = frontend/src/locales/it.json
trans.ja = frontend/src/locales/ja.json
trans.zh_TW = frontend/src/locales/zh_TW.json
type = KEYVALUEJSON

2 changes: 1 addition & 1 deletion docs/developers/contributing-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The Tasking Manager is using Angular Translate to display the translated strings

### Setting up Transifex locally

To [set up the Transifex client](https://docs.transifex.com/client/init), you'll need a Transifex account and API key.
To [set up the Transifex client](https://developers.transifex.com/docs/cli), you'll need a Transifex account and API key.
In the project's top level directory, initialize Transifex service: `tx init`. The init process will ask for service URL
(leave the default suggestion by hitting enter) and your Transifex username/password.

Expand Down