@@ -248,6 +248,15 @@ Custom Material SVG Icons will only show up when the application is deployed on
...
@@ -248,6 +248,15 @@ Custom Material SVG Icons will only show up when the application is deployed on
- pour l'entête d'un _template_container_: `{... "type": "template_container",
- pour l'entête d'un _template_container_: `{... "type": "template_container",
"help": "aide.html", ...}`
"help": "aide.html", ...}`
- éventuellement l'URL de l'aide pour un résultat en particulier, dans le bloc d'options de la configuration :
- ```json
{
"type": "options",
…
"resultsHelp": {
"HG": "devalaison/grille.html#hauteur-de-grille"
}
- dans _src/app/calculators/ma-calculette_ :
- dans _src/app/calculators/ma-calculette_ :
Créer les fichiers d'internationalisation (_ma-calculette.<langue>.json_). Il doivent reprendre tous les ids utilisés dans le fichier de configuration et fournir leur traduction.
Créer les fichiers d'internationalisation (_ma-calculette.<langue>.json_). Il doivent reprendre tous les ids utilisés dans le fichier de configuration et fournir leur traduction.