UNPKG

communication-react-19

Version:

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

13 lines 344 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createComponentStrings } from '../utils'; import he_IL from './strings.json'; /** * Locale for Hebrew (Israel). * * @public */ export const COMPONENT_LOCALE_HE_IL = { strings: createComponentStrings(he_IL) }; //# sourceMappingURL=ComponentLocale.js.map