We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8ee1f commit 3334eedCopy full SHA for 3334eed
1 file changed
Plan/react/dashboard/src/service/localeService.js
@@ -120,6 +120,7 @@ export const localeService = {
120
},
121
122
getIntlFriendlyLocale: () => {
123
+ if (localeService.clientLocale === 'CUSTOM') return 'en';
124
return localeService.clientLocale === 'CN' ? 'zh-cn' : localeService.clientLocale.toLocaleLowerCase().replace('_', '-')
125
126
0 commit comments