Releases: HenestrosaDev/mobile-strings-converter
Releases · HenestrosaDev/mobile-strings-converter
v0.1.4
Add support for multiple files and directories input
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Add support for converting a file (not .xml
or .strings
) into a strings resource file (.xml
or .strings
).
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Change the name of the output_path' variable to
output_filepath' to fix a bug caused by a wrong variable name.
Full Changelog: v0.1.1...v0.1.2
android-strings-converter-v0.1.1
- Created a new function named
convert_strings()
that acts as a wrapper for all converter functions. From now on, you will only have to call that function to convert a .xml or .strings file to any supported file format!
Full Changelog: v0.1.0...v0.1.1
mobile-strings-converter-v0.1.0
Initial release