wkaisertexas / tranzlate

Automatic string catalog translation w/ OpenAI's Chat Completion APIs
https://www.npmjs.com/package/tranzlate.js
MIT License
7 stars 1 forks source link

Add a GUI language selector #5

Closed wkaisertexas closed 9 months ago

wkaisertexas commented 9 months ago

Similar to how localizations to translate to are selected with a @Clack/prompts multi-select GUI, the same thing should take place to select a language to put the tool into.

wkaisertexas commented 9 months ago

This issue was addressed in the most recent commit. The language selector is addressed in a TUI-like manner. Ideally, this should be done dynamically.