]> git.saurik.com Git - apt.git/blobdiff - ftparchive/apt-ftparchive.cc
CMake: Translations: Build .pot in po binary dir, not project one
[apt.git] / ftparchive / apt-ftparchive.cc
index d985646f7ae7e7efb0144a2b2c64bc494dbf7e22..ab6f48d616424b403ba11eed4ce2db0bf5fbff63 100644 (file)
@@ -1044,8 +1044,6 @@ static std::vector<aptDispatchWithHelp> GetCommands()                     /*{{{*/
                                                                        /*}}}*/
 int main(int argc, const char *argv[])                                 /*{{{*/
 {
-   InitLocale();
-
    // Parse the command line and initialize the package library
    CommandLine CmdL;
    auto const Cmds = ParseCommandLine(CmdL, APT_CMD::APT_FTPARCHIVE, &_config, NULL, argc, argv, ShowHelp, &GetCommands);