🌐 feat(i18n): add clear key

used for the "clear notifications" button
This commit is contained in:
retrozinndev
2025-05-25 08:51:20 -03:00
parent aca9e98055
commit c37c9c62bf
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -16,6 +16,8 @@ export default {
limited: "Limited",
apps: "Applications",
clear: "Clear",
connect: "Connect",
disconnect: "Disconnect",
+1
View File
@@ -19,6 +19,7 @@ export default {
connect: "Conectar",
apps: "Aplicativos",
clear: "Limpar",
control_center: {
tiles: {
+1
View File
@@ -18,6 +18,7 @@ export type i18nStruct = {
connect: string,
apps: string;
clear: string;
control_center: {
tiles: {