We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At this moment translations in the Client-Side for dates are not provided The dates functionality is provided by
import differenceInMilliseconds from 'date-fns/difference_in_millisecond'; import distanceInWordsToNow from 'date-fns/distance_in_words_to_now';
date-fns has an own way to use locales, but they need to be declared (and present) before use (no fetching based on current language)
The text was updated successfully, but these errors were encountered:
Merge pull request #1605 from andrewn/feature/date-i18n
835ec3c
Translations for Dates (fixes #1584)
Successfully merging a pull request may close this issue.
At this moment translations in the Client-Side for dates are not provided
The dates functionality is provided by
date-fns has an own way to use locales, but they need to be declared (and present) before use (no fetching based on current language)
Feature enhancement details:
The text was updated successfully, but these errors were encountered: