Skip to content

Instantly share code, notes, and snippets.

@saronpasu
Created June 10, 2015 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saronpasu/9156e0d3abc2d7b0074a to your computer and use it in GitHub Desktop.
Save saronpasu/9156e0d3abc2d7b0074a to your computer and use it in GitHub Desktop.
I want localization for MOD content.
but lastest version(Alpha 4.7) is not support Localization for MOD content.
"/Localization/{Language}/Software.xml"
write localization for MOD's software, but not localization.
I have idea.
example1)
"/Localization/{Language}/Mods/{MOD}/Software.xml"
or
"/Mods/{Mod}/Localization/{Language}/Software.xml"
write xml code.
<Software>
<Software Name="Foo">
<Name>Localization Foo</Name>
</Software>
</Software>
example2)
"/Localization/{Language}/Software.xml"
<Mod>
<Mod name="mod name">
<Software>
<Software Name="Foo">
<Name>Localization Foo</Name>
</Software>
</Software>
</Mod>
</Mod>
View Software name "Foo" is "Localization Foo".
please into update this idea.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment