Stringlate
Stringlate copied to clipboard
Translate additional files for the project
Is possible add custom list of files for translating process?
For example, all XML in 'assets' folder?
- https://github.com/mkulesh/microMathematics/tree/master/app/src/main/assets
It would be nice if there was a more general way to find this kind of files, just like I find the default Android resources. But not only we have to find where these files live, we would also need to parse this file for instance which is completely different from a simple:
<string name="resname">Resource text</string>
How would Stringlate even handle things like:
<equation inRightOfPrevious="true">
<term key="leftTerm" text="x2" />
<term key="rightTerm" text="10" />
</equation>
A rich text editor would be needed + then the specific format for said project… :/