chore(#2100): document how web forms handles translation - #2101
Merged
matthew-white merged 3 commits intoSep 11, 2026
Merged
Conversation
lognaturel
approved these changes
Sep 10, 2026
lognaturel
left a comment
Member
There was a problem hiding this comment.
Had some pending comments that I don't think are important enough to block.
- We could explicitly state that unlike Collect, Web Forms sets the UI language based on the form language. But maybe that's just what's expected and doesn't need to be explicit.
- Spanish and French don't capitalize language names so I tend to follow that rule when writing them. Not necessary to change here but FYI if you looked at forms I wrote and wondered!
Contributor
Author
TIL! Thanks. I also discovered that "bahasa Indonesia" has a lower case "b" and an uppercase "I" so fixed that too. |
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
Sign up for free
to 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.
closes #2100
What is included in this PR?
A paragraph about Web Forms translations.
What new issues will need to be opened because of this PR?
None.
What is left to be done in the addressed issue?
None.
What problems did you encounter?
None.