Create strings.xml files in the gradle project to handle localization

This commit is contained in:
Aman Jain
2020-07-15 13:02:59 -04:00
committed by Aman Jain
parent f131daf972
commit 5ff6f7a86b
48 changed files with 122 additions and 14 deletions

View File

@@ -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-ar</string>
</resources>