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 all the strings/texts in the strings.en.yaml file and replace all the occurences with getString() in frontend #4147

Open
Saranya-jena opened this issue Aug 29, 2023 · 1 comment · May be fixed by #4917

Comments

@Saranya-jena
Copy link
Contributor

Saranya-jena commented Aug 29, 2023

Currently, there are many text occurrences in UI which are not added to strings.en.yaml for translation. We need to identify them, add them to strings.en.yaml and replace the occurrences with getString('example') in chaoscenter/web.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment