File tree 1 file changed +3
-2
lines changed
tutorials/assets_pipeline
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,9 @@ CSV files must be formatted as follows:
57
57
+--------+----------+----------+----------+
58
58
59
59
The "lang" tags must represent a language, which must be one of the :ref: `valid
60
- locales <doc_locales>` supported by the engine. The "KEY" tags must be
61
- unique and represent a string universally (they are usually in
60
+ locales <doc_locales>` supported by the engine, or they must start with an underscore (`_ `),
61
+ which means the related column is served as comment and won't be imported.
62
+ The "KEY" tags must be unique and represent a string universally (they are usually in
62
63
uppercase, to differentiate from other strings). These keys will be replaced at
63
64
runtime by the matching translated string. Note that the case is important,
64
65
"KEY1" and "Key1" will be different keys.
You can’t perform that action at this time.
0 commit comments