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

Update en.json #10

Merged
merged 2 commits into from
Apr 23, 2018
Merged

Conversation

estevaosoares
Copy link
Contributor

Added Reading Time translation compatibility for "% min read", "< 1min read" and "1 min read".

Added Reading Time translation compatibility for "% min read", "< 1min read" and "1 min read".
locales/en.json Outdated
@@ -26,4 +26,7 @@
"youremail@example.com": "youremail@example.com",
"1 post": "1 post",
"% posts": "% posts"
"< 1 min read": "< 1 min read",
"1 min read": "1 min read",
"% min read": "% min read",
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I will merge this but please first correct the following:

  • Some days ago, they removed the "< 1 min read" option, so this line should be removed (see Ghost issue #9573).
  • There is a missing comma at the end of the line "% posts": "% posts".
  • There is an unnecessary comma at the end of the final line.

That is, before merging, this pull request should be changed to:

    "% posts": "% posts",
    "1 min read": "1 min read",
    "% min read": "% min read"
}

Thanks again.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! Thanks ;)

Fixes:
. Some days ago, they removed the "< 1 min read" option, so this line should be removed (see Ghost issue #9573).
. There is a missing comma at the end of the line "% posts": "% posts".
. There is an unnecessary comma at the end of the final line.
@juan-g juan-g merged commit 38c9097 into juan-g:i18n-translatable-frontend Apr 23, 2018
@juan-g
Copy link
Owner

juan-g commented Apr 23, 2018

Merged. Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants