mirror of
https://github.com/langgenius/dify.git
synced 2026-09-06 09:14:25 +08:00
2 lines
104 B
TypeScript
2 lines
104 B
TypeScript
export const loadResource = (fileNamespace: string) => import(`../../i18n/ru-RU/${fileNamespace}.json`)
|