Skip to content

Commit

Permalink
fix(mobile) localized support language vi en only
Browse files Browse the repository at this point in the history
  • Loading branch information
lamvh committed Sep 26, 2024
1 parent dcbba8c commit 08b3ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/locales/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const defaultLanguage = ['en', 'vi'].includes(deviceLanguage)
? deviceLanguage
: 'en'

dayjsExtended.locale(deviceLanguage)
dayjsExtended.locale(defaultLanguage)

const messages = {
en: enMessages,
Expand Down

0 comments on commit 08b3ca7

Please sign in to comment.