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