-
Notifications
You must be signed in to change notification settings - Fork 26
smoother: toast message (fixes #5612) #5665
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
base: master
Are you sure you want to change the base?
smoother: toast message (fixes #5612) #5665
Conversation
<string name="removed_from_mylibrary">Resources Removed from myLibrary</string> | ||
<string name="removed_from_mycourse">Course Removed from myCourse</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from the issue I understand what needed to be fixed was the string my library
and my courses
which had spaces between them compared to our naming convention which does not have spaces between
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @Avinash-Codes I am sure about this but should not the myCourses and MyLibrary remain same in all languages.
<string name="removed_from_mylibrary">Recursos eliminados de miLibrería</string> | ||
<string name="removed_from_mycourse">Curso eliminado de misCursos</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mycourses and mylibrary should not be translated
fixes #5612