From 8e05e9d61b71e1591b7ab7a7821ce408e821fafe Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Thu, 1 Jan 2026 00:20:22 +0100 Subject: [PATCH] Added l10n.yaml for localization configuration --- l10n.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 l10n.yaml diff --git a/l10n.yaml b/l10n.yaml new file mode 100644 index 0000000..f5730dc --- /dev/null +++ b/l10n.yaml @@ -0,0 +1,4 @@ +arb-dir: lib/l10n/arb +template-arb-file: app_en.arb +output-localization-file: app_localizations.dart +output-dir: lib/l10n/generated \ No newline at end of file