diff --git a/demo_hornbeam_project/src/main.rs b/demo_hornbeam_project/src/main.rs index 9884a74..144cc4e 100644 --- a/demo_hornbeam_project/src/main.rs +++ b/demo_hornbeam_project/src/main.rs @@ -11,7 +11,7 @@ use tracing_subscriber::util::SubscriberInitExt; make_template_manager! { static ref TEMPLATING = { - default_locale: "en-GB", + default_locale: "en", }; } diff --git a/demo_hornbeam_project/translations/en-GB/say_hello.ftl b/demo_hornbeam_project/translations/en/say_hello.ftl similarity index 100% rename from demo_hornbeam_project/translations/en-GB/say_hello.ftl rename to demo_hornbeam_project/translations/en/say_hello.ftl diff --git a/demo_hornbeam_project/translations/fr-FR/say_hello.ftl b/demo_hornbeam_project/translations/fr/say_hello.ftl similarity index 100% rename from demo_hornbeam_project/translations/fr-FR/say_hello.ftl rename to demo_hornbeam_project/translations/fr/say_hello.ftl