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

Portuguese support #1033

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

EngrTaofeek
Copy link
Collaborator

Added Portuguese language to let users change the app language to Portuguese. Fixes #1032

@@ -274,7 +274,7 @@ fun BoxScope.LanguageButton() {
colors = AppButtonColors.ProgressGreen,
modifier = Modifier
.align(Alignment.Center)
.size(width = 100.dp, 60.dp),
.size(width = 120.dp, 60.dp),
Copy link
Contributor

Choose a reason for hiding this comment

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

There may be other languages, so we need to find a way to handle them without increasing the size of the button.

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.

Portuguese Support for App
2 participants