Skip to content

Commit

Permalink
Merge pull request #68 from ShreeShinde2442/bengali-translation
Browse files Browse the repository at this point in the history
Translated In Bengali Language
  • Loading branch information
f-r00t authored Mar 2, 2024
2 parents 2da57d3 + cf79aa1 commit a76a134
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import fr from "./i18n/fr.json";
import mai from "./i18n/mai.json";
import bho from "./i18n/bho.json";
import gu from './i18n/gu.json';
import ben from "./i18n/ben.json";


import { Globals } from "./Globals";
Expand Down Expand Up @@ -98,6 +99,9 @@ i18next
},
gu: {
translation: gu,
},
ben: {
translation: ben,
}
},
});
Expand Down
Loading

0 comments on commit a76a134

Please sign in to comment.