CollectingStrategies
Defined in: src/enums/collecting-strategy.enum.ts:10
Strategies for collecting translations in the application, so that they don't have to be fetched multiple times.
Remarks
Each option describes which LocaleConfig should be collected.
Deprecated
Use CollectingStrategy instead. It'll be removed in upcoming releases.
Since
1.0.0
Author
Simon Kovtyk
Enumeration Members
| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
ALL | "all" | Collect every translation, regardless of the current LocaleConfig Since 1.0.0 Author Simon Kovtyk | src/enums/collecting-strategy.enum.ts:17 |
CURRENT | "current" | Collect only translations of the current locale Since 1.0.0 Author Simon Kovtyk | src/enums/collecting-strategy.enum.ts:24 |