Skip to content

Commit

Permalink
pref:插件国际化properties文件value值支持引入文件 #9366
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Nov 3, 2023
1 parent c884094 commit 0081e7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ object TextReferenceFileAnalysisUtil {
val analysisMatcher: Matcher = analysisPattern.matcher(content)
while (analysisMatcher.find()) {
val match = analysisMatcher.group()
content = content.replace(match, "![${key}](${value})")
content = content.replace(match, "![$key]($value)")
}
}
return content
Expand Down

0 comments on commit 0081e7c

Please sign in to comment.