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

Localization Management for Android #365

Open
Sheeri opened this issue Oct 1, 2020 · 0 comments
Open

Localization Management for Android #365

Sheeri opened this issue Oct 1, 2020 · 0 comments
Labels

Comments

@Sheeri
Copy link
Collaborator

Sheeri commented Oct 1, 2020

We need a localization management system for Android.

This can be as simple as a manual script that we can run that checks the entire codebase for references to @string and getString (and perhaps any others key phrases), finds the variables they reference, and then compares to the localizations in values* and reports on any differences.

Requirements:

  • Open Source
  • Ability to exclude certain values* files (e.g. values-night)
  • Ability to show what needs localization and into what languages - either automatically or by running a script

Nice to have:

  • Warnings for hard-coded strings that should be internationalized.
  • Automatic addition of strings that need localization to the appropriate files
  • Auto-create issues for localization needs
@Sheeri Sheeri added enhancement New feature or request hacktoberfest l10n labels Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant