mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
No moar borg i18n keys
This commit is contained in:
parent
659d23ceb3
commit
7ccc7fa13e
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ def find_expected_string_keys():
|
||||||
# Hardcoded expected keys ...
|
# Hardcoded expected keys ...
|
||||||
yield "admin_password" # Not sure that's actually used nowadays...
|
yield "admin_password" # Not sure that's actually used nowadays...
|
||||||
|
|
||||||
for method in ["tar", "copy", "borg", "custom"]:
|
for method in ["tar", "copy", "custom"]:
|
||||||
yield "backup_applying_method_%s" % method
|
yield "backup_applying_method_%s" % method
|
||||||
yield "backup_method_%s_finished" % method
|
yield "backup_method_%s_finished" % method
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue