Update lang.rs (#7140)

added bg into the list
This commit is contained in:
Nevaran
2024-02-15 10:52:32 +02:00
committed by GitHub
parent c00d23846a
commit 0474c8fb03

View File

@@ -2,6 +2,7 @@ use hbb_common::regex::Regex;
use std::ops::Deref;
mod ar;
mod bg;
mod ca;
mod cn;
mod cs;
@@ -52,6 +53,7 @@ pub const LANGS: &[(&str, &str)] = &[
("es", "Español"),
("et", "Eesti keel"),
("hu", "Magyar"),
("bg", "Български"),
("ru", "Русский"),
("sk", "Slovenčina"),
("id", "Indonesia"),