Add Norwegian Bokmål Translations (#6731)

Pull request to add Norwegian Bokmål translations.
Asking assistance from @Uzaaft for review and help.
This commit is contained in:
Mitchell Hashimoto
2025-03-18 16:04:41 -07:00
committed by GitHub
3 changed files with 250 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ const log = std.log.scoped(.i18n);
///
pub const locales = [_][:0]const u8{
"de_DE.UTF-8",
"nb_NO.UTF-8",
"zh_CN.UTF-8",
};