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_IT_IT } from "../../../../../../react-components/src"; import it_IT from './strings.json'; import { createCompositeStrings } from '../utils'; /** * Locale for Italian (Italy) * * @public */ export const COMPOSITE_LOCALE_IT_IT = { component: COMPONENT_LOCALE_IT_IT, strings: createCompositeStrings(it_IT) }; //# sourceMappingURL=CompositeLocale.js.map