From 5f5b6f16afdac3b5fb5b0e1c7caf45dac4ade9d3 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 11 Jun 2010 09:57:12 -0500 Subject: [PATCH] translations: rename Norwegian translation from nb_NO to nb This puts us more in line with other projects that don't attach the country code to the language code. $ du -sh /usr/share/locale/nb*/LC_MESSAGES 3.5M /usr/share/locale/nb/LC_MESSAGES 132K /usr/share/locale/nb_NO/LC_MESSAGES Signed-off-by: Dan McGee --- TRANSLATORS | 2 +- lib/libalpm/po/LINGUAS | 2 +- lib/libalpm/po/{nb_NO.po => nb.po} | 0 po/LINGUAS | 2 +- po/{nb_NO.po => nb.po} | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename lib/libalpm/po/{nb_NO.po => nb.po} (100%) rename po/{nb_NO.po => nb.po} (100%) diff --git a/TRANSLATORS b/TRANSLATORS index 04ec5fa8..31f69e4d 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -30,7 +30,7 @@ Italian (it): Giovanni Scafora Kazakh (kk): Baurzhan Muftakhidinov -Norwegian (nb_NO): +Norwegian (nb): Hans-Kristian Arntzen Polish (pl): Mateusz Herych diff --git a/lib/libalpm/po/LINGUAS b/lib/libalpm/po/LINGUAS index af6a6114..d2807561 100644 --- a/lib/libalpm/po/LINGUAS +++ b/lib/libalpm/po/LINGUAS @@ -9,7 +9,7 @@ fr hu it kk -nb_NO +nb pl pt_BR ro diff --git a/lib/libalpm/po/nb_NO.po b/lib/libalpm/po/nb.po similarity index 100% rename from lib/libalpm/po/nb_NO.po rename to lib/libalpm/po/nb.po diff --git a/po/LINGUAS b/po/LINGUAS index af6a6114..d2807561 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -9,7 +9,7 @@ fr hu it kk -nb_NO +nb pl pt_BR ro 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