Skip to content

Commit 5c45c53

Browse files
committed
Mention the comment (ignorable) column function in translation csv
1 parent 7c54d22 commit 5c45c53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorials/assets_pipeline/importing_translations.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ CSV files must be formatted as follows:
5757
+--------+----------+----------+----------+
5858

5959
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
6263
uppercase, to differentiate from other strings). These keys will be replaced at
6364
runtime by the matching translated string. Note that the case is important,
6465
"KEY1" and "Key1" will be different keys.

0 commit comments

Comments
 (0)