9 lines
257 B
Text
9 lines
257 B
Text
|
Description:
|
||
|
Create the translation catalog file for Zammad or an addon
|
||
|
|
||
|
Example:
|
||
|
# Regenerate the catalog for Zammad
|
||
|
rails generate translation_catalog
|
||
|
|
||
|
# Regenerate for an addon
|
||
|
rails generate translation_catalog --addon /path/to/addon
|