-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Summary:
As mentioned at #2873 , we should avoid using all-capital strings in strings.xml file, since this can cause some problems during translation. There are some all-capital strings under strings.xml file, they should be fixed, and capitalized in the java code or layout xmls depending on where they are used.
Note: While implementing this PR, many files can be edited. So please make sure you didn't change any extra lines, ie. inserting additional spaces.
Note2: Ideally can be implemented after #2931 is merged to prevent possible conflicts.