UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

15 lines 463 B
// 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