-
Notifications
You must be signed in to change notification settings - Fork 28
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
Added marathi translation #29
Added marathi translation #29
Conversation
src/index.js
Outdated
@@ -18,6 +18,7 @@ import tr from 'react-intl/locale-data/tr'; // Turkish | |||
import uk from 'react-intl/locale-data/uk'; // Ukrainian | |||
import ru from 'react-intl/locale-data/ru'; // Russian | |||
import it from 'react-intl/locale-data/it'; // Italian | |||
import mr from 'react-intl/locale-data/mr'; // Italian |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Italian?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be Marathi, Updating it, Sorry for that.
@@ -18,6 +18,7 @@ import tr from 'react-intl/locale-data/tr'; // Turkish | |||
import uk from 'react-intl/locale-data/uk'; // Ukrainian | |||
import ru from 'react-intl/locale-data/ru'; // Russian | |||
import it from 'react-intl/locale-data/it'; // Italian | |||
import mr from 'react-intl/locale-data/mr'; // Italian | |||
|
|||
import { flattenMessages } from './js/utils'; // flatten messages util function in order to use nested js object for translated texts | |||
import messages from './messages'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also forgot ti import the marathi locale for moment.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for my ignorance, I'll update the code
Added Marathi translation in response to issue #16