feat: rename use of locale to lang where applicable

This commit is contained in:
Michael Zetterberg
2024-04-08 15:17:07 +02:00
parent f3c9386ef4
commit 7ebc604156
14 changed files with 110 additions and 118 deletions

View File

@@ -1,5 +1,5 @@
import type { Edges } from "../utils/edges"
import type { Lang } from "@/types/lang"
import type { Lang } from "@/constants/languages"
import type { Typename } from "../utils/typename"
export enum Section {