mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Use "cura" as i18n catalog for CuraDrive
CURA-6005
This commit is contained in:
parent
9618e8d4e0
commit
76b9fa7998
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue