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

Would like to know is there any missing for i18n translation file? #479

Closed
SunnyTam opened this issue Dec 21, 2015 · 2 comments
Closed

Would like to know is there any missing for i18n translation file? #479

SunnyTam opened this issue Dec 21, 2015 · 2 comments

Comments

@SunnyTam
Copy link

It seems to me that there are some missing in locale file.
While I am calling post /auth (registration), there will be error message that is not well translated. Would like if I can make some customise translation on it. Below is the examples.

P.S. I am using zh-TW

{
  "status": "error",
  "data": {
    "id": null,
    "provider": "email",
    "uid": "",
    "name": null,
    "nickname": null,
    "image": null,
    "email": "[email protected]",
    "created_at": null,
    "updated_at": null
  },
  "errors": {
    "email": [
      "address is already in use"
    ],
    "full_messages": [
      "Email address is already in use"
    ]
  }
}
@booleanbetrayal
Copy link
Collaborator

Additional locales would be fantastic if you're willing to provide them. Here's where they can currently be found. Definitely missing zh-TW! =]

@zachfeldman
Copy link
Contributor

Hi there @SunnyTam ,

In an effort to cleanup this project and prioritize a bit, we're marking issues that haven't had any activity in a while with a "close-in-7-days" label. If we don't hear from you in about a week, we'll be closing this issue. Obviously feel free to re-open it at any time if it's the right time or this was done in error!

If you are still having the issue (especially if it's a bug report) please refer to our new Issue Template to provide some more details to help us solve it.

Hope all is well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants