Skip to content

fix(french): Change decimal symbol from . to ,#174

Merged
jacobras merged 2 commits into
jacobras:mainfrom
soulcramer:soulcramer-patch-1
Dec 24, 2025
Merged

fix(french): Change decimal symbol from . to ,#174
jacobras merged 2 commits into
jacobras:mainfrom
soulcramer:soulcramer-patch-1

Conversation

@soulcramer
Copy link
Copy Markdown
Contributor

Hi!
Based on the unicode number formatting chart for french the decimal separator is a comma instead of a period

Close #173

Based on the unicode formatting for french the decimal separator is a comma instead of a period
https://www.unicode.org/cldr/cldr-aux/charts/30/verify/numbers/fr.html
@jacobras jacobras merged commit 6e8d7f1 into jacobras:main Dec 24, 2025
1 check failed
@jacobras
Copy link
Copy Markdown
Owner

github-merge-queue Bot pushed a commit to infonl/dimpact-zaakafhandelcomponent that referenced this pull request Dec 24, 2025
…5035)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[nl.jacobras:Human-Readable](https://redirect.github.com/jacobras/human-readable)
| `1.12.2` -> `1.12.3` |
![age](https://developer.mend.io/api/mc/badges/age/maven/nl.jacobras:Human-Readable/1.12.3?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/nl.jacobras:Human-Readable/1.12.2/1.12.3?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>jacobras/human-readable (nl.jacobras:Human-Readable)</summary>

###
[`v1.12.3`](https://redirect.github.com/jacobras/Human-Readable/releases/tag/1.12.3)

[Compare
Source](https://redirect.github.com/jacobras/human-readable/compare/1.12.2...1.12.3)

<!-- Release notes generated using configuration in .github/release.yml
at 1.12.3 -->

#### What's Changed

##### Dependency Updates 🛠

- Bump kotlin from 2.2.21 to 2.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[jacobras/Human-Readable#175](https://redirect.github.com/jacobras/Human-Readable/pull/175)
- Bump mikepenz/action-junit-report from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[jacobras/Human-Readable#167](https://redirect.github.com/jacobras/Human-Readable/pull/167)
- Bump com.vanniktech.maven.publish from 0.34.0 to 0.35.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[jacobras/Human-Readable#168](https://redirect.github.com/jacobras/Human-Readable/pull/168)
- Bump actions/checkout from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[jacobras/Human-Readable#170](https://redirect.github.com/jacobras/Human-Readable/pull/170)
- Bump org.jetbrains.compose from 1.9.2 to 1.9.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[jacobras/Human-Readable#166](https://redirect.github.com/jacobras/Human-Readable/pull/166)

##### Fixes

- French: Change decimal symbol from `.` to `,` by
[@&#8203;soulcramer](https://redirect.github.com/soulcramer) in
[jacobras/Human-Readable#174](https://redirect.github.com/jacobras/Human-Readable/pull/174)
- All languages: Fix incorrect formatting of negative numbers by
[@&#8203;jmseb3](https://redirect.github.com/jmseb3) in
[jacobras/Human-Readable#171](https://redirect.github.com/jacobras/Human-Readable/pull/171)

#### New Contributors

- [@&#8203;soulcramer](https://redirect.github.com/soulcramer) made
their first contribution in
[jacobras/Human-Readable#174](https://redirect.github.com/jacobras/Human-Readable/pull/174)
- [@&#8203;jmseb3](https://redirect.github.com/jmseb3) made their first
contribution in
[jacobras/Human-Readable#171](https://redirect.github.com/jacobras/Human-Readable/pull/171)

**Full Changelog**:
<jacobras/Human-Readable@1.12.2...1.12.3>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/infonl/dimpact-zaakafhandelcomponent).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Decimal separator for french should be , instead of .

2 participants