From e67d2d03f9e2d66a24a6b7561146af589e019891 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 24 Oct 2025 20:53:08 +0200 Subject: Localize book html export --- server/tools/src/map_linter.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tools/src') diff --git a/server/tools/src/map_linter.rs b/server/tools/src/map_linter.rs index 80eae8fa..1631eae6 100644 --- a/server/tools/src/map_linter.rs +++ b/server/tools/src/map_linter.rs @@ -19,7 +19,7 @@ use anyhow::Result; use hurrycurry_data::{Serverdata, index::DataIndex}; use hurrycurry_locale::{ - FALLBACK_LOCALE, + GLOBAL_LOCALE, message::{COLORED, MessageDisplayExt}, trm, }; @@ -146,7 +146,7 @@ static TILE_MODE: LazyLock> = LazyLock::new(|| { pub fn check_map(map: &str) -> Result<()> { let style = &COLORED; - let locale = &*FALLBACK_LOCALE; + let locale = &*GLOBAL_LOCALE; let index = DataIndex::new("data".into())?; let (data, serverdata) = index.generate(map)?; -- cgit v1.3