UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

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