"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7315/react/features/base/i18n/actionTypes.ts" (2 Jun 2023, 282 Bytes) of package /linux/misc/jitsi-meet-7315.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TypeScript source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for "actionTypes.ts": jitsi-meet_8319_vs_jitsi-meet_8615.

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