Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlashpointProject/launcher
/ fillExportPattern
Function
fillExportPattern
updateLangs.mjs:72–75 ·
view source on GitHub ↗
(pattern, langInfo)
Source
from the content-addressed store, hash-verified
70
}
71
72
function
fillExportPattern(pattern, langInfo) {
73
return
pattern
74
.replace(
'%locale%'
, langInfo.locale);
75
}
76
77
const
opts = {
78
minTranslation: 80,
Callers
1
updateLangs.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected