chatgpt-i18n icon indicating copy to clipboard operation
chatgpt-i18n copied to clipboard

feat: translate XML files

Open zivnadel opened this issue 2 years ago • 2 comments

@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 avatar Apr 27 '23 18:04 zivnadel

@zivnadel is attempting to deploy a commit to the kanaries Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Apr 27 '23 18:04 vercel[bot]

@ObservedObserver

zivnadel avatar May 10 '23 05:05 zivnadel