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

show locale currency bottom-right to 1 #636

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

priyavrat-misra
Copy link
Contributor

Fixes #632

Description
Shows local currency based on the system's language. If the currency is already present in numeric section then does nothing.

Screenshots

image image
image image

Copy link
Owner

@dessalines dessalines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run ./gradlew formatKotlin to pass lint.

@@ -24,13 +25,26 @@ val NUMERIC_KEYBOARD =
color = ColorVariant.PRIMARY,
),
swipes =
mapOf(
SwipeDirection.BOTTOM_LEFT to
buildMap {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I spose this is okay.

Copy link
Owner

@dessalines dessalines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet, thx.

@dessalines dessalines merged commit bb3cd93 into dessalines:main Jan 31, 2024
1 check passed
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.

Show local currency in place of € or £
2 participants