فهرست منبع

Mention the comment (ignorable) column function in translation csv

jsjtxietian 1 سال پیش
والد
کامیت
5c45c53204
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      tutorials/assets_pipeline/importing_translations.rst

+ 3 - 2
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
 The "lang" tags must represent a language, which must be one of the :ref:`valid
-locales <doc_locales>` supported by the engine. The "KEY" tags must be
-unique and represent a string universally (they are usually in
+locales <doc_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
 uppercase, to differentiate from other strings). These keys will be replaced at
 runtime by the matching translated string. Note that the case is important,
 runtime by the matching translated string. Note that the case is important,
 "KEY1" and "Key1" will be different keys.
 "KEY1" and "Key1" will be different keys.