#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
+#include <utility>
+
#include "manifest_parser/manifest_util.h"
#include "manifest_parser/permission_types.h"
#include "manifest_parser/values.h"
namespace bf = boost::filesystem;
namespace {
+
const bf::path kLanguagesFile =
bf::path(SHAREDIR)
/ "manifest-parser/languages-only.txt";
const int kLanguagesNumber = 8094;
-}
+
+} // namespace
namespace utils {
namespace w3c_languages {
return false;
return true;
}
+
} // namespace lang_set
const std::map<std::string, std::string> kW3CExtLang{{"aao", "ar"},
"rozaj", "rumgr", "scotland", "scouse", "solba", "sotav",
"surmiran", "sursilv", "sutsilv", "tarask", "uccor", "ucrcor",
"ulster", "unifon", "vaidika", "valencia", "vallader", "wadegile"};
+
} // namespace w3c_languages
} // namespace utils