-
-
Notifications
You must be signed in to change notification settings - Fork 709
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
How can I add translation for months' names? #370
Comments
I didn't find anything related to the name of the months in 'locale'. |
Okay, I just solve it by adding this code: |
the locale js files adds a customization support for the relative time text! |
in othr words, u can set the title attr w/ the text u wanna show... =) |
But that's the problem. I wanna show the text in title attr in multiple languages. |
Hello.
I'd like to type the date in 'title' in english i.e.:
title="July 17, 2008"
and I'd like to add the translation for the name of the 12 months in a script, i.e.July: "Julho",
as we have in locale files, so when I set up the locale to portuguese the user would get the date not as July 17, 2008 but Julho 17, 2008.Is there a way to do it?
Example
Best regards.
The text was updated successfully, but these errors were encountered: