feat(localization): add localization generation step and update l10n configuration

This commit is contained in:
Nils-Johan Gynther
2026-04-22 19:23:08 +02:00
parent 2e117718a7
commit ac3a8e96c0
3 changed files with 9 additions and 2 deletions
+3
View File
@@ -8,6 +8,9 @@ RUN flutter pub get
COPY . .
# Generate localizations (ARB -> Dart) before the main build.
RUN flutter gen-l10n
# Inject API base URL at build time via --dart-define.
# Default to same-origin /api to avoid mixed-content in HTTPS deployments.
ARG API_BASE_URL=/api