Internationalized raw-entry-not-found message

This commit is contained in:
Veloman Yunkan
2022-01-23 22:37:29 +04:00
committed by Matthieu Gautier
parent 779382642b
commit d2c864b010
3 changed files with 13 additions and 2 deletions

View File

@ -10,4 +10,5 @@
, "suggest-search" : "Make a full text search for <a href=\"{{{SEARCH_URL}}}\">{{PATTERN}}</a>"
, "random-article-failure" : "Oops! Failed to pick a random article :("
, "invalid-raw-data-type" : "{{DATATYPE}} is not a valid request for raw content."
, "raw-entry-not-found" : "Cannot find {{DATATYPE}} entry {{ENTRY}}"
}

View File

@ -11,4 +11,5 @@
, "suggest-search" : "Suggest a search when the URL points to a non existing article"
, "random-article-failure" : "Failure of the random article selection procedure"
, "invalid-raw-data-type" : "Invalid DATATYPE was used with the /raw endpoint (/raw/<book>/DATATYPE/...); allowed values are 'meta' and 'content'"
, "raw-entry-not-found" : "Entry requested via the /raw endpoint was not found"
}