mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-04-25 00:08:29 -04:00
fix: Arabic numeral for number nine (#270)
Signed-off-by: MITM GND <m.goumrhar@tuta.io>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
app:keyLabel="٨"
|
||||
app:topSmallNumber="8" />
|
||||
<Key
|
||||
app:keyLabel="9"
|
||||
app:keyLabel="٩"
|
||||
app:topSmallNumber="9" />
|
||||
<Key
|
||||
app:keyEdgeFlags="right"
|
||||
|
||||
Reference in New Issue
Block a user