Commit graph

245 commits

Author SHA1 Message Date
f67d896b23 prepare icons for whonix and guix 2023-10-05 02:07:13 +02:00
971938f1e6 Add Trisquel GNU Linux 2023-10-05 02:07:13 +02:00
c9adf8c8fa
bug: dh not work under wayland properly 2023-10-04 21:48:40 +02:00
3187b15c33
Update README.md 2023-10-04 05:12:00 +02:00
08c7a93276
New SimpleX chat group link 2023-10-04 04:09:00 +02:00
49beacbf4c renew_ready: Use old function 2023-10-04 03:14:42 +02:00
901a25bda8 update currently supported operating systems 2023-10-04 02:52:58 +02:00
927c062ce8 raise version to 0.80 2023-10-03 21:54:53 +02:00
a574a3e737 up 2023-10-03 21:45:06 +02:00
67686fcada quickemu fix nproc
Better handling available cores
2023-10-02 00:03:29 +02:00
ca8023bc27 update quickget
repair BSDs bug `grep: warning: stray \ before "`
2023-10-01 20:31:44 +02:00
985cf25b7d make quickfzf executable 2023-09-15 00:48:45 +02:00
331cccaa34 Update README.md 2023-09-15 00:45:03 +02:00
302d4df44b Create quickfzf 2023-09-15 00:45:03 +02:00
5c5048aa26 Update quickget 2023-09-15 00:45:03 +02:00
8a6a151b50 Add Miyo.png 2023-09-15 00:45:03 +02:00
f3bfd314f4
Update quickget 2023-09-02 03:25:36 +02:00
62a51945e0 🆕 feat(lang): add new language files
Added new language files to the project. These files contain a list of messages used in the application. The messages are used to display information to the user, such as status updates, error messages, and prompts. The files are named `promenne1.txt`, `promenne2.txt`, `raw_comments.cfg`, `raw_echo.cfg`, and `raw_msg.cfg`.

🆕 feat(lang): add new language files
Added new language files to support localization of the application. The new files include `raw_printf.cfg`, `strings.cfg`, `strings0.cfg`, `strings1.cfg`, and `strings2.cfg`. These files contain translations for various messages and prompts used in the application. The addition of these files will allow users to use the application in their preferred language.

🗑️ chore(translate.sh): remove translate.sh script
The translate.sh script has been removed from the repository as it is no longer needed. The script was used to automatically translate base language strings and add them into the various translations, remove duplicate strings, and rearrange them alphabetically. However, the script is no longer being used and has been removed.
2023-04-14 10:53:39 +02:00
545577b497 new RAW translations 2023-04-14 07:58:46 +02:00
3ac2db2487 🔥 chore(desktop): remove alpine-3.12 and netboot-latest desktop entries
The desktop entries for alpine-3.12 and netboot-latest have been removed. These entries are no longer needed and have been deleted to reduce clutter.
2023-04-12 20:50:42 +02:00
cce6c90af2 🔀 chore(cs.cfg): reorganize and clean up language configuration file
The changes in this commit include reorganizing the language configuration file to improve readability and removing unused or unnecessary messages. Some messages were also renamed to better reflect their purpose. The commit also includes minor changes such as fixing typos and removing unnecessary whitespace.

🌐 chore(lang): update language files
The commit updates the language files for the DistroHopper application. The changes include adding new translations, updating existing translations, and fixing typos. The commit also removes some unused translations.

🌐 feat(lang): add Spanish and French translations
This commit adds Spanish and French translations to the project. The new files are located in the lang directory and contain translations for various messages and prompts used throughout the application. The addition of these translations will allow users who speak Spanish or French to use the application in their native language.
2023-04-12 20:49:29 +02:00
93270cdb97 WIP 2023-04-12 20:45:14 +02:00
d279d23447 desktop files test 2023-04-12 20:44:40 +02:00
a3c32152a8 🐛 fix(dh): fix typo in message variable name
 feat(dh): improve user messages
The commit fixes a typo in the message variable name. The commit also improves user messages by making them more descriptive and user-friendly. The messages now provide more context and instructions to the user, making it easier for them to understand what is happening and what actions they need to take.
2023-04-12 16:42:34 +02:00
3ca9da5bc1 🐛 fix(dh): change variable name from TERMINAL to terminal
The variable TERMINAL has been renamed to terminal to improve consistency with the naming conventions. The change has been made in multiple places in the code.
2023-04-12 13:46:44 +02:00
798ce0f291 🔥 chore(dh): remove unused WIP2 function
The WIP2 function is not used in the script and can be safely removed.
2023-04-12 02:01:30 +02:00
7fb5c35af1 🐛 fix(dh): refactor dependencies_install function
 feat(dh): add support for multiple package managers
The dependencies_install function has been refactored to use separate functions for each package manager. This makes it easier to add support for new package managers in the future. Support for apt, pacman, xbps, and dnf has been added. This improves the flexibility of the script as it can now be used on a wider range of systems.
2023-04-12 01:18:19 +02:00
16b193dee3 🐛 fix(dh): set correct icon path for hop icon
The icon path for the hop icon was not set correctly in some parts of the code. The variable $icon_file was not defined, so the icon path was not being set correctly. The correct path is now set to $DH_ICON_DIR/hop.svg.
2023-04-12 01:17:19 +02:00
1717296740 🐛 fix(dh): rename locale directory to lang
The locale directory was renamed to lang to better reflect its contents.
2023-04-11 22:11:43 +02:00
aee9c57078 🎨 style(README.md): add Gitmoji badge to README.md and docs/README.md
The Gitmoji badge was added to the README.md and docs/README.md files to improve the visual appeal of the repository and to indicate the use of Gitmoji in commit messages.
2023-04-09 15:32:03 +02:00
7ccdb41780 docs: add opencommit to the list of tools for editing in README.md and docs/README.md 2023-04-09 13:43:20 +02:00
2fb02ce52b style(dh): fix formatting and indentation in dh script
feat(dh): add TOOL_set_default_terminal function to set default terminal emulator
refactor(dh): rename TOOL_distrohopper_translate to TOOL_dh_translate
2023-04-09 13:38:38 +02:00
62025303aa refactor(dh): remove duplicate package installations and fix typo in package name
feat(dh): add support for openSUSE package manager dnf and remove unused common_dependencies variable
2023-04-09 01:14:33 +00:00
6c68906e69 feat(quickget): add support for gabeeOS qtile and budgie editions 2023-04-09 01:11:36 +00:00
714f96bbde
Merge pull request #17 from grm34/auto-translate 2023-04-02 23:17:48 +02:00
grm34
ecb4cb7be0 LANG: sorts VARS alpha (auto-translate)
Signed-off-by: grm34 <jerem.pardo@tutanota.com>
2023-04-02 21:42:23 +02:00
grm34
82cdbf001b LANG: adds an automatic translation script (deepl)
Signed-off-by: grm34 <jerem.pardo@tutanota.com>
2023-04-02 21:38:18 +02:00
7f9a85e1f7 refactor(dh): replace hardcoded strings with variables and improve readability
refactor(dh): replace hardcoded strings with variables in the dh script

refactor(lang): improve language translations and remove unnecessary escape characters

chore(lang): update language files formatting and translations
2023-04-02 11:14:03 +02:00
7cdb647f6f feat(dh): add language support for distrohopper
fix(dh): comment out unused export statements
fix(dh): fix typo in message string
fix(dh): fix typo in language directory name
fix(dh): fix typo in copying translation to system directory
refactor(dh): remove unused function WIP2
refactor(dh): rename function WIP to distrohopper_gui
refactor(dh): rename variable lang to LANGUAGE
refactor(dh): rename variable DH_CONFIG_DIR to DH_CONFIG_DIR_PATH
refactor(dh): rename variable DH_ICON_DIR to DH_ICON_DIR_PATH
refactor(dh): rename variable VMS_DIR to VM_DIR_PATH
refactor(dh): rename variable TERMINAL to DEFAULT_TERMINAL
refactor(dh): rename variable replace to REPLACE_CHAR
refactor(dh): rename variable portable_prefix to PORTABLE_PREFIX
refactor(dh): rename variable TMP_DIR to TEMP_DIR_PATH
2023-04-02 05:50:25 +02:00
8c456de2d6 deleted old translation 2023-04-02 05:35:24 +02:00
66d3b7cd8c better translation 2023-04-02 05:34:04 +02:00
550efbdd2a Make dragonflybsd release dynamic 2023-04-02 00:52:45 +02:00
31d12308dd Make NetBSD releases dynamic 2023-04-02 00:52:45 +02:00
ed91e62042 macOS Ventura support 2023-04-02 00:52:45 +02:00
a9bfb2dbf6 Add custom size for NixOS 2023-04-02 00:52:45 +02:00
74e492fe7c Prepare for 23.04 and add Ubuntu Cinnamon 2023-04-02 00:52:45 +02:00
5a78cbdb86 testing! NOT FOR MERGE!!! 2023-03-31 14:29:05 +02:00
f73ace45a5 renaming again 2023-03-31 08:19:04 +02:00
94e364a35e WIP 2023-03-31 08:17:35 +02:00
b4da972f04 create script nicer to look for me 2023-03-31 08:17:02 +02:00