UNPKG

@azure/communication-react

Version:

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

15 lines 467 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { COMPONENT_LOCALE_PT_BR } from "../../../../../../react-components/src"; import pt_BR from './strings.json'; import { createCompositeStrings } from '../utils'; /** * Locale for Portuguese (Brazil) * * @public */ export const COMPOSITE_LOCALE_PT_BR = { component: COMPONENT_LOCALE_PT_BR, strings: createCompositeStrings(pt_BR) }; //# sourceMappingURL=CompositeLocale.js.map