@ObservedObserver @kyze8439690 I have introduced an option to translate XML files (implemented the feature requested in #11) by utilizing the xml2js library. However, if a tag contains a period (.) like in android (e.g., androidx.constraintLayout.widget.ConstraintLayout), it will split the tag at the dots into multiple tags, as this is the logic employed to construct the new JSON. I did not want to interfere with this process, but I will attempt to address this issue shortly.
@ObservedObserver @kyze8439690 I have introduced an option to translate
XML
files (implemented the feature requested in #11) by utilizing thexml2js
library. However, if a tag contains a period (.) like in android (e.g.,androidx.constraintLayout.widget.ConstraintLayout
), it will split the tag at the dots into multiple tags, as this is the logic employed to construct the new JSON. I did not want to interfere with this process, but I will attempt to address this issue shortly.