Skip to content

Commit dc15bb1

Browse files
authored
feat: added l10n (#2779)
1 parent 5d87842 commit dc15bb1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+3968
-805
lines changed

.github/actions/common/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ runs:
1010

1111
- name: Fetch Flutter Dependencies
1212
shell: bash
13-
run: flutter pub get
13+
run: |
14+
flutter pub get
15+
dart format lib/l10n/
1416
1517
- name: Validate Code Format
1618
shell: bash

l10n.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
arb-dir: lib/l10n
2+
template-arb-file: app_en.arb
3+
output-localization-file: app_localizations.dart

lib/constants.dart

Lines changed: 0 additions & 403 deletions
Large diffs are not rendered by default.

lib/l10n/app_en.arb

Lines changed: 309 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)