diff --git a/source/i18n.js b/source/i18n.js index d0d8907c3..862f7483b 100644 --- a/source/i18n.js +++ b/source/i18n.js @@ -21,7 +21,7 @@ let lang = setToSessionStorage('lang', lang) i18next.init( { - debug: false, + debug: true, lng: lang, resources: { en: { diff --git a/source/locales/en.yaml b/source/locales/en.yaml index cb2305c17..e8982787a 100644 --- a/source/locales/en.yaml +++ b/source/locales/en.yaml @@ -205,3 +205,25 @@ De: From En-dessous de: Below Au-dessus de: Above Taux final: Final rate + +Créez votre entreprise: Start your business in France +subtitle: The ultimate how-to guide, from incorporation to hiring. +Commencer: Get started +accueil: + entreprise: + titre: Your new company + 1: Find the type of company that suits you + 2: Follow the steps to register your company + action: Create your company › + sécu: + titre: The French social security + 1: Discover the French social security system + 2: Simulate your hiring costs + action: Simulate hiring costs and benefits › + embauche: + titre: Your first employee + 1: Discover the procedures to hire in France + 2: Learn the basics of French labour law + action: Discover the hiring process › + +piedDePage: This website is provided by the <1>URSSAF1>, the French social security contributions collector, and the government’s public startup incubator, <4>beta.gouv.fr4>. diff --git a/source/sites/mycompanyinfrance.fr/layout/Footer/Footer.js b/source/sites/mycompanyinfrance.fr/layout/Footer/Footer.js index 981a769f1..30669a244 100644 --- a/source/sites/mycompanyinfrance.fr/layout/Footer/Footer.js +++ b/source/sites/mycompanyinfrance.fr/layout/Footer/Footer.js @@ -9,6 +9,8 @@ import { feedbackBlacklist } from '../../config' import './Footer.css' import betaGouvSvg from './logo-betagouv.svg' import Privacy from './Privacy' +import LangSwitcher from 'Components/LangSwitcher' +import { Trans, translate } from 'react-i18next' const Footer = ({ colours: { colour } }) => (
- This website is provided by the{' '}
- URSSAF, the French social security
- contributions collector, and the government’s public startup
- incubator, beta.gouv.fr.
+
- The ultimate how-to guide, from incorporation to hiring. -
- - Get started - - +export default translate()( + withColours(({ colours: { colour } }) => ( + <> +
-
- Create your company ›
+
+
+
+
+ {emoji('🇫🇷')}
+
+
+
- - Simulate hiring costs and benefits › - -
-
+
+
- - Discover the hiring process › - -
-
+
+