Use ROR API to search through institutions

This commit is contained in:
Sophie 2023-06-27 12:50:31 +00:00 committed by Mirjan Hoffmann
parent 84f56c4133
commit a7570686e4
3 changed files with 63 additions and 5 deletions

View file

@ -43,5 +43,6 @@
"LABEL_TITLE": "Titel",
"LABEL_URL": "URL der Ressource",
"LABEL_URL_PLACEHOLDER": "Direktlink zur Resource (Voreinstellung GitHub/GitLab Pages URL)",
"LABEL_YAML_METADATA": "YAML Metadaten"
"LABEL_YAML_METADATA": "YAML Metadaten",
"LABEL_NO_INSTITUTION_FOUND": "Keine passende Institution gefunden"
}

View file

@ -43,5 +43,6 @@
"LABEL_TITLE": "Title",
"LABEL_URL": "Resource URL",
"LABEL_URL_PLACEHOLDER": "Direct link to the resource (default GitHub/GitLab Pages URL)",
"LABEL_YAML_METADATA": "YAML Metadata"
"LABEL_YAML_METADATA": "YAML Metadata",
"LABEL_NO_INSTITUTION_FOUND": "No matching institution found"
}