@@ -65,6 +65,8 @@ The main documentation for the site is organized into the following sections:
tutorials/math/index
tutorials/animation/index
tutorials/inputs/index
+ tutorials/io/index
+ tutorials/i18n/index
tutorials/gui/index
tutorials/viewports/index
tutorials/shading/index
@@ -0,0 +1,9 @@
+Internationalization
+====================
+
+.. toctree::
+ :maxdepth: 1
+ :name: toc-learn-features-i18n
+ internationalizing_games
+ locales
@@ -0,0 +1,11 @@
+I/O
+===
+ :name: toc-learn-features-io
+ background_loading
+ data_paths
+ saving_games
+ encrypting_save_games
@@ -5,12 +5,6 @@ Miscellaneous
:maxdepth: 1
:name: toc-learn-features-misc
- background_loading
- data_paths
- saving_games
- encrypting_save_games
handling_quit_requests
pausing_games
- internationalizing_games
- locales
binary_serialization_api