Localization of decimal separator
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
Steps to reproduce
- Choose "Deutsch" as language in settings
- Insert a column as number field (Zahl-Feld)
- Use any amount of decimals >0 (Dezimalstellen)
- Insert a colum with a random value 1.234 (1,234)
Expected behavior
Value should use correct decimal separator according to selected language.
Actual behavior
Always a point is used as decimal separator. Unfortunatelly point is used as thousands separator in german language, which leads to confusion for unexperienced users.
Tables app version
0.8.3
Browser
Firefox 135
Client operating system
Windows
Operating system
Debian
Web server
Apache
PHP engine version
PHP 8.3
Database
None
Additional info
No response
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
Start by reproducing the issue in the Tables app with Deutsch selected, a number column allowing decimals, and a value such as 1.234. Trace the number-field display or formatting entry point used by that column. Done means decimal values use the selected locale's separator without confusing thousands formatting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- localization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100