-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI(translations), Documentation, Typing and an assortment of fixes #1305
Conversation
Also simplify one if
How did my translations broke the translations???? I don't understand, please clarify. |
…se Path objects in tauon.py
I've posted the log in #1224 (comment), you can get it yourself by running There are now a couple duplicates. It does look like the translations lack updates though, as
This is from the update translation script btw... I suppose all of this is simple duplicates? I'll check if any of the deletes are not obvious. |
@Ricardo-Simoes There was only one that wasn't an obvious duplicate, I presume I deleted the correct one? # KEPT:
msgid "There are no tracks in this playlist to broadcast."
msgstr "Não há faixas nesta lista de reprodução para transmitir."
# REMOVED:
#~ msgid "There are no tracks in this playlist to broadcast."
#~ msgstr "Não há faixas nesta playlist para transmitir." |
…l dir if it does not exist
Add compile_translations module to CI
Fixes broken translation from Ricardo simoes patch 2 #1224
Added necessary definitions to phazor.c to pass MSVC compiler and move
unistd.h
under non-Windows blockAdded a bunch of Windows MSVC notes in
pyproject.toml
- untidy, for nowFix trying to use a hardcoded
/usr/share/TauonMusicBox
path even when it does not exist on the systemrun.sh fix for running from a downloaded zip file
Renamed
.env
to the more standard.venv
More spaces to tabs in main
Fixed crashing on exit
Removed unused
temp_audio
varRemoved unused arg from
no_padding()
Converted more code to Path where applicable, converts to
str()
where necessaryChanged
system
to use capitalized names, to matchplatform.system()
Typing additions and fixes