Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Localization: Add periods to messages#2266
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
bytestream merged 1 commit intojquery-validation:masterfromEricDunsworth:message-periodsMay 23, 2022
Merged
Localization: Add periods to messages#2266
bytestream merged 1 commit intojquery-validation:masterfromEricDunsworth:message-periodsMay 23, 2022
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or 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
All core messages end with periods. But additional/localization messages werepreviously using them inconsistently.This commit adds message periods to:* Additional files that lacked them* Localization files that were already mostly using them* Italian (it) localization fileDidn't add any periods to non-Latin localization files that previously weren'tusing them at all (AR, bn_BD, he, hy_AM, sd, th, ur, zh and zh_TW).
bytestream approved these changesMay 23, 2022
This was referencedSep 8, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All core messages end with periods. But additional/localization messages were previously using them inconsistently.
This commit adds message periods to:
Didn't add any periods to non-Latin localization files that previously weren't using them at all (AR, bn_BD, he, hy_AM, sd, th, ur, zh and zh_TW).