Skip to content

Commit

Permalink
i18n: add tk/bg, remove bh (evcc-io#11604)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jan 10, 2024
1 parent 0146f03 commit c9228cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ import settings from "./settings";
// https://github.com/joker-x/languages.js/blob/master/languages.json
export const LOCALES = {
ar: ["Arabic", "العربية"],
bh: ["Bihari", "भोजपुरी"],
bg: ["Bulgarian", "Български"],
ca: ["Catalan", "Català"],
"zh-Hans": ["Chinese (Simplified)", "简体中文"],
cs: ["Czech", "Česky"],
da: ["Danish", "Dansk"],
de: ["German", "Deutsch"],
Expand All @@ -30,7 +29,9 @@ export const LOCALES = {
ru: ["Russian", "Русский"],
sl: ["Slovenian", "Slovenščina"],
sv: ["Swedish", "Svenska"],
tr: ["Turkish", "Türkçe"],
uk: ["Ukrainian", "Українська"],
"zh-Hans": ["Chinese (Simplified)", "简体中文"],
};

function getBrowserLocale() {
Expand Down

0 comments on commit c9228cf

Please sign in to comment.