Browse Source

Revert "Fixed lua file references in localization example."

This reverts commit bca82e75b33344ec8e42ae869ffa633649d6a286.
AGulev 2 weeks ago
parent
commit
cebab747bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/localization/example.md

+ 1 - 1
gui/localization/example.md

@@ -3,7 +3,7 @@ tags: gui, font
 title: Localization (RTL/LTR)
 brief: This example demonstrates how to handle localization in games, Unicode text layout, RTL rendering, and runtime font switching for localization.
 author: The Defold Foundation
-scripts: main.gui_script, example/localization_helper.lua, example/ui_helper.lua
+scripts: main.gui_script, localization_helper.lua, ui_helper.lua
 thumbnail: thumbnail.png
 ---