diff options
author | saturneric <[email protected]> | 2024-01-25 16:26:52 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-25 16:26:52 +0000 |
commit | de356b281563855e627da449fcd842a0dbd49b0d (patch) | |
tree | 6e3a7e7952e1e024b7421c243305cb649acc4393 /.gitmodules | |
parent | fix: archive functions not work on windows when there were some non-ascii cha... (diff) | |
download | GpgFrontend-de356b281563855e627da449fcd842a0dbd49b0d.tar.gz GpgFrontend-de356b281563855e627da449fcd842a0dbd49b0d.zip |
feat: load buddled qt and qtbase translations
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0ca4ffd2..3e9b725c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "third_party/libarchive"] path = third_party/libarchive url = https://github.com/libarchive/libarchive.git +[submodule "third_party/qttranslations"] + path = third_party/qttranslations + url = git://code.qt.io/qt/qttranslations.git |