mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
8 lines
No EOL
322 B
JavaScript
8 lines
No EOL
322 B
JavaScript
import { registerSetting } from 'meteor/vulcan:lib';
|
|
|
|
registerSetting('locale', 'en', 'Your app\'s locale (“en”, “fr”, etc.)');
|
|
|
|
export { default as FormattedMessage } from './message.js';
|
|
export { intlShape } from './shape.js';
|
|
export { default as IntlProvider } from './provider.js';
|
|
export * from './detect.js'; |