From de57bf722c655b990db314dd4d822cd091ec07b0 Mon Sep 17 00:00:00 2001 From: NilsRenaud Date: Sun, 12 Mar 2017 11:02:43 +0900 Subject: [PATCH] Split sentences for better readability Closes https://github.com/PHPOffice/PHPExcel/pull/1147 --- docs/topics/settings.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/topics/settings.md b/docs/topics/settings.md index f24adecb..51eb7f1b 100644 --- a/docs/topics/settings.md +++ b/docs/topics/settings.md @@ -190,12 +190,13 @@ if (!$validLocale) { } ``` -If Brazilian Portuguese language files aren't available, then Portuguese -will be enabled instead: if Portuguese language files aren't available, +- If Brazilian Portuguese language files aren't available, then Portuguese +will be enabled instead +- If Portuguese language files aren't available, then the setLocale() method will return an error, and American English (en\_us) settings will be used throughout. More details of the features available once a locale has been set, including a list of the languages and locales currently supported, can -be found in the section of this document entitled "Locale Settings for -Formulae". +be found in [Locale Settings for +Formulae](./recipes.md#locale-settings-for-formulae).