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