This commit is contained in:
Laurent Destailleur 2021-01-13 12:36:33 +01:00
parent 8d65dff93d
commit 2ea5b331b4
2 changed files with 4 additions and 4 deletions

View File

@ -2,17 +2,17 @@
## Features ## Features
Description... Description of the module...
<!-- <!--
![Screenshot mymodule](img/screenshot_mymodule.png?raw=true "MyModule"){imgmd} ![Screenshot mymodule](img/screenshot_mymodule.png?raw=true "MyModule"){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.

View File

@ -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';