@crowdin/app-project-module
Version:
Module that generates for you all common endpoints for serving standalone Crowdin App
19 lines (18 loc) • 951 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["SOURCE_FILE"] = "source_file";
ContextOptionsLocations["TRANSLATED_FILE"] = "translated_file";
})(ContextOptionsLocations = exports.ContextOptionsLocations || (exports.ContextOptionsLocations = {}));
var ContextOptionsTypes;
(function (ContextOptionsTypes) {
ContextOptionsTypes["MODAL"] = "modal";
ContextOptionsTypes["NEW_TAB"] = "new_tab";
ContextOptionsTypes["REDIRECT"] = "redirect";
})(ContextOptionsTypes = exports.ContextOptionsTypes || (exports.ContextOptionsTypes = {}));