Skip to content

Commit

Permalink
Added vietnamese translation
Browse files Browse the repository at this point in the history
Co-Authored by: lngoctam
  • Loading branch information
DavidLazarescu committed Jul 3, 2024
1 parent f86afee commit af78de1
Show file tree
Hide file tree
Showing 3 changed files with 2,505 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 @@ -47,6 +47,7 @@ set(translation_files
translations/librum_id.ts
translations/librum_bn.ts
translations/librum_fr.ts
translations/librum_vi.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 @@ -53,4 +53,8 @@ ListModel {
text: "Français"
code: "fr"
}
ListElement {
text: "Tiếng Việt"
code: "vi"
}
}
Loading

0 comments on commit af78de1

Please sign in to comment.