Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
13 lines
312 B
PHP
13 lines
312 B
PHP
<?php
|
||
|
||
/**
|
||
* ⚠️ Editing not allowed except for 'en' language.
|
||
*
|
||
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
|
||
*/
|
||
|
||
return [
|
||
'title' => 'Évolutions du produit',
|
||
'note' => 'Remarque : malheureusement, cette page est uniquement en Anglais.',
|
||
];
|