From 3ece3cc53e5936adb925b1359df5dab26388a509 Mon Sep 17 00:00:00 2001 From: diwako Date: Thu, 24 Oct 2024 08:52:34 +0200 Subject: [PATCH] disable sorting stringtables --- .hemtt/project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hemtt/project.toml b/.hemtt/project.toml index 6a2eeab..4675d98 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -31,3 +31,6 @@ authority = "diwako_dui" [hemtt.release] folder = "diwako_dui" + +[lints.stringtables.sorted] +enabled = false