var i="messageLintRule.inlang.messageWithoutSource";var t={en:"Message without source"},n={en:"Checks for likely outdated messages.  A message with a missing source is usually an indication that the message (id) is no longer used in source code, but messages have not been updated accordingly."};var o={id:i,displayName:t,description:n,run:({message:e,settings:a,report:g})=>{e.variants.some(l=>l.languageTag===a.sourceLanguageTag)||g({messageId:e.id,languageTag:a.sourceLanguageTag,body:{en:`Message with id '${e.id}' is specified, but missing in the source.`}})}};var d=o;export{d as default};
