Updated language gen tool to match vn scene gen style and rollup

This commit is contained in:
2023-02-18 09:57:13 -08:00
parent 3b3b97294c
commit 589a2c4c95
21 changed files with 556 additions and 194 deletions

View File

@ -0,0 +1,9 @@
<language lang="en">
<string key="undefined">Hello Undefined</string>
<group key="test">
<group key="whatever">
<string key="something">Some text</string>
</group>
<string key="other">Other string</string>
</group>
</language>