Skip to content
riconeitzel edited this page Dec 4, 2012 · 3 revisions

Create multiple modman lines at once

If you ever do have a module with 50 languages and you want to use modman to symlink the translations, use this on the command line:

$ for lang in locale/*/My_Module.csv; do echo "$lang app/$lang" >> modman; done