question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

allow custom pluralization

See original GitHub issue

What problem does this feature solve?

https://kazupon.github.io/vue-i18n/guide/pluralization.html#custom-pluralization

What does the proposed changes look like?

add it to options like beforeLanguageSwitch: (oldLocale, newLocale) => null,

<div align="right">This feature request is available on Nuxt community (#c411)</div>

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
dschewchenkocommented, Mar 24, 2020

Hi vue-18n is dependency of nuxt-i18n, you can to not include it in package.json It’s from Docs

1reaction
davestewartcommented, Mar 24, 2020

Hey @dschewchenko

I’m new to Nuxt and have inherited a project using nuxt-i8n.

Do we also need to add the vue-18n package to the project to do this? Is that how you access the prototype?

EDIT: I’ve tried this and it appears to work 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

allow custom pluralization · Issue #624 · nuxt-modules/i18n
I'm new to Nuxt and have inherited a project using nuxt-i8n. Do we also need to add the vue-18n package to the project...
Read more >
Pluralization with EF Core and EF Core Power Tools
EF Core 3 supports pluralization by convention, and allows you to enable and customize it. This blog post will show you how!
Read more >
Customize plurals and other declensions - Algolia
Learn how to customize plurals and other declensions dictionaries through the Algolia dashboard.
Read more >
JavaScript pluralize an english string - Stack Overflow
In PHP, I use Kuwamoto's class to pluralize nouns in my strings. I didn't find something as good as this script in javascript...
Read more >
Ruby on Rails: pluralization - Medium
Using Rails we get access to lots of different features. One of them is pluralization. For making our word plural we need to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found