Add: Translatable list separator. (#13149)
Some languages should use a separator other than ", " to separate list items, so it is now a translatable string.
This commit is contained in:
@@ -109,6 +109,7 @@ extern TextDirection _current_text_dir; ///< Text direction of the currently sel
|
||||
|
||||
void InitializeLanguagePacks();
|
||||
const char *GetCurrentLanguageIsoCode();
|
||||
std::string_view GetListSeparator();
|
||||
|
||||
/**
|
||||
* A searcher for missing glyphs.
|
||||
|
||||
Reference in New Issue
Block a user