mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:59:10 +08:00
Use "cura" as i18n catalog for CuraDrive
CURA-6005
This commit is contained in:
parent
9618e8d4e0
commit
76b9fa7998
@ -4,5 +4,5 @@
|
||||
"description": "Backup and restore your configuration.",
|
||||
"version": "1.2.0",
|
||||
"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_LAST_DATE_PREFERENCE_KEY = "cura_drive/auto_backup_date"
|
||||
|
||||
I18N_CATALOG_ID = "cura_drive"
|
||||
I18N_CATALOG_ID = "cura"
|
||||
I18N_CATALOG = i18nCatalog(I18N_CATALOG_ID)
|
||||
|
||||
MESSAGE_TITLE = I18N_CATALOG.i18nc("@info:title", "Backups"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user