UNPKG

@azure/communication-react

Version:

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

15 lines 464 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { COMPONENT_LOCALE_DE_DE } from "../../../../../../react-components/src"; import de_DE from './strings.json'; import { createCompositeStrings } from '../utils'; /** * Locale for German (Germany) * * @public */ export const COMPOSITE_LOCALE_DE_DE = { component: COMPONENT_LOCALE_DE_DE, strings: createCompositeStrings(de_DE) }; //# sourceMappingURL=CompositeLocale.js.map