Translating Action Labels and DescriptionsProvide translations for your action labels and descriptions easily. (0.7)
Providing translations for the labels and descriptions of your actions is much the same as for field labels and descriptions. You just have to follow the naming conventions in your language .ini files:
ExampleSuppose you create an action called 'print_reports'. Your actions.ini file might look something like: [print_reports] Now, for your french users, you may want the label of this action to be "Rapports d'impression", and the description to be "Imprimer les rapports courants pour le jour". All you would have to do is add the following to your fr.ini file: actions.print_reports.label="Rapports d'impression"
|