feat: rename use of locale to lang where applicable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { RTEItemTypeEnum } from "./enums"
|
||||
import type { EmbedTypesEnum, RTEItemType } from "./enums"
|
||||
import type { Lang } from "../lang"
|
||||
import type { Lang } from "@/constants/languages"
|
||||
|
||||
export interface Attributes {
|
||||
[key: string]: any
|
||||
|
||||
Reference in New Issue
Block a user