瀏覽代碼

Merge pull request #11080 from Calinou/internationalizing-games-break-iterator

Update ICU break iterator instructions in Internationalizing games
Max Hilbrunner 1 月之前
父節點
當前提交
d9ecdc1a7d
共有 2 個文件被更改,包括 6 次插入4 次删除
  1. 二進制
      tutorials/i18n/img/icu_data.png
  2. 6 4
      tutorials/i18n/internationalizing_games.rst

二進制
tutorials/i18n/img/icu_data.png


+ 6 - 4
tutorials/i18n/internationalizing_games.rst

@@ -311,11 +311,13 @@ It is possible to override text and control layout direction by using the follow
 Adding break iterator data to exported project
 ----------------------------------------------
 
-Some languages are written without spaces, and word and line breaking requires more than rules over character sequences.
-Godot includes ICU rule and dictionary based, break iterator data, but this data is not included into exported projects by default.
-To include it go to **Project → Project Settings → Localization → Text Server Data** and click **Install support data...**. Break iterator data is about 4 MB large.
+Some languages are written without spaces. In those languages,
+word and line breaking require more than rules over character sequences.
+Godot includes ICU rule and dictionary-based break iterator data, but this data
+is not included in exported projects by default.
 
-.. image:: img/icu_data.png
+To include it, go to **Project → Project Settings**, enable **Internationalization → Locale → Include Text Server Data**,
+then export the project. Break iterator data is about 4 MB in size.
 
 Structured text BiDi override
 -----------------------------