5 lines
231 B
Plaintext
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 };
|