release 1.2: selectable language en|fr

This commit is contained in:
Hernâni Marques 2026-07-18 15:48:14 +02:00
parent 334594c423
commit 10961e5ef5
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
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}"