MCPcopy Create free account
hub / github.com/Snapchat/Valdi / stringsJSONName

Function stringsJSONName

compiler/companion/src/strings/exportStringsFiles.ts:131–133  ·  view source on GitHub ↗
(locale: string)

Source from the content-addressed store, hash-verified

129}
130
131function stringsJSONName(locale: string): string {
132 return `strings-${locale}.json`;
133}
134
135function inputJSONPath(inputStringsDir: string, inputLocale: string) {
136 return path.join(inputStringsDir, stringsJSONName(inputLocale));

Callers 2

inputJSONPathFunction · 0.85
exportTranslationStringsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected