Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Action to fetch translations from Transifex daily #1

Merged
merged 1 commit into from Sep 25, 2022

Conversation

gouenji-shuuya
Copy link
Contributor

@gouenji-shuuya gouenji-shuuya commented Sep 24, 2022

Everyday around 00:00 UTC (+/- some offset), this action will fetch translations from Transifex and commit them if there are any changes.

This action will also be triggered by:

  • Updates to Python files
  • Updates to this file.
  • Manually from actions page.

The following must be set up as secrets in the repository:

  • SOME_STRING: Anything. Changing this invalidates pip cache.
  • TRANSIFEX_API_TOKEN: Self-explanatory.

.github/workflows/actions.yml Outdated Show resolved Hide resolved
.github/workflows/actions.yml Outdated Show resolved Hide resolved
Everyday around 00:00 UTC (+/- some offset), this action will fetch
translations from Transifex and commit them if there are any changes.

This action will also be triggered by:
- Updates to Python files
- Updates to this file.
- Manually from actions page.

TRANSIFEX_API_TOKEN must be set up as a secret in the repository.
@akprasad
Copy link
Contributor

Awesome! Very happy about this -- I'll merge it in then kick off a manual run to test.

@gouenji-shuuya
Copy link
Contributor Author

Glad to help!

@akprasad akprasad merged commit 80d2bb4 into ambuda-org:main Sep 25, 2022
@gouenji-shuuya gouenji-shuuya deleted the action branch September 25, 2022 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants