🌐 ags(i18n): use a type for structure

This commit is contained in:
retrozinndev
2025-03-23 10:33:53 -03:00
parent 31955b2c3b
commit 9365da0d42
4 changed files with 43 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { i18nStruct } from "../intl";
import { i18nStruct } from "../struct";
export default {
language: "English (United States)",
+1 -1
View File
@@ -1,4 +1,4 @@
import { i18nStruct } from "../intl";
import { i18nStruct } from "../struct";
export default {
language: "Português (Brasil)",