[5.x] Fix translations for Regards
#12969
Merged
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.

A year ago, Laravel changed the string
RegardstoRegards,(note the comma), and since then, the translations shipped by Statamic don't work for that key anymore.Commit: https://github.com/laravel/framework/pull/52417/files
I've changed the existing ones and kept the translations as they are. But I wonder if we should ship both (with and without the comma), in case some sites rely on that. Additionally, I wonder if we should add a comma to all the translations as well? Let me know.