release 1.2: selectable language en|fr

This commit is contained in:
Hernâni Marques 2026-07-18 15:48:14 +02:00
parent e7c900959e
commit b9f26fd6fd
No known key found for this signature in database
7 changed files with 38 additions and 55 deletions

View file

@ -2,6 +2,10 @@
# GOA / hacktivism host-agent on koopa (hernani).
# Stack defaults only — reporting pipeline is shared: run-host-report.sh
set -uo pipefail
# Language: en|fr (selectable). Default for this wrapper: en
export TALER_MON_LANG="${TALER_MON_LANG:-en}"
export TALER_MON_LANG_SET=1
AGENT_DIR=$(cd "$(dirname "$0")" && pwd)
export AGENT_LABEL="${AGENT_LABEL:-hacktivism-host-agent}"