Allow forms to support multiple languages
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 6
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Feature request
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I make forms that are used by people who speak different languages. Presently, I need to make a unique form per language. That makes unifying the results manual work.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like to be able to specify which languages I want to support for the form, and be able to provide translations for each element of the form. The user that fills out the form should be able to pick which language they see the form in, possibly based on their browser/preferred language? Being able to append a GET parameter like ?lang=en so that links can be provided to a specific language version would be extra nice.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Making multiple forms, but then the output is seperate.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files, tests, or an entry point. First map how forms and their elements are rendered and persisted, then define language selection, translations, browser preference, and ?lang=en behavior; done means one form can present translated elements while keeping unified responses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- internationalization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100