UNPKG

@azure/communication-react

Version:

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

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