From 5764425a89f23c8e987d2a2a327c64b86e80b00c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 30 Sep 2024 18:11:40 +0100 Subject: [PATCH] New translations common.php (Czech) --- lang/cs/common.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/cs/common.php b/lang/cs/common.php index 20e03090f..1e20b17e7 100644 --- a/lang/cs/common.php +++ b/lang/cs/common.php @@ -107,4 +107,7 @@ return [ // Not directly used but available for convenience to users. 'privacy_policy' => 'Zásady ochrany osobních údajů', 'terms_of_service' => 'Podmínky služby', + + // OpenSearch + 'opensearch_description' => 'Search :appName', ];