Skip to content

Commit

Permalink
Merge pull request #6429 from mozilla/add-italian
Browse files Browse the repository at this point in the history
Add Italian to the available language list
  • Loading branch information
keianhzo authored Dec 21, 2023
2 parents 9fabfc7 + a24ba4f commit 793de26
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 793de26

Please sign in to comment.