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

Add locale option to get_app_name() method. #1037

Merged
merged 3 commits into from May 7, 2024

Conversation

Forgo7ten
Copy link
Contributor

Added the locale option to the get_app_name() method. Now you can get the application name of a specific locale by adding the parameter locale. Instead of only getting the default application name.
Like the following example:

apk.get_app_name(locale="zh-rCN")

@Forgo7ten
Copy link
Contributor Author

Are there any plans to develop this feature? Is there any other way I can use this feature now?
I need this feature at work.
I don't want to use the method of directly modifying the pip library. This method is more troublesome to upgrade and migrate.

@erev0s erev0s merged commit 597d8c8 into androguard:master May 7, 2024
1 check passed
@erev0s
Copy link
Collaborator

erev0s commented May 7, 2024

hi @Forgo7ten , thank you for this PR and for your patience while reviewing it.

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.

None yet

2 participants