🌐 Change to LANGID_DEFAULT name and update docs
This commit is contained in:
parent
e011cf7f62
commit
2cd1d1332c
4 changed files with 54 additions and 40 deletions
|
|
@ -45,8 +45,8 @@ impl Application {
|
|||
// Starts logging and event tracing.
|
||||
LazyStatic::force(&trace::TRACING);
|
||||
|
||||
// Validates the global language identifier.
|
||||
LazyStatic::force(&locale::LANGID);
|
||||
// Validates the default language identifier.
|
||||
LazyStatic::force(&locale::LANGID_DEFAULT);
|
||||
|
||||
#[cfg(feature = "database")]
|
||||
// Connects to the database.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue