split translation language by source and dest
This commit is contained in:
parent
6440e51b7e
commit
7dc0464094
3 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@ export const defaultState = {
|
|||
conversationTreeFadeAncestors: undefined, // instance default
|
||||
maxDepthInThread: undefined, // instance default
|
||||
translationLanguage: undefined, // instance default,
|
||||
supportedTranslationLanguages: [] // instance default
|
||||
supportedTranslationLanguages: {} // instance default
|
||||
}
|
||||
|
||||
// caching the instance default properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue