translations: add de_DE to locales

This commit is contained in:
Robin Pfäffle
2025-03-08 08:23:06 +01:00
parent abb97fa574
commit 9d86bdfe72

View File

@ -24,6 +24,7 @@ const log = std.log.scoped(.i18n);
/// 3. Most preferred locale for a language without a country code.
///
pub const locales = [_][:0]const u8{
"de_DE.UTF-8",
"zh_CN.UTF-8",
};