UNPKG

@azure/communication-react

Version:

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

15 lines 467 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { COMPONENT_LOCALE_NL_NL } from "../../../../../../react-components/src"; import nl_NL from './strings.json'; import { createCompositeStrings } from '../utils'; /** * Locale for Dutch (Netherlands) * * @public */ export const COMPOSITE_LOCALE_NL_NL = { component: COMPONENT_LOCALE_NL_NL, strings: createCompositeStrings(nl_NL) }; //# sourceMappingURL=CompositeLocale.js.map