@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
13 lines • 348 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { createComponentStrings } from '../utils';
import nl_NL from './strings.json';
/**
* Locale for Dutch (Netherlands).
*
* @public
*/
export const COMPONENT_LOCALE_NL_NL = {
strings: createComponentStrings(nl_NL)
};
//# sourceMappingURL=ComponentLocale.js.map