🌐 ags(i18n): add keys to microphone, rename mixer keys to sound

This commit is contained in:
retrozinndev
2025-04-23 20:40:16 -03:00
parent c5274ec91f
commit 39682b0fc3
3 changed files with 24 additions and 22 deletions
+7 -6
View File
@@ -12,11 +12,8 @@ export type i18nStruct = {
devices: string,
others: string,
bar: {
apps: {
tooltip: string
}
},
apps: string;
control_center: {
tiles: {
enabled: string,
@@ -44,7 +41,11 @@ export type i18nStruct = {
pages: {
more_settings: string,
mixer: {
sound: {
title: string,
description: string
},
microphone: {
title: string,
description: string
},