Skip to content

Commit

Permalink
Added bengali translation
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu committed Mar 26, 2024
1 parent 2782f5a commit 35d7fe1
Show file tree
Hide file tree
Showing 3 changed files with 2,272 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/presentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ set(translation_files
translations/librum_uk.ts
translations/librum_pt.ts
translations/librum_id.ts
translations/librum_bn.ts
)
qt_add_translations(presentation TS_FILES ${translation_files})

Expand Down
4 changes: 4 additions & 0 deletions src/presentation/TranslationsModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ ListModel {
text: "Bahasa Indonesia"
code: "id"
}
ListElement {
text: "বাংলা"
code: "bn"
}
}
Loading

0 comments on commit 35d7fe1

Please sign in to comment.