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
I recently stumbled upon the problem that some translations are out of sync between Transifex and the GitHub repo here. I do not know the internals on how the sync is going to happen and what is needed to get it going. However, I got the following answer:
At 5Am CET the sync run is started. Once a day. Not event triggered by modifying strings or other activities.
This is sort of strange. For one, I saw PRs generated during the day to reflect the changes made by Transifex. These changes are almost instantaneous, so it looks like a webhook to me. When you look at the dates of the commits generated in this repo's history by the bot, you see these are distributed over all day.
Also, I do not see anything in the GitHub workflows that indicates something related to the daily push/pull using Transifex. I suspect there is some external CI involved that uses these docker files. But it is just a wild guess.
On the other hand, there are texts in Transifex that are not correctly synchronized to GitHub. Let's take this translation as an example. It was committed on 2020-08-22 09:49 CEST. Looking at the corresponding entry in transifex, one sees that the translation in Transifex has ** at the ending of the string while the POT file in the Github repo only has *.
I added the second * yesterday in the evening (before 5 AM CET). The change was not propagated to GitHub. Neither live nor on a daily run, the changes were pushed in a PR. I removed and readded the asterisk once in an effort to trigger the webhook (if it was there).
Other files were updated accordingly (e.g. #7845). So, at least, something seems to be working also in this language. I am honestly a bit lost as I do not know who might help here and how to tackle this.
I have seen a few locations in the translations that seem to be out of sync. I found them as some had syntactical errors that rose during test builds. I cannot say how many are tainted/outdated but do not rise any compiler warnings. One would have to do a 1:1 check between the Transifex website and the GitHub repository to find these.
@ChristophWurst I have seen you have done some housekeeping recently. Do you know something or someone to help here?
The text was updated successfully, but these errors were encountered:
I recently stumbled upon the problem that some translations are out of sync between Transifex and the GitHub repo here. I do not know the internals on how the sync is going to happen and what is needed to get it going. However, I got the following answer:
Originally posted by @rakekniven in #7637 (comment)
This is sort of strange. For one, I saw PRs generated during the day to reflect the changes made by Transifex. These changes are almost instantaneous, so it looks like a webhook to me. When you look at the dates of the commits generated in this repo's history by the bot, you see these are distributed over all day.
Also, I do not see anything in the GitHub workflows that indicates something related to the daily push/pull using Transifex. I suspect there is some external CI involved that uses these docker files. But it is just a wild guess.
On the other hand, there are texts in Transifex that are not correctly synchronized to GitHub. Let's take this translation as an example. It was committed on 2020-08-22 09:49 CEST. Looking at the corresponding entry in transifex, one sees that the translation in Transifex has
**
at the ending of the string while the POT file in the Github repo only has*
.I added the second
*
yesterday in the evening (before 5 AM CET). The change was not propagated to GitHub. Neither live nor on a daily run, the changes were pushed in a PR. I removed and readded the asterisk once in an effort to trigger the webhook (if it was there).Other files were updated accordingly (e.g. #7845). So, at least, something seems to be working also in this language. I am honestly a bit lost as I do not know who might help here and how to tackle this.
I have seen a few locations in the translations that seem to be out of sync. I found them as some had syntactical errors that rose during test builds. I cannot say how many are tainted/outdated but do not rise any compiler warnings. One would have to do a 1:1 check between the Transifex website and the GitHub repository to find these.
@ChristophWurst I have seen you have done some housekeeping recently. Do you know something or someone to help here?
The text was updated successfully, but these errors were encountered: