UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

17 lines (14 loc) 209 B
/* * * LanguageProvider actions * */ import { CHANGE_LOCALE, } from './constants'; export function changeLocale(languageLocale) { return { type: CHANGE_LOCALE, locale: languageLocale, }; }