fix: Arabic numeral for number nine (#270)

Signed-off-by: MITM GND <m.goumrhar@tuta.io>
This commit is contained in:
mitm-gnd
2025-09-09 05:21:46 +00:00
committed by GitHub
parent bf13e38b58
commit 0df53719dc
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Keyboard language management dialog now respects `Use English language` preference ([#238])
- Fixed incorrect sorting in keyboard language selection dialog ([#239])
- Fixed Arabic numeral for number nine
## [1.4.0] - 2025-08-22
### Added

View File

@@ -27,7 +27,7 @@
app:keyLabel="٨"
app:topSmallNumber="8" />
<Key
app:keyLabel="9"
app:keyLabel="٩"
app:topSmallNumber="9" />
<Key
app:keyEdgeFlags="right"