-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Description
What type of request is this?
New feature for an existing tool
Clear and concise description of the feature you are proposing
Suggested enhancement for https://it-tools.tech/lorem-ipsum-generator
For localization and internationalization testing, it's often useful to generate placeholder text in languages or scripts that have certain properties. For example:
- Arabic/Hebrew - right-to-left layout support
- Chinese/Japanese/Thai - lack of spaces to delimit words
- German - lots of long words
- Turkish - different behavior for upper/lowercase conversion (
İi
andIı
) - Vietnamese - lots of diacritics
- Emoji - lots of non-BMP codepoints (alternatively, something like Osage or Gothic for something more "text-like" that still lies outside the BMP)
Is their example of this tool in the wild?
https://generator.lorem-ipsum.info provides various languages/scripts
Additional context
No response
Validations
- Check the feature is not already implemented in the project.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).