feat(localization): update tests for Bokmål and Nynorsk

This commit is contained in:
skilpedde 2025-07-18 14:19:00 +02:00
parent 4cd7278598
commit 25a6ee2c68

View File

@ -21,6 +21,8 @@ func TestLocalizationService(t *testing.T) {
"fr": "Chargement...", "fr": "Chargement...",
"ja": "ロード中...", "ja": "ロード中...",
"is": "Hleður...", "is": "Hleður...",
"nb": "Laster inn...",
"nn": "Lastar inn...",
"pt-BR": "Carregando...", "pt-BR": "Carregando...",
"tr": "Yükleniyor...", "tr": "Yükleniyor...",
"zh-CN": "加载中...", "zh-CN": "加载中...",