소스 검색

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
 In Godot, spreadsheets are supported through the CSV format. This
 guide explains how to work with CSVs.
 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
 Formatting
 ----------
 ----------