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

Fix i18n warning messages with Hugo 0.83+ #147

Merged
merged 1 commit into from
May 2, 2021

Conversation

salim-b
Copy link
Contributor

@salim-b salim-b commented May 1, 2021

Because of some recent language/i18n fixes, Hugo 0.83+ started to complain about missing fr translations for cardinal form "one". This is due to the fact that French uses different language plural rules than English, German, Italian and others. See gohugoio/hugo#7839 (comment) for an explanation of the underlying issue.

Because of some recent [language/i18n fixes](language/i18n fixes) Hugo 0.83+ started to complain about missing `fr` translations for cardinal form `"one"`. This is due to the fact that French uses different language plural rules than English, German, Italian and others. See gohugoio/hugo#7839 (comment) for an explanation of the underlying issue.
@somratpro somratpro merged commit 6dc2d9e into themefisher:master May 2, 2021
@salim-b salim-b deleted the fix-warnings branch May 2, 2021 03:16
salim-b added a commit to salim-b/airspace-hugo that referenced this pull request May 3, 2021
Hugo [v0.83.1](https://github.com/gohugoio/hugo/releases/tag/v0.83.1) reverted things changed in v0.83, so themefisher#147 is a non-solution now.

I've changed i18n files to use the [simple/old translation formalism](gohugoio/hugo#8497 (comment)) which [hopefully stays the recommended to define translations without pluralization rules way in Hugo](gohugoio/hugo#8497 (comment))
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.

2 participants