Skip to content

Commit d9ecdc1

Browse files
authored
Merge pull request #11080 from Calinou/internationalizing-games-break-iterator
Update ICU break iterator instructions in Internationalizing games
2 parents 5d8eb98 + 9981fee commit d9ecdc1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

tutorials/i18n/img/icu_data.png

-53.3 KB
Binary file not shown.

tutorials/i18n/internationalizing_games.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,13 @@ It is possible to override text and control layout direction by using the follow
311311
Adding break iterator data to exported project
312312
----------------------------------------------
313313

314-
Some languages are written without spaces, and word and line breaking requires more than rules over character sequences.
315-
Godot includes ICU rule and dictionary based, break iterator data, but this data is not included into exported projects by default.
316-
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.
314+
Some languages are written without spaces. In those languages,
315+
word and line breaking require more than rules over character sequences.
316+
Godot includes ICU rule and dictionary-based break iterator data, but this data
317+
is not included in exported projects by default.
317318

318-
.. image:: img/icu_data.png
319+
To include it, go to **Project → Project Settings**, enable **Internationalization → Locale → Include Text Server Data**,
320+
then export the project. Break iterator data is about 4 MB in size.
319321

320322
Structured text BiDi override
321323
-----------------------------

0 commit comments

Comments
 (0)