mirror of
https://github.com/typesense/typesense.git
synced 2025-05-20 21:52:23 +08:00
Add bulgarian locale.
This commit is contained in:
parent
8ab753f571
commit
f3353ed81f
@ -336,7 +336,7 @@ bool Tokenizer::next(std::string &token, size_t &token_index) {
|
||||
}
|
||||
|
||||
bool Tokenizer::is_cyrillic(const std::string& locale) {
|
||||
return locale == "el" ||
|
||||
return locale == "el" || locale == "bg" ||
|
||||
locale == "ru" || locale == "sr" || locale == "uk" || locale == "be";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user