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