Skip to content

Commit

Permalink
Add Italian to the available language list
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Dec 21, 2023
1 parent 9fabfc7 commit a24ba4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/locales/locale_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export const AVAILABLE_LOCALES = {
fr: "Français",
ko: "한국어",
de: "Deutsch",
"zh-tw": "繁體中文"
"zh-tw": "繁體中文",
it: "Italiano"
};

// Map from alternative primary language tags to those we support
Expand Down

0 comments on commit a24ba4f

Please sign in to comment.