mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-24 06:27:59 +00:00
7 lines
209 B
TypeScript
7 lines
209 B
TypeScript
// Copyright 2017-2026 @pezkuwi/react-components authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
const languageCache: Record<string, Record<string, string>> = {};
|
|
|
|
export default languageCache;
|