From b17b4a4b9ef166f51ac578a403a7ce6fd7864227 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <noreply@fakecake.org>
Date: Mon, 18 Apr 2022 13:04:29 +0300
Subject: [PATCH] fix be locale label

---
 include/functions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/functions.php b/include/functions.php
index a2f9a51e6..82e08ddb3 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -57,7 +57,7 @@
 		$t = array(
 					"auto"  => __("Detect automatically"),
 					"ar_SA" => "العربيّة (Arabic)",
-					"be"    => "Belarusian",
+					"be"    => "Беларуская",
 					"bg_BG" => "Bulgarian",
 					"da_DA" => "Dansk",
 					"ca_CA" => "Català",
-- 
GitLab