Split sentences for better readability

Closes https://github.com/PHPOffice/PHPExcel/pull/1147
This commit is contained in:
NilsRenaud 2017-03-12 11:02:43 +09:00 committed by Adrien Crivelli
parent b669d48f2f
commit de57bf722c
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 5 additions and 4 deletions

View File

@ -190,12 +190,13 @@ if (!$validLocale) {
} }
``` ```
If Brazilian Portuguese language files aren't available, then Portuguese - If Brazilian Portuguese language files aren't available, then Portuguese
will be enabled instead: if Portuguese language files aren't available, will be enabled instead
- If Portuguese language files aren't available,
then the setLocale() method will return an error, and American English then the setLocale() method will return an error, and American English
(en\_us) settings will be used throughout. (en\_us) settings will be used throughout.
More details of the features available once a locale has been set, More details of the features available once a locale has been set,
including a list of the languages and locales currently supported, can including a list of the languages and locales currently supported, can
be found in the section of this document entitled "Locale Settings for be found in [Locale Settings for
Formulae". Formulae](./recipes.md#locale-settings-for-formulae).