demo project: Use shortened locale names: that way they apply to all variants

This commit is contained in:
Olivier 'reivilibre' 2023-03-03 23:50:48 +00:00
parent 1256fef318
commit e6cc7ef606
3 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ use tracing_subscriber::util::SubscriberInitExt;
make_template_manager! {
static ref TEMPLATING = {
default_locale: "en-GB",
default_locale: "en",
};
}