quick and dirty key copy feature
This commit is contained in:
parent
9f0aa56361
commit
7b044c6050
11 changed files with 43 additions and 32 deletions
|
@ -1,8 +1,8 @@
|
|||
import { Accessor, createContext, createMemo, createSignal, ParentComponent, Setter, useContext } from 'solid-js';
|
||||
import { translator, flatten, Translator, Flatten } from "@solid-primitives/i18n";
|
||||
import { makePersisted } from '@solid-primitives/storage';
|
||||
import en from '~/i18n/en-GB.json';
|
||||
import nl from '~/i18n/nl-NL.json';
|
||||
import { makePersisted } from '@solid-primitives/storage';
|
||||
|
||||
type RawDictionary = typeof en;
|
||||
export type Dictionary = Flatten<RawDictionary>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue