From 64062c32e457444a7e7392cebeafdf92ea27d1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sun, 2 Sep 2018 20:51:15 +0200 Subject: [PATCH] =?UTF-8?q?Move=20German=20and=20Norwegian=20Bokm=C3=A5l?= =?UTF-8?q?=20translations=20to=20correct=20language=20codes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- po/LINGUAS | 4 ++-- po/{de_DE.po => de.po} | 0 po/{nb_NO.po => nb.po} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename po/{de_DE.po => de.po} (100%) rename po/{nb_NO.po => nb.po} (100%) diff --git a/po/LINGUAS b/po/LINGUAS index d3c939a..85c2474 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1,12 +1,12 @@ # please keep this list sorted alphabetically # -de_DE +de en_GB # es # fr # id -# nb_NO +# nb nl ru sr diff --git a/po/de_DE.po b/po/de.po similarity index 100% rename from po/de_DE.po rename to po/de.po diff --git a/po/nb_NO.po b/po/nb.po similarity index 100% rename from po/nb_NO.po rename to po/nb.po