@crowdin/app-project-module
Version:
Module that generates for you all common endpoints for serving standalone Crowdin App
20 lines (19 loc) • 995 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContextOptionsTypes = exports.ContextOptionsLocations = void 0;
var ContextOptionsLocations;
(function (ContextOptionsLocations) {
ContextOptionsLocations["TM"] = "tm";
ContextOptionsLocations["GLOSSARY"] = "glossary";
ContextOptionsLocations["LANGUAGE"] = "language";
ContextOptionsLocations["SCREENSHOT"] = "screenshot";
ContextOptionsLocations["STYLE_GUIDE"] = "style_guide";
ContextOptionsLocations["SOURCE_FILE"] = "source_file";
ContextOptionsLocations["TRANSLATED_FILE"] = "translated_file";
})(ContextOptionsLocations || (exports.ContextOptionsLocations = ContextOptionsLocations = {}));
var ContextOptionsTypes;
(function (ContextOptionsTypes) {
ContextOptionsTypes["MODAL"] = "modal";
ContextOptionsTypes["NEW_TAB"] = "new_tab";
ContextOptionsTypes["REDIRECT"] = "redirect";
})(ContextOptionsTypes || (exports.ContextOptionsTypes = ContextOptionsTypes = {}));