Skip to content

Commit bae5a91

Browse files
wpmobilebotdvdchr
andauthored
Merge 25.1 release finalization (#23391)
* Fix announcement card keep showing up after tapping Done (#23384) * Update app translations – `Localizable.strings` * Update WordPress metadata translations * Update Jetpack metadata translations * Bump version number --------- Co-authored-by: David Christiandy <1299411+dvdchr@users.noreply.github.com>
1 parent c508e4f commit bae5a91

31 files changed

Lines changed: 60 additions & 30 deletions

WordPress/Classes/ViewRelated/Reader/ReaderAnnouncementHeaderView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ class ReaderAnnouncementCoordinator {
171171

172172
let repository: UserPersistentRepository = UserPersistentStoreFactory.instance()
173173

174-
lazy var canShowAnnouncement: Bool = {
174+
var canShowAnnouncement: Bool {
175175
return !isDismissed && RemoteFeatureFlag.readerAnnouncementCard.enabled()
176-
}()
176+
}
177177

178178
var isDismissed: Bool {
179179
get {

WordPress/Resources/ar.lproj/Localizable.strings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
75027502
/* No comment provided by engineer. */
75037503
"Updates the title." = "يقوم بتحديث العنوان.";
75047504

7505-
/* Describes a status of a plugin */
7505+
/* Describes a status of a plugin
7506+
Updating label title */
75067507
"Updating" = "جاري التحديث";
75077508

75087509
/* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */

WordPress/Resources/cs.lproj/Localizable.strings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7298,7 +7298,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
72987298
/* No comment provided by engineer. */
72997299
"Updates the title." = "Aktualizuje název.";
73007300

7301-
/* Describes a status of a plugin */
7301+
/* Describes a status of a plugin
7302+
Updating label title */
73027303
"Updating" = "Aktualizace";
73037304

73047305
/* No comment provided by engineer. */

WordPress/Resources/de.lproj/Localizable.strings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
75027502
/* No comment provided by engineer. */
75037503
"Updates the title." = "Aktualisiert den Titel.";
75047504

7505-
/* Describes a status of a plugin */
7505+
/* Describes a status of a plugin
7506+
Updating label title */
75067507
"Updating" = "Aktualisiere";
75077508

75087509
/* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */

WordPress/Resources/en-AU.lproj/Localizable.strings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7463,7 +7463,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
74637463
/* No comment provided by engineer. */
74647464
"Updates the title." = "Updates the title.";
74657465

7466-
/* Describes a status of a plugin */
7466+
/* Describes a status of a plugin
7467+
Updating label title */
74677468
"Updating" = "Updating";
74687469

74697470
/* No comment provided by engineer. */

WordPress/Resources/en-CA.lproj/Localizable.strings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7472,7 +7472,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
74727472
/* No comment provided by engineer. */
74737473
"Updates the title." = "Updates the title.";
74747474

7475-
/* Describes a status of a plugin */
7475+
/* Describes a status of a plugin
7476+
Updating label title */
74767477
"Updating" = "Updating";
74777478

74787479
/* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */

WordPress/Resources/en-GB.lproj/Localizable.strings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
75027502
/* No comment provided by engineer. */
75037503
"Updates the title." = "Updates the title.";
75047504

7505-
/* Describes a status of a plugin */
7505+
/* Describes a status of a plugin
7506+
Updating label title */
75067507
"Updating" = "Updating";
75077508

75087509
/* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */

WordPress/Resources/es.lproj/Localizable.strings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
75027502
/* No comment provided by engineer. */
75037503
"Updates the title." = "Actualiza el título.";
75047504

7505-
/* Describes a status of a plugin */
7505+
/* Describes a status of a plugin
7506+
Updating label title */
75067507
"Updating" = "Actualizando";
75077508

75087509
/* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */

WordPress/Resources/fr.lproj/Localizable.strings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7490,7 +7490,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
74907490
/* No comment provided by engineer. */
74917491
"Updates the title." = "Met à jour le titre.";
74927492

7493-
/* Describes a status of a plugin */
7493+
/* Describes a status of a plugin
7494+
Updating label title */
74947495
"Updating" = "Mise à jour";
74957496

74967497
/* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */

WordPress/Resources/he.lproj/Localizable.strings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
75027502
/* No comment provided by engineer. */
75037503
"Updates the title." = "מעדכן את שם האתר.";
75047504

7505-
/* Describes a status of a plugin */
7505+
/* Describes a status of a plugin
7506+
Updating label title */
75067507
"Updating" = "מעדכן";
75077508

75087509
/* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */

0 commit comments

Comments
 (0)