Skip to content

Commit 88ac87f

Browse files
committed
check travis configuration
1 parent 988b3e4 commit 88ac87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ requirejs.config({
5555
});
5656
```
5757
* `layerOnly` (default: false)
58-
58+
5959
If `layerOnly = true`, the plugin is only looking for nls bundles in built nls layers. `layerOnly` must be true if only the built nls layers are deployed with the application.
6060
If the individual nls bundles are also deployed, `layerOnly` should be false.
6161

6262
* `languagePack` (default: false)
6363

6464
If true, this option give the possibility to add new locales to the application just by adding the corresponding built nls layer. However, this will result in more http requests (and some expected 404 in the console), so it should only be used in low latency environments (like cordova applications).
6565
* `enhanceLayer` (default: true)
66-
66+
6767
This option is NOT used if `layerOnly = true`.
6868

6969
This option define the behaviour of the plugin when a bundle is retrieved from a layer with a less specific locale than requested (ie: bundle `en` from layer when `en-us` was requested).

0 commit comments

Comments
 (0)