Altinn / Altinn/app-frontend-react
Presentation of comma separated values
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 33
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 3
Description
### Description
When you store a value from a checkbox you get values that are separated with commas.
When you present those values to the end user it doesn't look so good. e.g. `value1,value2,value3,value4`.
I would like to have language support for this presentation that would look like this. `value1, value2, value3 and value4`
Where **and** is changed based on the language selected.
### Related issue(s)
- #1179
Contributor guide
Research direction
Start by locating the frontend component that presents checkbox values and review the existing language or localization setup, including related issue #1179. Done means comma-separated values are rendered with readable spacing and a language-dependent final conjunction, such as “value1, value2, value3 and value4.”
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, internationalization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100