We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6462f12 commit 2c8d5f0Copy full SHA for 2c8d5f0
Resources/doc/usage.rst
@@ -1,6 +1,19 @@
1
Usage
2
-----
3
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
17
Creating Translation Messages
18
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
While not strictly necessary, this bundle strongly advocates the usage of
0 commit comments