UNPKG

@azure/communication-react

Version:

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

15 lines 468 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { COMPONENT_LOCALE_KO_KR } from "../../../../../../react-components/src"; import ko_KR from './strings.json'; import { createCompositeStrings } from '../utils'; /** * Locale for Korean (South Korea) * * @public */ export const COMPOSITE_LOCALE_KO_KR = { component: COMPONENT_LOCALE_KO_KR, strings: createCompositeStrings(ko_KR) }; //# sourceMappingURL=CompositeLocale.js.map