You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Nice to have:
The text was updated successfully, but these errors were encountered: