feat: rename use of locale to lang where applicable
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user