Skip to content

Commit

Permalink
Add bn-BD translation (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33pto3 authored Nov 7, 2024
1 parent 4244f66 commit 6eccb46
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/i18n/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const defaultLocale = 'en-US';
export const languageFiles = {
'ar-AE': async () => (await import('./json/ar-AE.json')).default,
'be-BY': async () => (await import('./json/be-BY.json')).default,
'bn-BD': async () => (await import('./json/bn-BD.json')).default,
'de-DE': async () => (await import('./json/de-DE.json')).default,
'es-ES': async () => (await import('./json/es-ES.json')).default,
'fa-IR': async () => (await import('./json/fa-IR.json')).default,
Expand Down
19 changes: 19 additions & 0 deletions src/i18n/json/bn-BD.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"React lifecycle methods diagram": "রিয়্যাক্ট লাইফসাইকেল মেথড ডায়াগ্রাম",
"Options": "বিকল্প",
"Show less-common lifecycles": "কম সাধারণ লাইফসাইকেল দেখান",
"React version": "রিয়্যাক্ট ভার্সন",
"Language": "ভাষা",
"Mounting": "সংযোজন",
"Updating": "আপডেট করা",
"Unmounting": "অপসারণ",
"“{name} phase”": "“{name} ধাপ”",
"Pure and has no side effects. May be paused, aborted or restarted by React.": "পিওর এবং এর কোন সাইড ইফেক্ট নেই। রিয়্যাক্ট দ্বারা থামানো, বাতিল বা পুনরায় চালু করা যেতে পারে।",
"Can read the DOM.": "DOM পড়তে পারে।",
"Can work with DOM, run side effects, schedule updates.": "DOM এর সাথে কাজ করতে পারে, সাইড ইফেক্ট চালাতে পারে, আপডেট শিডিউল করতে পারে।",
"React updates DOM and refs": "রিয়্যাক্ট DOM এবং refs আপডেট করে",
"Read docs for {name} (opens in a new tab)": "{name} এর জন্য ডকুমেন্টেশন পড়ুন (একটি নতুন ট্যাব খুলবে)",
"//reactjs.org/docs/react-component.html#{docname}": "//de.reactjs.org/docs/react-component.html#{docname}",
"See project's page on GitHub (opens in a new tab)": "গিটহাব-এ প্রজেক্টের পেজ দেখুন (একটি নতুন ট্যাবে খুলবে)",
"See project on": "প্রজেক্ট দেখুন"
}
5 changes: 5 additions & 0 deletions src/i18n/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"name": "Belarusian",
"translated_name": "беларуская"
},
{
"code": "bn",
"name": "Bengali",
"translated_name": "বাংলা"
},
{
"code": "de",
"name": "German",
Expand Down

0 comments on commit 6eccb46

Please sign in to comment.