mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-04-05 08:35:19 +00:00
4 lines
123 B
TypeScript
4 lines
123 B
TypeScript
import { enableI18nFeature } from "./onLayoutReady/enablei18n";
|
|
|
|
export const onLayoutReadyFeatures = [enableI18nFeature];
|