diff --git a/docs/en/02_Developer_Guides/13_i18n/index.md b/docs/en/02_Developer_Guides/13_i18n/index.md index 0523be133..06cde6f77 100644 --- a/docs/en/02_Developer_Guides/13_i18n/index.md +++ b/docs/en/02_Developer_Guides/13_i18n/index.md @@ -242,7 +242,7 @@ en: SINGULARNAME: 'object' PLURALNAME: 'objects' PLURALS: - one: 'An object', + one: 'An object' other: '{count} objects' ```