Hello, On Jan 31 16:13 Kjartan Maraas wrote (shortened): > The norwegian bokm?l locale was renamed from no_NO to nb_NO some time > ago and I'd like to see this change reflected in the sane-backends > translation as well. > > Please rename no.po to nb.po and change any corresponding entries in > configure.in (ALL_LINGUAS) or po/LINGUAS etc.
We do in in our RPM since October 2004 with this patch: --------------------------------------------------------------------- --- po/Makefile.in.orig 2005-07-15 22:50:41.000000000 +0200 +++ po/Makefile.in 2005-08-08 15:25:50.000000000 +0200 @@ -2,7 +2,7 @@ # # See po/README for documentation. -ALL_LINGUAS = bg cs da de es fi fr it nl no pl pt ru sv +ALL_LINGUAS = bg cs da de es fi fr it nl nb pl pt ru sv SRC_FILES = ../include/sane/saneopts.h ../backend/artec_eplus48u.c \ ../backend/avision.h \ --------------------------------------------------------------------- And in the sane-backends.spec file with: --------------------------------------------------------------------- %prep ... # locale rename: no -> nb: %patch1 -b .nb mv po/sane-backends.no.po po/sane-backends.nb.po --------------------------------------------------------------------- I would appreciate it if it is also done upstream. Kind Regards Johannes Meixner -- SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany AG Nuernberg, HRB 16746, GF: Markus Rex
