mlgenerate
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
A set of modules that extends the generate content capabilities of Devel to the multilingual arena. It does not affect the current capabilities of the Devel module.
Generate content
Accelerate development of your site or module by quickly generating:
- Content types(nodes)
- Comments
- Article content
- Menus
- Taxonomies
- Terms/vocabularies
- Users
for the following languages:
- Chinese
- Japanese
- Arabic
- Hebrew
for the following languages/character sets:
- Greek
- Hindi (Devanagari)
- Cyrillic
- Arabic
- Hebrew
- Chinese
- Japanese
- Thai
- Lao
- Vietnamese
A developer can generate content for language X without having to be fluent in that language. As always, a basic familiarity with the language may help here. No translation capability is intended for this module.
it is intended that this work from drush:drush ml-generate --lang "Chinese" --type "paragraph" --num 5
This command would generate 5 paragraphs worth of Chinese (Lorem ipsum) text.
Dependencies
This module depends on devel - in particular, devel_generate. requires drush to use it from the command line.
