Skip to content

Commit 3094390

Browse files
committed
update readme
1 parent 7ca340e commit 3094390

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ requirejs.config({
6161

6262
* `languagePack` (default: false)
6363

64-
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).
64+
If true, this option gives 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)
6666

67-
This option is NOT used if `layerOnly = true`.
67+
This option is ignored if `layerOnly = true`.
6868

69-
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).
69+
This option defines 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).
7070

71-
* If `enhanceLayer = false`, the plugin only use the bundle from the layer. This is useful when a part of the application is an already built package distributed without the individual nls bundles.
71+
* If `enhanceLayer = false`, the plugin only uses the bundle from the layer. This is useful when a part of the application is an already built package distributed without the individual nls bundles.
7272

7373
* If `enhanceLayer = true`, the plugin will try to load a more specific individual bundle if one exist.
7474

0 commit comments

Comments
 (0)