-
Notifications
You must be signed in to change notification settings - Fork 29
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
Account for all existing translation keys #538
Comments
Here's a slightly imperfect one liner that finds all translations in the source code:
and this one (assuming we are still in a directory
Combining both, and printing in a three-column format for just beta site, just live site, and shared keys:
|
@wbazant I'll mention here that there are also a few additional translation keys associated with the mobile app (https://github.com/falling-fruit/falling-fruit-mobile/tree/main/www/locales). |
We have translations for lots of different verbiage accompanying functionality on the live site, and before we start asking volunteers for new translations, we want to make sure we have leveraged what we have. Additionally, comparing translation keys is going to help us track progress for the beta release milestone - things like a little help icon somewhere on the live site that will still be useful on the beta site.
This epic will conclude where for each translation key on the live site ( currently 354 of them ) we'll either have it on the beta site, or we'll tie it to a feature that we're consciously not carrying forward. We can also stop when the epic no longer helps us identify changes worth making to the beta site :).
The text was updated successfully, but these errors were encountered: