faq ml_domain needed by livejournal, created in ljcom
htdocs/support/faqbrowse.bml (part of the livejournal repo) uses the "faq" ml_domain to make FAQs translatable.
my $mld = LJ::Lang::get_dom("faq");However, that domain is declared in bin/upgrading/text-local.dat, which is part of ljcom.
domain:100:faqShouldn't that be in bin/upgrading/text.dat instead (since that lives in the livejournal repo)?