Experimental project
This is a sandbox project, which contains experimental code for developer use only.
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.
Project information
- Project categories: Developer tools
- Created by fejn on , updated