chatgpt-i18n
chatgpt-i18n copied to clipboard
feat: translate XML files
@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.
@zivnadel is attempting to deploy a commit to the kanaries Team on Vercel.
A member of the Team first needs to authorize it.
@ObservedObserver