From c78fc652791304f1478913fcd9858da7100efdfb Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Sat, 16 Apr 2022 18:06:59 +0900 Subject: [PATCH] fix empty strings in nb-NO (i don't know how to pluralize these though, just placeholders) --- android/app/src/main/assets/custom/i18n/nb-NO.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/assets/custom/i18n/nb-NO.json b/android/app/src/main/assets/custom/i18n/nb-NO.json index 185bd3a..63c2bd5 100644 --- a/android/app/src/main/assets/custom/i18n/nb-NO.json +++ b/android/app/src/main/assets/custom/i18n/nb-NO.json @@ -25,11 +25,11 @@ "artistTopSongs": "Toppspor" }, "name": "Spor", - "name_plural": "" + "name_plural": "Spor" }, "album": { "name": "Album", - "name_plural": "", + "name_plural": "Album", "lists": { "sort": "Sorter album", "random": "Tilfeldig",