File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
src/node/plugins/transformers Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 6363 < li > https://github.com/Laravel-Lang/common/blob/v14.6.2/src/Services/Renderer/ParagraphRenderer.php</ li >
6464 </ ul >
6565
66+ < ul >
67+ < li >
68+ < a
69+ href ="https://github.com/Laravel-Lang/common/tree/main/locales/ar "
70+ target ="_blank "
71+ rel ="noopener noreferrer ">
72+ ar
73+ < ExternalLinkIcon />
74+ </ a >
75+ </ li >
76+ </ ul >
77+
6678 < p > **Full Changelog**: https://github.com/Laravel-Lang/common/compare/12.18.3...12.20.4</ p >
6779
6880 < p > **Full Changelog**: 12.18.3...12.20.4</ p >
118130 < li > https://github.com/Laravel-Lang/publisher/blob/v14.6.2/src/Services/Renderer/ParagraphRenderer.php</ li >
119131 </ ul >
120132
133+ < ul >
134+ < li >
135+ < a
136+ href ="https://github.com/Laravel-Lang/lang/tree/main/locales/ar "
137+ target ="_blank "
138+ rel ="noopener noreferrer ">
139+ ar
140+ < ExternalLinkIcon />
141+ </ a >
142+ </ li >
143+ </ ul >
144+
121145 < p > **Full Changelog**: https://github.com/Laravel-Lang/lang/compare/12.18.3...12.20.4</ p >
122146
123147 < p > **Full Changelog**: 12.18.3...12.20.4</ p >
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ export const treesTransformer = Manager.create()
44 . setKey ( 'tree' )
55 . setCompactPatterns ( [
66 / \[ [ \s ` # @ ] * \d + ] \( h t t p s : \/ \/ g i t h u b \. c o m \/ ( [ \w \d \- _ ] + ) \/ ( [ \w \d \- _ ] + ) \/ t r e e \/ ( [ \d \w . \- _ \/ ] + ) \) / g,
7- / h t t p s : \/ \/ g i t h u b \. c o m \/ ( [ \w \d \- _ ] + ) \/ ( [ \w \d \- _ ] + ) \/ t r e e \/ ( [ \d \w . \- _ \/ ] + ) / g
7+ / (?< ! : " ) (?< = ^ | \s ) h t t p s : \/ \/ g i t h u b \. c o m \/ ( [ \w \d \- _ ] + ) \/ ( [ \w \d \- _ ] + ) \/ t r e e \/ ( [ \d \w . \- _ \/ ] + ) / g
88 ] )
You can’t perform that action at this time.
0 commit comments