@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
13 lines • 349 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { createComponentStrings } from '../utils';
import ko_KR from './strings.json';
/**
* Locale for Korean (South Korea).
*
* @public
*/
export const COMPONENT_LOCALE_KO_KR = {
strings: createComponentStrings(ko_KR)
};
//# sourceMappingURL=ComponentLocale.js.map