mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 22:24:26 +02:00
big locale logic switchover
This commit is contained in:
parent
c1e7274c72
commit
811b9c1b0e
8 changed files with 121 additions and 46 deletions
|
@ -6,7 +6,8 @@ module.exports = {
|
|||
|
||||
ActionTypes: keyMirror({
|
||||
SUBMIT_COMMAND: null,
|
||||
CHANGE_LOCALE: null
|
||||
CHANGE_LOCALE: null,
|
||||
CHANGE_LOCALE_FROM_HEADER: null
|
||||
}),
|
||||
|
||||
PayloadSources: keyMirror({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue