@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
15 lines • 463 B
JavaScript
// 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