Skip to content

Commit 2c8d5f0

Browse files
committed
Add config instructions
1 parent 6462f12 commit 2c8d5f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Resources/doc/usage.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Usage
22
-----
33

4+
Config
5+
~~~~~~
6+
You can configure Xliff output with following options:
7+
8+
.. code-block :: yml
9+
10+
# config.yml
11+
jms_translation:
12+
dumper:
13+
add_date: true # Default. Adds date to xliff file header.
14+
add_sources: true # Default. Adds sources for translations.
15+
16+
417
Creating Translation Messages
518
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
619
While not strictly necessary, this bundle strongly advocates the usage of

0 commit comments

Comments
 (0)