From 51564d1adc5723e98257e5aac6332772bea6e62e Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Wed, 17 Feb 2021 10:08:48 +0100 Subject: [PATCH] Rename nb-NO to nb_NO --- i18n/{nw_nb-NO.ts => nw_nb_NO.ts} | 0 novelWriter.pro | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename i18n/{nw_nb-NO.ts => nw_nb_NO.ts} (100%) diff --git a/i18n/nw_nb-NO.ts b/i18n/nw_nb_NO.ts similarity index 100% rename from i18n/nw_nb-NO.ts rename to i18n/nw_nb_NO.ts diff --git a/novelWriter.pro b/novelWriter.pro index ccf57676..a21751e1 100644 --- a/novelWriter.pro +++ b/novelWriter.pro @@ -31,4 +31,4 @@ SOURCES += \ TRANSLATIONS += \ i18n/nw_pt.ts \ - i18n/nw_nb-NO.ts + i18n/nw_nb_NO.ts