Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bloganuary: Replace hyphen with dash in Bloganuary nudge text #22213

Merged
merged 4 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,7 @@ private struct BloganuaryNudgeCardView: View {

static let description = NSLocalizedString(
"bloganuary.dashboard.card.description",
value: """
For the month of January, blogging prompts will come from Bloganuary - \
our community challenge to build a blogging habit for the new year.
""",
value: "For the month of January, blogging prompts will come from Bloganuary — our community challenge to build a blogging habit for the new year.",
comment: "Short description for the Bloganuary event, shown right below the title."
)

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Resources/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -9562,7 +9562,7 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
"bloganuary.dashboard.card.button.learnMore" = "معرفة المزيد";

/* Short description for the Bloganuary event, shown right below the title. */
"bloganuary.dashboard.card.description" = "بالنسبة إلى شهر يناير، ستأتي موجّهات التدوين من Bloganuary - تحدٍّ مجتمعي لدينا لإنشاء عادة التدوين الخاصة بالعام الجديد.";
"bloganuary.dashboard.card.description" = "بالنسبة إلى شهر يناير، ستأتي موجّهات التدوين من Bloganuary تحدٍّ مجتمعي لدينا لإنشاء عادة التدوين الخاصة بالعام الجديد.";

/* Title for the Bloganuary dashboard card. */
"bloganuary.dashboard.card.title" = "Bloganuary قادمة!";
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Resources/en-GB.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -9568,7 +9568,7 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
"bloganuary.dashboard.card.button.learnMore" = "Learn more";

/* Short description for the Bloganuary event, shown right below the title. */
"bloganuary.dashboard.card.description" = "For the month of January, blogging prompts will come from Bloganuary our community challenge to build a blogging habit for the new year.";
"bloganuary.dashboard.card.description" = "For the month of January, blogging prompts will come from Bloganuary our community challenge to build a blogging habit for the new year.";

/* Title for the Bloganuary dashboard card. */
"bloganuary.dashboard.card.title" = "Bloganuary is coming!";
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@
"bloganuary.dashboard.card.button.learnMore" = "Learn more";

/* Short description for the Bloganuary event, shown right below the title. */
"bloganuary.dashboard.card.description" = "For the month of January, blogging prompts will come from Bloganuary - our community challenge to build a blogging habit for the new year.";
"bloganuary.dashboard.card.description" = "For the month of January, blogging prompts will come from Bloganuary our community challenge to build a blogging habit for the new year.";

/* Title for the Bloganuary dashboard card. */
"bloganuary.dashboard.card.title" = "Bloganuary is coming!";
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Resources/ro.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -9568,7 +9568,7 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
"bloganuary.dashboard.card.button.learnMore" = "Află mai multe";

/* Short description for the Bloganuary event, shown right below the title. */
"bloganuary.dashboard.card.description" = "În luna ianuarie, îndemnurile de a scrie vor veni de la Bloganuary - provocarea comunității noastre de a crea un obicei de a scrie pe bloguri în noul an.";
"bloganuary.dashboard.card.description" = "În luna ianuarie, îndemnurile de a scrie vor veni de la Bloganuary provocarea comunității noastre de a crea un obicei de a scrie pe bloguri în noul an.";

/* Title for the Bloganuary dashboard card. */
"bloganuary.dashboard.card.title" = "Bloganuary vine în curând!";
Expand Down