From 9639e4d44e212f83e976338562510c4bef3a1a41 Mon Sep 17 00:00:00 2001 From: Thomas Vilte Date: Thu, 30 Jul 2026 18:33:11 -0300 Subject: [PATCH] refactor(i18n): update config set success message to use templates --- internal/i18n/locales/active.en.toml | 2 +- internal/i18n/locales/active.es.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"