Skip to content

Commit

Permalink
chore(studio): use english as default locale
Browse files Browse the repository at this point in the history
  • Loading branch information
cesconix committed Jul 18, 2024
1 parent 4112e17 commit 11ce5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pinorama-studio/src/contexts/i18n-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type LocaleContextProps = {

const LocaleContext = createContext<LocaleContextProps | undefined>(undefined)

const defaultLocale: Locale = "it"
const defaultLocale: Locale = "en"

export function I18nProvider(props: I18nProviderProps) {
const [locale, setLocale] = useState<Locale>(defaultLocale)
Expand Down

0 comments on commit 11ce5d8

Please sign in to comment.