fastcomments-react-native-sdk
Version:
React Native FastComments Components. Add live commenting to any React Native application.
12 lines (11 loc) • 841 B
JavaScript
export var CommentCancelTranslations;
(function (CommentCancelTranslations) {
CommentCancelTranslations["CONFIRM_CANCEL_REPLY_TITLE"] = "CONFIRM_CANCEL_REPLY_TITLE";
CommentCancelTranslations["CONFIRM_CANCEL_REPLY"] = "CONFIRM_CANCEL_REPLY";
CommentCancelTranslations["CONFIRM_CANCEL_REPLY_CANCEL"] = "CONFIRM_CANCEL_REPLY_CANCEL";
CommentCancelTranslations["CONFIRM_CANCEL_REPLY_OK"] = "CONFIRM_CANCEL_REPLY_OK";
CommentCancelTranslations["CONFIRM_CANCEL_EDIT_TITLE"] = "CONFIRM_CANCEL_EDIT_TITLE";
CommentCancelTranslations["CONFIRM_CANCEL_EDIT"] = "CONFIRM_CANCEL_EDIT";
CommentCancelTranslations["CONFIRM_CANCEL_EDIT_CANCEL"] = "CONFIRM_CANCEL_EDIT_CANCEL";
CommentCancelTranslations["CONFIRM_CANCEL_EDIT_OK"] = "CONFIRM_CANCEL_EDIT_OK";
})(CommentCancelTranslations || (CommentCancelTranslations = {}));