mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 01:30:39 +00:00
Add language support and JSON translation functionality
- Created English and French language JSON files for application strings. - Implemented JsonTrans class for loading and managing translations. - Added utility functions for directory management related to assets and languages. - Updated dependency lock file with necessary packages for the application.
This commit is contained in:
1
res.qrc
1
res.qrc
@@ -8,6 +8,7 @@
|
||||
<file alias="minecraft_lce_titl;e.png">assets/minecraft-lce-title.png</file>
|
||||
<file alias="button.png">assets/button.png</file>
|
||||
<file alias="button-pressed.png">assets/button-pressed.png</file>
|
||||
<file alias="app.ico">assets/app.ico</file>
|
||||
</qresource>
|
||||
<qresource prefix="/styles">
|
||||
<file alias="minecrafts.qss">assets/styles/minecraft.qss</file>
|
||||
|
||||
Reference in New Issue
Block a user