UNPKG

communication-react-19

Version:

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

13 lines 351 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createComponentStrings } from '../utils'; import cs_CZ from './strings.json'; /** * Locale for Czech (Czech Republic). * * @public */ export const COMPONENT_LOCALE_CS_CZ = { strings: createComponentStrings(cs_CZ) }; //# sourceMappingURL=ComponentLocale.js.map