Expand loop translations and rename max_history
Replace the single "loop" translation with three explicit keys ("loopOff", "loopTrack", "loopQueue") across all language files to support distinct loop modes. Also standardize the settings key from "max-history" to "max_history" and update main.py to read LOG_SETTINGS.get("max_history", 30) for the TimedRotatingFileHandler backupCount. Files changed: langs/*.json, main.py, settings Example.json.
This commit is contained in:
@@ -28,7 +28,9 @@
|
||||
"resume": "Продовжити",
|
||||
"skip": "Скіпнути трек",
|
||||
"leave": "СТОП",
|
||||
"loop": "Зациклити",
|
||||
"loopOff": "Вимкнути",
|
||||
"loopTrack": "Трек",
|
||||
"loopQueue": "Черга",
|
||||
"volumeUp": "Гучність +",
|
||||
"volumeDown": "Гучність -",
|
||||
"volumeMute": "Вимкнути звук",
|
||||
|
||||
Reference in New Issue
Block a user