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

(maint) Restore plural messages #422

Merged
merged 1 commit into from
May 10, 2016
Merged

Conversation

MikaelSmith
Copy link
Contributor

Until Leatherman adds plural i18n helpers, we don't want a release to
backtrack on pluralizing message strings. Restore basic pluralization in
a way similar to what the i18n helpers will do.

@MikaelSmith
Copy link
Contributor Author

@kylog

LOG_INFO("Removed {1} directories from '{2}'",
num_purged_dirs, spool_dir_path_.string());
if (num_purged_dirs == 1) {
LOG_INFO("Removed {1} directorie from '{2}'",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

directory

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@kylog
Copy link

kylog commented May 10, 2016

LGTM, other than the one typo'd singular.

Until Leatherman adds plural i18n helpers, we don't want a release to
backtrack on pluralizing message strings. Restore basic pluralization in
a way similar to what the i18n helpers will do.
@parisiale
Copy link
Contributor

👍

@kylog kylog merged commit 6fcab77 into puppetlabs:master May 10, 2016
@MikaelSmith MikaelSmith deleted the restore-plural branch May 11, 2016 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants