UNPKG

@azure/communication-react

Version:

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

15 lines 474 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { COMPONENT_LOCALE_NB_NO } from "../../../../../../react-components/src"; import nb_NO from './strings.json'; import { createCompositeStrings } from '../utils'; /** * Locale for Norwegian Bokmål (Norway) * * @public */ export const COMPOSITE_LOCALE_NB_NO = { component: COMPONENT_LOCALE_NB_NO, strings: createCompositeStrings(nb_NO) }; //# sourceMappingURL=CompositeLocale.js.map