UNPKG

@azure/communication-react

Version:

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

15 lines 463 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { COMPONENT_LOCALE_ES_ES } from "../../../../../../react-components/src"; import es_ES from './strings.json'; import { createCompositeStrings } from '../utils'; /** * Locale for Spanish (Spain) * * @public */ export const COMPOSITE_LOCALE_ES_ES = { component: COMPONENT_LOCALE_ES_ES, strings: createCompositeStrings(es_ES) }; //# sourceMappingURL=CompositeLocale.js.map