mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix i18n key test
This commit is contained in:
parent
23b8418ee6
commit
33d3db62b2
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ def find_expected_string_keys():
|
|||
yield m
|
||||
|
||||
# Keys for the actionmap ...
|
||||
for category in yaml.safe_load(open("src/actionsmap.yml")).values():
|
||||
for category in yaml.safe_load(open("share/actionsmap.yml")).values():
|
||||
if "actions" not in category.keys():
|
||||
continue
|
||||
for action in category["actions"].values():
|
||||
|
|
Loading…
Add table
Reference in a new issue