Remove the final traces of the translation indirection

CURA-6005
This commit is contained in:
Jaime van Kessel 2019-01-04 10:43:40 +01:00
parent 8ebd4282fd
commit 87eb863451
3 changed files with 5 additions and 11 deletions

View file

@ -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"