UNPKG

@azure/communication-react

Version:

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

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