mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
export const languages = import.meta.glob([
|
|
'/locale/*.json',
|
|
'!/locale/*_old.json',
|
|
]);
|