🌐 Change to LANGID_DEFAULT name and update docs

This commit is contained in:
Manuel Cillero 2024-02-27 17:45:54 +01:00
parent e011cf7f62
commit 2cd1d1332c
4 changed files with 54 additions and 40 deletions

View file

@ -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.