Set up a github action to run on commits to master to:
- run only when there are changes on
nouns-webapp files that can include i18n strings (.ts, .tsx?)
- run
pnpm i18n:extract to detect new lingui strings
- generate translations for the new strings using AI
- submit a PR with the new translations
Set up a github action to run on commits to
masterto:nouns-webappfiles that can include i18n strings (.ts, .tsx?)pnpm i18n:extractto detect new lingui strings