Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b063ecb
Merge pull request #601 from AOSSIE-Org/dev
M4dhav Nov 13, 2025
2647373
feat(l10n): add complete Bengali (bn) translation support
codealchemist007 Dec 8, 2025
dd0a526
fix(l10n): Ensure correct Bengali (bn) content is included in app_bn.arb
codealchemist007 Dec 8, 2025
2247123
fix(l10n): Final fix for locale identifier and file generation
codealchemist007 Dec 9, 2025
9d51ceb
Merge branch 'dev' into translation-bn
codealchemist007 Dec 9, 2025
ae47607
fix(l10n): Resolve final inheritance error to enable Bengali localiza…
codealchemist007 Dec 9, 2025
b5b2d1a
fix(review): Address all remaining mentor feedback and finalize local…
codealchemist007 Dec 9, 2025
a4ab527
fix(review): Address all remaining mentor feedback and finalize local…
codealchemist007 Dec 9, 2025
a49d0f3
Merge branch 'translation-bn' of https://github.com/codealchemist007/…
codealchemist007 Dec 9, 2025
5020e56
Merge branch 'translation-bn' of https://github.com/codealchemist007/…
codealchemist007 Dec 9, 2025
7bc816c
Merge branch 'translation-bn' of https://github.com/codealchemist007/…
codealchemist007 Dec 9, 2025
f2be019
Merge branch 'translation-bn' of https://github.com/codealchemist007/…
codealchemist007 Dec 9, 2025
0ee9fc8
Merge branch 'translation-bn' of https://github.com/codealchemist007/…
codealchemist007 Dec 11, 2025
173227c
chore: revert accidental changes to build.gradle.kts
codealchemist007 Dec 17, 2025
50c8e05
docs(lang): fix typos in Bengali localization and revert metadata str…
codealchemist007 Dec 19, 2025
b18f6c5
fix(lang): refined Bengali translations and corrected brand translite…
codealchemist007 Dec 19, 2025
31894b1
fix(lang): refined Bengali translations and corrected brand translite…
codealchemist007 Dec 19, 2025
a1f3b83
Merge branch 'translation-bn' of https://github.com/codealchemist007/…
codealchemist007 Dec 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleLocalizations</key>
<array>
<string>hi</string>
<string>bn</string>
<string>en</string>
<string>hi</string>
<string>gu</string>
<string>kn</string>
<string>mr</string>
Expand Down
1 change: 1 addition & 0 deletions l10n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ output-localization-file: app_localizations.dart
supported-locales:
- en
- hi
- bn
untranslated-messages-file: untranslated.txt
Loading