Skip to content

Commit

Permalink
tx config path
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Aug 7, 2018
1 parent 120ede2 commit 4a3bfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/manage-translations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ To achieve this, you need to run this command:
--source-file-dir docs/_build/gettext \
--source-lang en \
--type PO \
--expression 'docs/locale/<lang>/LC_MESSAGES/{filepath}/{filename}.po' \
--expression 'locale/<lang>/LC_MESSAGES/{filepath}/{filename}.po' \
--execute
This command will generate a file at ``.tx/config`` with all the information needed by the ``transifext-client`` tool to keep your translation synchronized.
Expand Down

0 comments on commit 4a3bfd5

Please sign in to comment.