Create strings.xml files in the gradle project to handle localization
This commit is contained in:
parent
f131daf972
commit
5ff6f7a86b
48 changed files with 122 additions and 14 deletions
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- WARNING: THIS FILE WILL BE OVERWRITTEN AT BUILD TIME-->
|
||||
<resources>
|
||||
<string name="godot_project_name_string">godot-project-name-da</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue