From 90bb1ec7f7181436f776b127cad165eaeb9574fb Mon Sep 17 00:00:00 2001 From: JorisDebonnet Date: Sun, 25 May 2014 21:09:06 +0200 Subject: [PATCH] Update i18n.md Corrected a mistake: to make a new locale available (in particular for use with silverstripe/translatable), i18n:common_locales needs to be updated, not i18n:common_languages. --- docs/en/topics/i18n.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en/topics/i18n.md b/docs/en/topics/i18n.md index 43c4e2c9b..779133e64 100644 --- a/docs/en/topics/i18n.md +++ b/docs/en/topics/i18n.md @@ -91,15 +91,16 @@ In order to add a value, add the following to your `config.yml`: :::yml i18n: - common_languages: + common_locales: de_CGN: name: German (Cologne) native: Kölsch -Similarly, to change an existing existing language label, you can overwrite one of these keys: +Similarly, to change an existing language label, you can overwrite one of these keys: + :::yml i18n: - common_languages: + common_locales: en_NZ: native: Niu Zillund