UNPKG

@azure/communication-react

Version:

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

15 lines 470 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { COMPONENT_LOCALE_CS_CZ } from "../../../../../../react-components/src"; import cs_CZ from './strings.json'; import { createCompositeStrings } from '../utils'; /** * Locale for Czech (Czech Republic) * * @public */ export const COMPOSITE_LOCALE_CS_CZ = { component: COMPONENT_LOCALE_CS_CZ, strings: createCompositeStrings(cs_CZ) }; //# sourceMappingURL=CompositeLocale.js.map