locize-xcstrings
Version:
xcstrings2locize and locize2xcstrings converter xcstrings utils
25 lines (24 loc) • 772 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
Object.defineProperty(exports, "locize2xcstrings", {
enumerable: true,
get: function get() {
return _locize2xcstrings.default;
}
});
Object.defineProperty(exports, "xcstrings2locize", {
enumerable: true,
get: function get() {
return _xcstrings2locize.default;
}
});
var _xcstrings2locize = _interopRequireDefault(require("./xcstrings2locize.js"));
var _locize2xcstrings = _interopRequireDefault(require("./locize2xcstrings.js"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
var _default = exports.default = {
xcstrings2locize: _xcstrings2locize.default,
locize2xcstrings: _locize2xcstrings.default
};