mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-05-05 11:31:43 +00:00
4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
import { resolve } from 'node:path';
|
|
|
|
export const localeFilesFolder = resolve(import.meta.dirname, '../locales/**');
|