瀏覽代碼

Pull changes to spreadsheets page

Douglas Leão 2 年之前
父節點
當前提交
4e76070435
共有 2 個文件被更改,包括 12 次插入0 次删除
  1. 0 0
      tutorials/i18n/img/import_csv.webp
  2. 12 0
      tutorials/i18n/localization_using_spreadsheets.rst

+ 0 - 0
tutorials/assets_pipeline/img/import_csv.webp → tutorials/i18n/img/import_csv.webp


+ 12 - 0
tutorials/i18n/localization_using_spreadsheets.rst

@@ -7,6 +7,18 @@ Spreadsheets are one of the most common formats for localizing games.
 In Godot, spreadsheets are supported through the CSV format. This
 guide explains how to work with CSVs.
 
+The CSV files **must** be saved with UTF-8 encoding
+without a `byte order mark <https://en.wikipedia.org/wiki/Byte_order_mark>`__.
+
+.. warning::
+
+    By default, Microsoft Excel will always save CSV files with ANSI encoding
+    rather than UTF-8. There is no built-in way to do this, but there are
+    workarounds as described
+    `here <https://stackoverflow.com/questions/4221176/excel-to-csv-with-utf8-encoding>`__.
+
+    We recommend using `LibreOffice <https://www.libreoffice.org/>`__ or Google Sheets instead.
+
 Formatting
 ----------