Skip to content

Commit

Permalink
Add Bengali (bn) Locale (#7122)
Browse files Browse the repository at this point in the history
* add bn locale file

* register bn locale

* add bn (w/o dialect) option in longer language list

* edit nav label for Talk
  • Loading branch information
lcjohnso authored Jun 26, 2024
1 parent 7f9f952 commit 5150a5e
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/constants/languageMenu.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export default {
af: 'Afrikaans',
en: 'English',
af: 'Afrikaans',
ar: 'العربية',
bn: 'বাংলা',
cs: 'Čeština',
de: 'Deutsch',
es: 'Español',
Expand Down
1 change: 1 addition & 0 deletions app/constants/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const languages = [
{ value: 'ba-ru', label: 'Bashkir (Russia)' },
{ value: 'eu', label: 'Basque' },
{ value: 'be', label: 'Belarusian' },
{ value: 'bn', label: 'Bengali' },
{ value: 'bn-bd', label: 'Bengali (Bangladesh)' },
{ value: 'bn-in', label: 'Bengali (India)' },
{ value: 'bs-cyrl-ba', label: 'Bosnian (Cyrillic, Bosnia and Herzegovina)' },
Expand Down
Loading

0 comments on commit 5150a5e

Please sign in to comment.