Skip to content

Commit 8fe3a6a

Browse files
authored
Merge pull request godotengine#8091 from Leggy7/master
📄Fix internationalizing games outdated setting path
2 parents 49ac573 + aad0c41 commit 8fe3a6a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tutorials/i18n/img/locale_test.png

-15.9 KB
Binary file not shown.
25.9 KB
Loading

tutorials/i18n/internationalizing_games.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,12 @@ Testing translations
292292
You may want to test a project's translation before releasing it. Godot provides two ways
293293
to do this.
294294

295-
First, in the Project Settings, under **Input Devices > Locale**, there is a **Test**
295+
First, in the Project Settings, under **Internationalization > Locale** (with advanced settings enabled), there is a **Test**
296296
property. Set this property to the locale code of the language you want to test. Godot will
297297
run the project with that locale when the project is run (either from the editor or when
298298
exported).
299299

300-
.. image:: img/locale_test.png
300+
.. image:: img/locale_test.webp
301301

302302
Keep in mind that since this is a project setting, it will show up in version control when
303303
it is set to a non-empty value. Therefore, it should be set back to an empty value before

0 commit comments

Comments
 (0)