diegofelipece/mussum-ipsum

Add "Lorem ipsum dolor sit amet." text to the first paragraph of the text

Closed this issue · 1 comments

Starting the dummy text with "Lorem ipsum dolor sit amet." sentence kind of standard way to do that even the following texts are not Latin. Especially customers will not confuse about that since they know it's dummy and will be replaced with actually content.

Thanks for your comment @kutsan. I got your point, but I don't believe we should change that, because the script was made to serve a custom Dummy text generator called Mussum Ipsum (something like a brazilian version of the Slipsum. But, anyway, with a simple configuration on the mainQuote you can change that. For example:

var loremIpsum = mIpsum({
     mainQuote: "Lorem Ipsum dolor sit ammet."
});

This will change the start from "Mussum Ipsum, vidis litro abertis", for the classic Lorem Ipsum :)