diff --git a/Dockerfile b/Dockerfile index 850ce28..94cb432 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,8 @@ flutter config --no-analytics --no-cli-animations cp -r /src/* /work cd /work/firka -flutter pub get +flutter pub get && \ +flutter gen-l10n --template-arb-file app_hu.arb && \ flutter build apk --release --verbose --tree-shake-icons --split-per-abi --target-platform android-arm,android-arm64 EOF