w-aura/src/locales/index.ts
Aidar Shaikhutdin @makeweb.space 70aac95661 feat: integration with api server
2023-05-09 20:30:54 +06:00

7 lines
207 B
TypeScript

import en from './en.ts'
export const getClientLocale = () => navigator.language.split('-')[0]
export const getClientTimezone = () => Intl.DateTimeFormat().resolvedOptions().timeZone
export default { en }