From 5c45c53204e38049186413fe1d3784af27bff829 Mon Sep 17 00:00:00 2001 From: jsjtxietian Date: Tue, 19 Mar 2024 12:15:14 +0800 Subject: [PATCH] Mention the comment (ignorable) column function in translation csv --- tutorials/assets_pipeline/importing_translations.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tutorials/assets_pipeline/importing_translations.rst b/tutorials/assets_pipeline/importing_translations.rst index bd6e5a65390..0a8943bae7a 100644 --- a/tutorials/assets_pipeline/importing_translations.rst +++ b/tutorials/assets_pipeline/importing_translations.rst @@ -57,8 +57,9 @@ CSV files must be formatted as follows: +--------+----------+----------+----------+ The "lang" tags must represent a language, which must be one of the :ref:`valid -locales ` supported by the engine. The "KEY" tags must be -unique and represent a string universally (they are usually in +locales ` supported by the engine, or they must start with an underscore (`_`), +which means the related column is served as comment and won't be imported. +The "KEY" tags must be unique and represent a string universally (they are usually in uppercase, to differentiate from other strings). These keys will be replaced at runtime by the matching translated string. Note that the case is important, "KEY1" and "Key1" will be different keys.