Skip to content

Commit

Permalink
statuspage: Update languages in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
pschlan committed Oct 27, 2023
1 parent 7c56517 commit 71450ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion statuspage/src/utils/Config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export const Config = {
'en': 'English',
'de': 'Deutsch',
'it': 'Italiano',
'zh_TW': '¥¿Å餤¤å'
'fr': 'Français',
'ru': 'Русский',
'zh_TW': '正體中文'
},

//! @note Fallback language to use when the user's auto-determined language is not supported.
Expand Down

0 comments on commit 71450ec

Please sign in to comment.