Skip to content

Commit 56be684

Browse files
committed
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
1 parent 7801a0d commit 56be684

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WordPress/src/main/res/values-pl/strings.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ Language: pl
988988
<string name="gutenberg_native_double_tap_to_go_to_color_settings">Stuknij dwukrotnie, by przejść do ustawień kolorów</string>
989989
<string name="reader_empty_followed_blogs_description">Gdy zaczniesz śledzić inne witryny, zobaczysz tutaj ich treść</string>
990990
<string name="feature_announcement_find_out_mode">Dowiedz się więcej</string>
991-
<string name="feature_announcement_dialog_label">Co nowego w WordPressie</string>
991+
<string name="feature_announcement_dialog_label">Co nowego w %s</string>
992992
<string name="insert_label_with_count">Wstaw %d</string>
993993
<string name="crop">przytnij</string>
994994
<string name="photo_picker_video_title">Wybierz wideo</string>
@@ -1315,7 +1315,6 @@ Language: pl
13151315
<string name="notification_post_will_be_published_in_ten_minutes">\"%s\" zostanie opublikowany za 10 minut</string>
13161316
<string name="navigate_back_desc">Wróć</string>
13171317
<string name="web_preview_desktop">Komputer stacjonarny</string>
1318-
<string name="calendar_scheduled_post_description">Wpis „%1$s” został zaplanowany do publikacji w dniu „%2$s” w twojej aplikacji WordPressowej\n%3$s</string>
13191318
<string name="notification_post_will_be_published_in_one_hour">\"%s\" zostanie opublikowany za godzinę</string>
13201319
<string name="notification_post_has_been_published">\"%s\" został opublikowany</string>
13211320
<string name="notification_scheduled_post_ten_minute_reminder">Zaplanowany wpis: przypomnienie 10 minutowe</string>

0 commit comments

Comments
 (0)