-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ja.yml): Translate the unlocks, confirmations message into Japan…
…ese (#1544)
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1a0483f
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.
Hi. This commit raises an i18n exception (I18n::InvalidLocaleData). Its weird because it didnt throw it from when I launched the rails console, but sometime after. I think its because the YAML is badly formatted. If you copy and paste its contents to http://www.yamllint.com/ it gives the following error
(<unknown>): did not find expected key while parsing a block mapping at line 20 column 7
1a0483f
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.
There's an extra double quote (") on ln 24, col 25. Removing it fixes things.
My own fork has multi_email code on the master branch and is out of sync with this branch, so I'm not sure how I can submit a PR without access rights to this repo (not that I need them). The fix above is quick and easy enough to make.