Skip to content

Commit

Permalink
added pl-PL
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Feb 5, 2024
1 parent 12d6a88 commit d36c798
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/myrobotlab/service/data/Locale.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ public static Map<String, Locale> getDefaults() {
// }
// }
// We really only support a few Locales dictated by ProgramAB, Polly,
// WebkitSpeechRecognition, & WebKitSpeechSynthesis
// WebkitSpeechRecognition, & WebKitSpeechSynthesis - this should be
// a rollup of other services ?
Map<String, Locale> locales = new TreeMap<>();
locales.put("cn-ZH", new Locale("zh-CN"));
locales.put("de-DE", new Locale("de-DE"));
Expand All @@ -165,6 +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("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 d36c798

Please sign in to comment.