@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
15 lines • 464 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { COMPONENT_LOCALE_TR_TR } from "../../../../../../react-components/src";
import tr_TR from './strings.json';
import { createCompositeStrings } from '../utils';
/**
* Locale for Turkish (Turkey)
*
* @public
*/
export const COMPOSITE_LOCALE_TR_TR = {
component: COMPONENT_LOCALE_TR_TR,
strings: createCompositeStrings(tr_TR)
};
//# sourceMappingURL=CompositeLocale.js.map