From 8e03956176c6210b816ec573b4d63c7cb08bc98c Mon Sep 17 00:00:00 2001 From: DorsetDigital Date: Tue, 15 May 2018 21:11:32 +0100 Subject: [PATCH] DOCS Update translatable module link to fluent Change recommended multilingual module to Fluent --- docs/en/02_Developer_Guides/13_i18n/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/02_Developer_Guides/13_i18n/index.md b/docs/en/02_Developer_Guides/13_i18n/index.md index 409eace1d..1266c8e6c 100644 --- a/docs/en/02_Developer_Guides/13_i18n/index.md +++ b/docs/en/02_Developer_Guides/13_i18n/index.md @@ -7,8 +7,8 @@ The i18n class (short for "internationalization") in SilverStripe enables you to different languages based on your global settings and the preferences of your website users. This process is also known as l10n (short for "localization"). -For translating any content managed through the CMS or stored in the database, please use the -[translatable](http://github.com/silverstripe/silverstripe-translatable) module. +For translating any content managed through the CMS or stored in the database, we recommend using the +[Fluent](https://github.com/tractorcow/silverstripe-fluent) module. This page aims to describe the low-level functionality of the i18n API. It targets developers who: