frontend/.pnpm-store/v3/files/22/49cc554bb150c6e6a621d6369c2bfaf2480fb24a5f76432381cc72891ac2004055607829ff90bf50cd100d82efb3b7015050d737e52d129b3dd02e182d5cc4

5 lines
231 B
Plaintext

declare const $locale: import("svelte/store").Writable<any>;
export declare function getPossibleLocales(refLocale: string, fallbackLocale?: string): string[];
export declare function getCurrentLocale(): string;
export { $locale };