Update no.ts with const no: LocaleType
This commit is contained in:
parent
72b553efe8
commit
5a10b2a75f
|
@ -1,7 +1,7 @@
|
|||
import { SubmitKey } from "../store/config";
|
||||
import type { LocaleType } from "./index";
|
||||
|
||||
const en: LocaleType = {
|
||||
const no: LocaleType = {
|
||||
WIP: "Arbeid pågår ...",
|
||||
Error: {
|
||||
Unauthorized:
|
||||
|
|
Loading…
Reference in New Issue