Skip to content

Commit

Permalink
fix(locale): add missing bengali translations (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
wizard-28 authored Jul 3, 2024
1 parent e96836f commit f80d6be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/locale/bn-IN.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default <Locale>{
discord: 'ডিসকর্ড',
matrix: 'ম্যাট্রিক্স',
reddit: 'রেড্ডিট',
lemmy: 'লেমী',
mastodon: 'ম্যাস্টোডন',
},
browse: {
Expand Down Expand Up @@ -99,6 +100,7 @@ export default <Locale>{
maintainer: 'সম্প্রণেতা',
dependencies: 'নির্ভরতা',
requiredBy: 'অন্বিষ্ট',
lastUpdatedAt: 'শেষ আপডেট',
},
orphaned: 'সম্প্রণেতা হীন',
noResults: 'শূন্য',
Expand All @@ -119,6 +121,7 @@ export default <Locale>{
close: 'বন্ধ',
provider: 'প্রদানকারী',
noDescription: 'কোনো বর্ণনা নেই',
version: 'সংস্করণ',
},
requiredByModal: {
title: 'অন্বিষ্ট',
Expand Down

0 comments on commit f80d6be

Please sign in to comment.