From af19cafae1b48bd9d741ff58b4d52b5a2111a859 Mon Sep 17 00:00:00 2001 From: Abijeet Patro Date: Mon, 21 Jan 2019 13:14:32 +0530 Subject: [PATCH] Fixes an "odd" sounding sentence formation. --- _posts/05-06-01-Internationalization-and-Localization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/05-06-01-Internationalization-and-Localization.md b/_posts/05-06-01-Internationalization-and-Localization.md index 9c370ec..86328ec 100644 --- a/_posts/05-06-01-Internationalization-and-Localization.md +++ b/_posts/05-06-01-Internationalization-and-Localization.md @@ -147,7 +147,7 @@ Now that you understood the basis of how plural rules works - and if you didn't, on the [LingoHub tutorial][lingohub_plurals] -, you might want to copy the ones you need from a [list][plural] instead of writing them by hand. -When calling out Gettext to do localization on sentences with counters, you will have to give him the +When calling out Gettext to do localization on sentences with counters, you will have to provide it the related number as well. Gettext will work out what rule should be in effect and use the correct localized version. You will need to include in the `.po` file a different sentence for each plural rule defined.