UNPKG

communication-react-19

Version:

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

13 lines 345 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createComponentStrings } from '../utils'; import tr_TR from './strings.json'; /** * Locale for Turkish (Turkey). * * @public */ export const COMPONENT_LOCALE_TR_TR = { strings: createComponentStrings(tr_TR) }; //# sourceMappingURL=ComponentLocale.js.map