UNPKG

@azure/communication-react

Version:

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

13 lines 350 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createComponentStrings } from '../utils'; import ar_SA from './strings.json'; /** * Locale for Arabic (Saudi Arabia). * * @public */ export const COMPONENT_LOCALE_AR_SA = { strings: createComponentStrings(ar_SA) }; //# sourceMappingURL=ComponentLocale.js.map