You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an automated translation workflow using GitHub Actions to translate English text files to Polish within the repository can be implemented. Whenever new commits modifying files in the artemis/reporting/modules/nuclei/translations/en_US/LC_MESSAGES/ directory are pushed to the main branch, the workflow will checkout the repo, set up a Python environment, install the libretranslate library, iterate through the English files (specifically messages.po), translate them to Polish using LibreTranslate, and commit the translated Polish files to the corresponding artemis/reporting/modules/nuclei/translations/pl_PL/LC_MESSAGES/messages.po path.
E.g. a bot can submit PRs for missing translations
The text was updated successfully, but these errors were encountered: