mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Rename en to en-US.
This commit is contained in:
parent
29049842de
commit
3ed366ba6d
3 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import { createSlice } from '@reduxjs/toolkit';
|
|||
|
||||
const app = createSlice({
|
||||
name: 'app',
|
||||
initialState: { locale: 'en' },
|
||||
initialState: { locale: 'en-US' },
|
||||
reducers: {
|
||||
updateApp(state, action) {
|
||||
state = action.payload;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue