UNPKG

@azure/communication-react

Version:

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

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