From 7ae41963b5c390491d778e4f96b9a2dba61a5816 Mon Sep 17 00:00:00 2001 From: 4831c0 <4831c0@proton.me> Date: Wed, 16 Apr 2025 17:02:08 +0200 Subject: [PATCH] Add gen-l10n --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c451aac..1664d89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,7 @@ flutter config --no-analytics --no-cli-animations cp -r /src/* /work cd /work/firka flutter pub get +flutter gen-l10n --template-arb-file app_hu.arb flutter build apk --debug --verbose EOF