mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 23:38:15 +00:00
14 lines
349 B
JavaScript
14 lines
349 B
JavaScript
![]() |
/*
|
||
|
* LanguagesPage Messages
|
||
|
*
|
||
|
* This contains all the text for the LanguagesPage component.
|
||
|
*/
|
||
|
import { defineMessages } from 'react-intl';
|
||
|
|
||
|
export default defineMessages({
|
||
|
rightSectionDescription: {
|
||
|
id: 'settings-manager.components.LanguagesPage.rightSectionDescription',
|
||
|
defaultMessage: 'Configure your languages settings',
|
||
|
},
|
||
|
});
|