Function1<Path, Map<String, String>> pathToTrs = getTranslationsFile(getClass()) .andThen(TypeScriptTranslationsEmitter::decodeTranslationFile) .andThen(TypeScriptTranslationsEmitter::getIdentifierToKey);