nextcloud / nextcloud/tables

Localization of decimal separator

Open
#1,570 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop bug feature: language/translations (l10n/i18n) help wanted
Dominant language
JavaScript
Stars
214
Forks
52
Avg merge
1d 10h
Merged PRs (30d)
82

Description

Steps to reproduce
  1. Choose "Deutsch" as language in settings
  2. Insert a column as number field (Zahl-Feld)
  3. Use any amount of decimals >0 (Dezimalstellen)
  4. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.