From e9398f3f8cb703ec68422509ff50c97beae83c4d Mon Sep 17 00:00:00 2001 From: Eugen Gorbunov Date: Sat, 21 Sep 2024 12:34:38 +0400 Subject: Add HTTP Headers option (#6820) * Add new strings to lang files * Add HTTP headers field to feed forms * A few improvements --------- Co-authored-by: Alexandre Alapetite --- app/i18n/lv/sub.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/lv/sub.php') diff --git a/app/i18n/lv/sub.php b/app/i18n/lv/sub.php index de86a6e08..bacc28500 100644 --- a/app/i18n/lv/sub.php +++ b/app/i18n/lv/sub.php @@ -77,6 +77,8 @@ return array( '_' => 'Filtra darbības', 'help' => 'Uzrakstiet vienu meklēšanas filtru katrā rindā. Operators see documentation.', // DIRTY ), + 'http_headers' => 'HTTP Headers', // TODO + 'http_headers_help' => 'Headers are separated by a newline, and the name and value of a header are separated by a colon (e.g: Accept: application/atom+xml
Authorization: Bearer some-token
).', // TODO 'information' => 'Informācija', 'keep_min' => 'Minimālais saglabājamo izstrādājumu skaits', 'kind' => array( -- cgit v1.2.3