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,4 +1,4 @@
import { Lang } from "@/types/lang"
import type { Lang } from "@/constants/languages"
import type { EmbedEnum } from "./embeds"
import type { Typename } from "./typename"