mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Remove the final traces of the translation indirection
CURA-6005
This commit is contained in:
parent
8ebd4282fd
commit
87eb863451
3 changed files with 5 additions and 11 deletions
|
@ -7,15 +7,9 @@ from cura import UltimakerCloudAuthentication
|
|||
|
||||
|
||||
class Settings:
|
||||
"""
|
||||
Keeps the application settings.
|
||||
"""
|
||||
# Keeps the plugin settings.
|
||||
DRIVE_API_VERSION = 1
|
||||
DRIVE_API_URL = "{}/cura-drive/v{}".format(UltimakerCloudAuthentication.CuraCloudAPIRoot, str(DRIVE_API_VERSION))
|
||||
|
||||
AUTO_BACKUP_ENABLED_PREFERENCE_KEY = "cura_drive/auto_backup_enabled"
|
||||
AUTO_BACKUP_LAST_DATE_PREFERENCE_KEY = "cura_drive/auto_backup_date"
|
||||
|
||||
I18N_CATALOG = i18nCatalog("cura")
|
||||
|
||||
MESSAGE_TITLE = I18N_CATALOG.i18nc("@info:title", "Backups")
|
||||
AUTO_BACKUP_LAST_DATE_PREFERENCE_KEY = "cura_drive/auto_backup_date"
|
Loading…
Add table
Add a link
Reference in a new issue