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

Dealing with word abbreviations #728

Closed
gilles6 opened this issue Oct 16, 2019 · 2 comments
Closed

Dealing with word abbreviations #728

gilles6 opened this issue Oct 16, 2019 · 2 comments

Comments

@gilles6
Copy link

gilles6 commented Oct 16, 2019

How should we deal with abbreviations ? Should I use the pluralization settings and put my abbreviation like in the example below ?

const messages = {
  en: {
    'I am': "I am | I'm",
    professor: 'Professor | Prof.',
    school: 'school'
  }
}

But how about falling back to the unabridged word if no abbreviation is set ?

Also, it would be useful to be able to add extra data, like a link for a given word in its language (link for wikipedia, for pronunciation...).

@kazupon
Copy link
Owner

kazupon commented Oct 20, 2019

Thank you for your feedback!
Sorry, I could not understand use-cases.
Could you explain the about use-cases, please? 🙏

@kazupon
Copy link
Owner

kazupon commented Jan 9, 2020

Closing due to inactivity.
Please open a new issue with a reference to this one if you can follow up with more information.

@kazupon kazupon closed this as completed Jan 9, 2020
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

No branches or pull requests

2 participants