Run Localazy Download on a schedule 3 times a week instead of during release process (#26550)
This commit is contained in:
parent
2bc514357d
commit
c6e5280ae8
2 changed files with 7 additions and 0 deletions
2
.github/workflows/localazy_download.yaml
vendored
2
.github/workflows/localazy_download.yaml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: Localazy Download
|
name: Localazy Download
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
schedule:
|
||||||
|
- cron: "0 6 * * 1,3,5" # Every Monday, Wednesday and Friday at 6am UTC
|
||||||
jobs:
|
jobs:
|
||||||
download:
|
download:
|
||||||
uses: matrix-org/matrix-web-i18n/.github/workflows/localazy_download.yaml@main
|
uses: matrix-org/matrix-web-i18n/.github/workflows/localazy_download.yaml@main
|
||||||
|
|
|
@ -29,3 +29,8 @@ A special case is `%(count)s` as this is also used to determine which pluralisat
|
||||||
|
|
||||||
These things are markup tags, they encapsulate sections of translations to be marked up, with links, buttons, emphasis and such.
|
These things are markup tags, they encapsulate sections of translations to be marked up, with links, buttons, emphasis and such.
|
||||||
You must keep these markers surrounding the equivalent string in your language that needs to be marked up.
|
You must keep these markers surrounding the equivalent string in your language that needs to be marked up.
|
||||||
|
|
||||||
|
### When will my translations be available?
|
||||||
|
|
||||||
|
We automatically pull changes from Localazy 3 times a week, so your translations should be available at https://develop.element.io
|
||||||
|
within a few days of you submitting them and them being approved. They will then also be included in the following release cycle.
|
||||||
|
|
Loading…
Reference in a new issue