diff --git a/internal/i18n/locales/active.en.toml b/internal/i18n/locales/active.en.toml index 22d2b23..4f16378 100644 --- a/internal/i18n/locales/active.en.toml +++ b/internal/i18n/locales/active.en.toml @@ -56,7 +56,7 @@ other = " " other = "Missing arguments. Usage: config set " [config_set_success] -other = "Configuration updated: %s = %s" +other = "Configuration updated ({{.Scope}}): {{.Key}} = {{.Value}}" [config_command_usage] other = "Manage configuration" diff --git a/internal/i18n/locales/active.es.toml b/internal/i18n/locales/active.es.toml index 2268487..6013db8 100644 --- a/internal/i18n/locales/active.es.toml +++ b/internal/i18n/locales/active.es.toml @@ -56,7 +56,7 @@ other = " " other = "Faltan argumentos. Uso: config set " [config_set_success] -other = "Configuración actualizada: %s = %s" +other = "Configuración actualizada ({{.Scope}}): {{.Key}} = {{.Value}}" [config_command_usage] other = "Gestiona la configuración de la aplicación"