Split sentences for better readability
Closes https://github.com/PHPOffice/PHPExcel/pull/1147
This commit is contained in:
parent
b669d48f2f
commit
de57bf722c
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue