Fix missing trailing space in "Publish in " translations across multiple locales#899
Fix missing trailing space in "Publish in " translations across multiple locales#899Ronak-vegad wants to merge 2 commits into
Conversation
|
Thanks @Ronak-vegad |
|
@zerolab Thanks for the review and for pointing this out. I understand that the fix also needs to be updated in Transifex to avoid it breaking in future releases. I’ll work on updating the translations there as well. |
|
Hey @Ronak-vegad , thanks for taking this on. Much appreciated! 🙌 I had a quick look at the PR and I wonder if it would be better to instead of ensuring the trailing space is added in to I am not wagtail expert, so maybe my suggestion is stupid. 🤷 But this seems to me less error prone. The extra space at the ned of the string is not natural and the translators might remove them again in the future by mistake. |
|
Thank you so much for reviewing the PR, @gr8jam. I understand your suggestion — instead of manually adding spaces in the |
… in 'Publish in' label
| @@ -0,0 +1,613 @@ | |||
| # Generated by Django 5.2.11 on 2026-02-07 22:19 | |||
There was a problem hiding this comment.
@Ronak-vegad , I am having hard time understanding why this migration file has been added in this MR. Can share some light on this?
#issue : 898
This PR fixes by adding the missing trailing space in msgstr for the string msgid "Publish in " in affected locale files.
without the space, the UI showed text like publish inspanish instead of publish in spanish.