Skip to content

Commit

Permalink
Added french translation
Browse files Browse the repository at this point in the history
Co-authored-by: ted1958
  • Loading branch information
DavidLazarescu committed Jul 1, 2024
1 parent d57853c commit f86afee
Show file tree
Hide file tree
Showing 3 changed files with 2,720 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 @@ -46,6 +46,7 @@ set(translation_files
translations/librum_pt.ts
translations/librum_id.ts
translations/librum_bn.ts
translations/librum_fr.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 @@ -49,4 +49,8 @@ ListModel {
text: "বাংলা"
code: "bn"
}
ListElement {
text: "Français"
code: "fr"
}
}
Loading

0 comments on commit f86afee

Please sign in to comment.