(inputStringsDir: string, inputLocale: string)
| 133 | } |
| 134 | |
| 135 | function inputJSONPath(inputStringsDir: string, inputLocale: string) { |
| 136 | return path.join(inputStringsDir, stringsJSONName(inputLocale)); |
| 137 | } |
| 138 | |
| 139 | function iosLocalizableStringName(moduleName: string, outputLocale: string) { |
| 140 | return path.join(`${outputLocale}.lproj`, `valdi_modules_${moduleName}.strings`); |
no test coverage detected