README
This commit is contained in:
parent
8d65dff93d
commit
2ea5b331b4
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
Description...
|
Description of the module...
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
{imgmd}
|
{imgmd}
|
||||||
-->
|
-->
|
||||||
|
|
||||||
Other modules are available on [Dolistore.com](https://www.dolistore.com).
|
Other external modules are available on [Dolistore.com](https://www.dolistore.com).
|
||||||
|
|
||||||
## Translations
|
## Translations
|
||||||
|
|
||||||
Translations can be define manually by editing files into directories *langs*.
|
Translations can be completed manually by editing files into directories *langs*.
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
This module contains also a sample configuration for Transifex, under the hidden directory [.tx](.tx), so it is possible to manage translation using this service.
|
This module contains also a sample configuration for Transifex, under the hidden directory [.tx](.tx), so it is possible to manage translation using this service.
|
||||||
|
|||||||
@ -65,7 +65,7 @@ class modMyModule extends DolibarrModules
|
|||||||
// Module description, used if translation string 'ModuleMyModuleDesc' not found (MyModule is name of module).
|
// Module description, used if translation string 'ModuleMyModuleDesc' not found (MyModule is name of module).
|
||||||
$this->description = "MyModuleDescription";
|
$this->description = "MyModuleDescription";
|
||||||
// Used only if file README.md and README-LL.md not found.
|
// Used only if file README.md and README-LL.md not found.
|
||||||
$this->descriptionlong = "MyModule description (Long)";
|
$this->descriptionlong = "MyModuleDescription";
|
||||||
|
|
||||||
// Author
|
// Author
|
||||||
$this->editor_name = 'Editor name';
|
$this->editor_name = 'Editor name';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user