-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6453e6e
commit 10bf279
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I noticed this while checking the new
.strings
in #20462.@alpavanoglu when updating localized strings, it would be great to ensure they use reverse-DNS keys to avoid issues such as #19028.
Admittedly, it's highly unlikely we'll duplicated this particular key. Still, there is value in using reverse-DNS key notation consistently.
Thanks!