]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-sortpkgs.cc
CMake: Do not add po/ if USE_NLS is OFF
[apt.git] / cmdline / apt-sortpkgs.cc
index 9495ee354a04d3242d6ae79688a7d9e90f0441bc..b80bbedd6d93e39c4205c5b6e1b28b5680c7c925 100644 (file)
@@ -152,8 +152,6 @@ static std::vector<aptDispatchWithHelp> GetCommands()                       /*{{{*/
                                                                        /*}}}*/
 int main(int argc,const char *argv[])                                  /*{{{*/
 {
-   InitLocale();
-
    CommandLine CmdL;
    ParseCommandLine(CmdL, APT_CMD::APT_SORTPKG, &_config, &_system, argc, argv, &ShowHelp, &GetCommands);