Use "cura" as i18n catalog for CuraDrive

CURA-6005
This commit is contained in:
Lipu Fei 2018-12-11 11:53:12 +01:00
parent 9618e8d4e0
commit 76b9fa7998
2 changed files with 2 additions and 2 deletions

View file

@ -4,5 +4,5 @@
"description": "Backup and restore your configuration.", "description": "Backup and restore your configuration.",
"version": "1.2.0", "version": "1.2.0",
"api": 5, "api": 5,
"i18n-catalog": "cura_drive" "i18n-catalog": "cura"
} }

View file

@ -13,7 +13,7 @@ class Settings:
AUTO_BACKUP_ENABLED_PREFERENCE_KEY = "cura_drive/auto_backup_enabled" AUTO_BACKUP_ENABLED_PREFERENCE_KEY = "cura_drive/auto_backup_enabled"
AUTO_BACKUP_LAST_DATE_PREFERENCE_KEY = "cura_drive/auto_backup_date" AUTO_BACKUP_LAST_DATE_PREFERENCE_KEY = "cura_drive/auto_backup_date"
I18N_CATALOG_ID = "cura_drive" I18N_CATALOG_ID = "cura"
I18N_CATALOG = i18nCatalog(I18N_CATALOG_ID) I18N_CATALOG = i18nCatalog(I18N_CATALOG_ID)
MESSAGE_TITLE = I18N_CATALOG.i18nc("@info:title", "Backups"), MESSAGE_TITLE = I18N_CATALOG.i18nc("@info:title", "Backups"),