first prototype of i18n system
This commit is contained in:
parent
d3a7602fb5
commit
b4fa751345
9 changed files with 348 additions and 20 deletions
|
@ -3,6 +3,8 @@ import { persistentMap } from "@nanostores/persistent";
|
|||
type Settings = {
|
||||
onGoingOAuth2Process?: string;
|
||||
prefetchTootsDisabled?: boolean;
|
||||
language?: string;
|
||||
region?: string;
|
||||
};
|
||||
|
||||
export const $settings = persistentMap<Settings>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue