Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localization of decimal separator #1570

Open
SaimenSays opened this issue Jan 30, 2025 · 1 comment
Open

Localization of decimal separator #1570

SaimenSays opened this issue Jan 30, 2025 · 1 comment
Labels
1. to develop Accepted and waiting to be taken care of bug Something isn't working help wanted Extra attention is needed

Comments

@SaimenSays
Copy link

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

@SaimenSays SaimenSays added 0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working labels Jan 30, 2025
@blizzz
Copy link
Member

blizzz commented Jan 31, 2025

Hi again @SaimenSays , and thanks for bringing this one up!

I guess that's more something on the frontend-side, perhaps some lib like momentjs can help with that.

cc @enjeck

@blizzz blizzz added 1. to develop Accepted and waiting to be taken care of help wanted Extra attention is needed and removed 0. Needs triage Pending approval or rejection. This issue is pending approval. labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants