UNPKG

communication-react-19

Version:

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

15 lines 472 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { COMPONENT_LOCALE_ZH_CN } from "../../../../../../react-components/src"; import zh_CN from './strings.json'; import { createCompositeStrings } from '../utils'; /** * Locale for Chinese (Mainland China) * * @public */ export const COMPOSITE_LOCALE_ZH_CN = { component: COMPONENT_LOCALE_ZH_CN, strings: createCompositeStrings(zh_CN) }; //# sourceMappingURL=CompositeLocale.js.map