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

Show warning or error when translation key used in app_settings doesn't have translation in translation file #553

Open
1yuv opened this issue Apr 7, 2023 · 1 comment
Labels
Type: Feature Add something new

Comments

@1yuv
Copy link
Member

1yuv commented Apr 7, 2023

Is your feature request related to a problem? Please describe.
Most of the SMS based projects rely on the translation key to send sms or send validaton response. However, there is no way of checking if all those translation keys put on app_settings have corresponding trasnlations put in trasnlation files or not. Missing a translation key could cause smses not to be sent and we've seen this problem already.

Describe the solution you'd like
Check and throw warning or error if translation key used in app_settings doesn't have corresponding entry in translation file(s).

@1yuv 1yuv added the Type: Feature Add something new label Apr 7, 2023
@garethbowen
Copy link
Member

Great idea. It might be useful to also check the rest of the configuration (tasks, targets, etc) for the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Add something new
Projects
None yet
Development

No branches or pull requests

2 participants