ObservedObserver / chatgpt-i18n

Localize your websites with AI assistance.
https://www.i18n.ing/
GNU Affero General Public License v3.0
796 stars 96 forks source link

feat: yaml file translation #13

Closed zivnadel closed 1 year ago

zivnadel commented 1 year ago

@ObservedObserver @laterdayi I have added an option to translate yaml files. This was achieved by converting the yaml files to json before translating, and then converting back after translation. It relies on the js-yaml package.

Closes #9. #11 is also in development.

vercel[bot] commented 1 year ago

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

A member of the Team first needs to authorize it.

laterdayi commented 1 year ago

thank you, yml is supported ?

zivnadel commented 1 year ago

thank you, yml is supported ?

Yes, after merging this PR