} else {
Preconditions.checkState(
bidiGlobalDir == null || bidiGlobalDir.isStaticValue(),
"If using bidiGlobalIsRtlCodeSnippet, must also enable shouldGenerateGoogMsgDefs.");
try {
(new InsertMsgsVisitor(msgBundle, false)).exec(soyTree);
} catch (EncounteredPlrselMsgException e) {
throw SoySyntaxExceptionUtils.createWithNode(
"JS code generation currently only supports plural/select messages when" +
" shouldGenerateGoogMsgDefs is true.",
e.msgNode);