Rename en to en-US.

This commit is contained in:
Mike Cao 2020-09-12 03:49:31 -07:00
parent 29049842de
commit 3ed366ba6d
3 changed files with 2 additions and 2 deletions

View file

@ -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;