Auth / Sheiman Pavlo

Results 1 issues of Auth / Sheiman Pavlo

Is there a way we can reference other keys in dictionary files? An example below: **locales/en/common.json** ```json { "one": "one", "you": "you're the $t(common:one)" } ``` **components/a-component.tsx** ```tsx const {...

enhancement