mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 15:29:27 +00:00
8 lines
109 B
JavaScript
Executable File
8 lines
109 B
JavaScript
Executable File
/*
|
|
*
|
|
* LanguageProvider constants
|
|
*
|
|
*/
|
|
|
|
export const CHANGE_LOCALE = 'app/LanguageToggle/CHANGE_LOCALE';
|