Skip to content

Commit

Permalink
copypasta error
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Feb 5, 2024
1 parent d36c798 commit a0457c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/myrobotlab/service/data/Locale.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public static Map<String, Locale> getDefaults() {
locales.put("hi-IN", new Locale("hi-IN"));
locales.put("it-IT", new Locale("it-IT"));
locales.put("nl-NL", new Locale("nl-NL"));
locales.put("pt-PT", new Locale("pl-PL"));
locales.put("pl-PL", new Locale("pl-PL"));
locales.put("pt-PT", new Locale("pt-PT"));
locales.put("ru-RU", new Locale("ru-RU"));
locales.put("tr-TR", new Locale("tr-TR"));
Expand Down

0 comments on commit a0457c0

Please sign in to comment.