@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
15 lines • 463 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { COMPONENT_LOCALE_FR_CA } from "../../../../../../react-components/src";
import fr_CA from './strings.json';
import { createCompositeStrings } from '../utils';
/**
* Locale for French (Canada)
*
* @public
*/
export const COMPOSITE_LOCALE_FR_CA = {
component: COMPONENT_LOCALE_FR_CA,
strings: createCompositeStrings(fr_CA)
};
//# sourceMappingURL=CompositeLocale.js.map