From e69fddcd8e793c5f46f932b984254d02be8b0b0c Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Tue, 20 Jun 2017 10:24:45 +0100 Subject: [PATCH] Update translation instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85debd1..12fb079 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,10 @@ This repository generates http://keepachangelog.com/. Create a new directory in [`source/`][source] named after the ISO 639-1 code for the language you wish to translate Keep a Changelog to. For example, assuming you want to translate to French Canadian: + - create the `source/fr-CA` directory. -- duplicate the `source/en-US/index.html.haml` file in `source/fr-CA`. -- edit `source/fr-CA/index.html.haml` until your translation is ready. +- duplicate the `source/en/1.0.0/index.html.haml` file in `source/fr-CA`. +- edit `source/fr-CA/1.0.0/index.html.haml` until your translation is ready. - commit your changes to your own [fork][fork] - submit a [Pull Request][pull-request] with your changes