From 23fe42c577fffa0566c4e0929fcd97fe6a5fd25a Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Wed, 30 Sep 2020 18:11:56 +0200 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20r=C3=A9pare=20les=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mon-entreprise/source/locales/rules-en.yaml | 12 ++++++++++++ mon-entreprise/webpack.prod.legacyBrowser.js | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/mon-entreprise/source/locales/rules-en.yaml b/mon-entreprise/source/locales/rules-en.yaml index 361f12bc0..8d4844833 100644 --- a/mon-entreprise/source/locales/rules-en.yaml +++ b/mon-entreprise/source/locales/rules-en.yaml @@ -4183,6 +4183,18 @@ dirigeant . indépendant . PL . CARMF . invalidité décès: Sans communication des revenus professionnels non salariés et de l’avis d’imposition de l’avant dernière année, le taux d’indemnisation ne peut être fixé. Dans l’attente de la réception de ce document l’indemnisation sera basée sur le taux prévu pour la classe A. titre.en: '[automatic] disability and death (CARMF)' titre.fr: invalidité et décès (CARMF) +dirigeant . indépendant . PL . CARMF . retraite CNAVPL: + description.en: > + [automatic] To compensate for the increase in the CSG, sector 1 doctors + benefit from a contribution from the health insurance (rider No. 5 of the + medical agreement) to the financing of their contributions to the basic + scheme. + description.fr: > + Pour compenser la hausse de la CSG, les médecins de secteur 1 bénéficient + d'une participation de l'assurance maladie (avenant n°5 de la convention + médicale) au financement de leurs cotisations du régime de base. + titre.en: '[automatic] CNAVPL basic pension (after CPAM participation)' + titre.fr: retraite de base CNAVPL (après participation CPAM) dirigeant . indépendant . PL . CARMF . retraite complémentaire: titre.en: '[automatic] supplementary pension (CARMF)' titre.fr: retraite complémentaire (CARMF) diff --git a/mon-entreprise/webpack.prod.legacyBrowser.js b/mon-entreprise/webpack.prod.legacyBrowser.js index 130bf0464..92d1ba1a2 100644 --- a/mon-entreprise/webpack.prod.legacyBrowser.js +++ b/mon-entreprise/webpack.prod.legacyBrowser.js @@ -2,7 +2,6 @@ const { map } = require('ramda') const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin') const prod = require('./webpack.prod') -const { HTMLPlugins } = require('./webpack.common') const { commonLoaders, styleLoader } = require('../webpack/common') const { EnvironmentPlugin } = require('webpack')