1 /** 2 * The type of (redux) action which signals that i18next has been initialized. 3 */ 4 export const I18NEXT_INITIALIZED = 'I18NEXT_INITIALIZED'; 5 6 /** 7 * The type of (redux) action which signals that language has been changed. 8 */ 9 export const LANGUAGE_CHANGED = 'LANGUAGE_CHANGED';