UNPKG

@azure/communication-react

Version:

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

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