Well, for me just installing language pack is not enough. Firefox doesn't auto-detects my 'ru_RU.UTF-8' locale so I have to add '-UILocale ru' on each run .
Sergey 2013/11/12 Lluís Batlle i Rossell <[email protected]>: > On Tue, Nov 12, 2013 at 11:58:01AM +0400, Sergey Mironov wrote: >> Hi. I've commited a new wrapper for firefox browser to my local >> branch. It is probably not ready for master because of too >> straightforward way of doing things which may break in some cases. >> Still I think it may be handy for administrators. >> >> https://github.com/grwlf/nixpkgs/commit/5bef35c5c3a7dda5b73978d6822bb54796d24b08 >> >> In short, the wrapper does two things: 1) Downloads language pack in >> the background when it thinks language pack is not installed. 2) Adds >> corresponding -UILocale <lang> option to the underlying default >> firefox wrapper. Use it like this: >> >> environment.systemPackages = with pkgs ; [ >> ... >> (firefoxLocaleWrapper "ru") >> ... >> ]; > > I use a localised firefox too... but installing the language pack, makes it > redownload an updated version at every firefox update. > > This didn't use to happen. _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
