Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.23 KB

Traduction.md

File metadata and controls

22 lines (16 loc) · 1.23 KB

Traduire CookieViz (Français)

La traduction de CookieViz se déroule en quelques étapes :

  • Copier/coller un fichier .json depuis le répertoire languages (fr.json/en.json)
  • Traduiser les contenus en respectant la structure et les noms des variables
  • Enregistrer le fichier sous la forme XX.json, XX correspondant deux caractères d'une langue suivant le standard ISO 639-1
  • Metter à jour la section "languages" du fichier browser.config.js à la racine de ce projet pour référencer cette nouvelle traduction.

Envoyez nous vos contributions au travers via des "pull requests" !

Translate CookieViz (Français)

The translation of CookieViz takes place in a few steps:

  • Copy / paste a .json file from the languages ​​directory (fr.json / en.json)
  • Translate the contents while respecting the structure and the names of the variables
  • Save the file as XX.json, XX corresponding to two characters of a language according to the [ISO 639-1] standard (https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1)
  • Update the "languages" section of the browser.config.js file at the root of this project with the new translation.

Send us your contributions through "pull requests"!