We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf13e38 commit 0df5371Copy full SHA for 0df5371
CHANGELOG.md
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
### Fixed
21
- Keyboard language management dialog now respects `Use English language` preference ([#238])
22
- Fixed incorrect sorting in keyboard language selection dialog ([#239])
23
+- Fixed Arabic numeral for number nine
24
25
## [1.4.0] - 2025-08-22
26
### Added
app/src/main/res/xml/keys_letters_arabic.xml
@@ -27,7 +27,7 @@
27
app:keyLabel="٨"
28
app:topSmallNumber="8" />
29
<Key
30
- app:keyLabel="9"
+ app:keyLabel="٩"
31
app:topSmallNumber="9" />
32
33
app:keyEdgeFlags="right"
0 commit comments