UNPKG

@azure/communication-react

Version:

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

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