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
Manually fix translations with incorrect number of placeholders
Those polish translations were not using the same number of `%n$s` placeholders than the ones in the originals, which would create inconsistencies or crashes at runtime in that locale.
This inconsistency has thankfully been caught by `lintWordpressVanillaRelease` allowing me to correct them (locally by editing the files directly, to be able to move forward with the submission).
I've also asked someone from Team Global to reject those problematic strings at their root in GlotPress
<stringname="calendar_scheduled_post_description">Wpis „%1$s” został zaplanowany do publikacji w dniu „%2$s” w twojej aplikacji WordPressowej\n%3$s</string>
1319
1318
<stringname="notification_post_will_be_published_in_one_hour">\"%s\" zostanie opublikowany za godzinę</string>
1320
1319
<stringname="notification_post_has_been_published">\"%s\" został opublikowany</string>
0 commit comments