@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 de_DE from './strings.json';
/**
* Locale for German (Germany).
*
* @public
*/
export const COMPONENT_LOCALE_DE_DE = {
strings: createComponentStrings(de_DE)
};
//# sourceMappingURL=ComponentLocale.js.map