@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
13 lines • 353 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { createComponentStrings } from '../utils';
import zh_CN from './strings.json';
/**
* Locale for Chinese (Mainland China).
*
* @public
*/
export const COMPONENT_LOCALE_ZH_CN = {
strings: createComponentStrings(zh_CN)
};
//# sourceMappingURL=ComponentLocale.js.map