demo project: Use shortened locale names: that way they apply to all variants
This commit is contained in:
parent
1256fef318
commit
e6cc7ef606
@ -11,7 +11,7 @@ use tracing_subscriber::util::SubscriberInitExt;
|
||||
|
||||
make_template_manager! {
|
||||
static ref TEMPLATING = {
|
||||
default_locale: "en-GB",
|
||||
default_locale: "en",
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user