gorilla-llm / gorilla-cli

LLMs for your CLI
https://gorilla.cs.berkeley.edu/
Apache License 2.0
1.22k stars 73 forks source link

Could this be a use case? #28

Closed netpoe closed 11 months ago

netpoe commented 11 months ago

I have a NextJS project with several .tsx files needing translation, so:

gorilla 'parse every .tsx file under ./src, extract all strings , substitute them by {t("translationKey.targetKey")} and put the strings in locales/en/translation.json'

Would this work?

Otherwise, how to extend gorilla in order to understand and potentially accomplish this task?

thx.

ShishirPatil commented 11 months ago

Hey @netpoe yes I think it should work.. Did you give it a try? Do share the results! Also, closing this issue as we can track it on Discord!