Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/i18n/locales/active.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ other = "<key> <value>"
other = "Missing arguments. Usage: config set <key> <value>"

[config_set_success]
other = "Configuration updated: %s = %s"
other = "Configuration updated ({{.Scope}}): {{.Key}} = {{.Value}}"

[config_command_usage]
other = "Manage configuration"
Expand Down
2 changes: 1 addition & 1 deletion internal/i18n/locales/active.es.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ other = "<clave> <valor>"
other = "Faltan argumentos. Uso: config set <clave> <valor>"

[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"
Expand Down
Loading