UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

15 lines 463 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { COMPONENT_LOCALE_FR_FR } from "../../../../../../react-components/src"; import fr_FR from './strings.json'; import { createCompositeStrings } from '../utils'; /** * Locale for French (France) * * @public */ export const COMPOSITE_LOCALE_FR_FR = { component: COMPONENT_LOCALE_FR_FR, strings: createCompositeStrings(fr_FR) }; //# sourceMappingURL=CompositeLocale.js.map