File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -209,28 +209,10 @@ manageTranslations({
209209* This config is only as illustration for all possible options, these arent
210210recommended configuration options.
211211
212- ### core
213- ``` js
214- core (languages, hooks);
215- ```
216-
217- This is the core of the translationManager. It just takes a list of languages
218- and an object with all kinds of hooks it will execute when running. Below you
219- can find all hooks.
212+ ### CoreMethods
220213
221- ``` js
222- const hooks = {
223- provideExtractedMessages,
224- outputSingleFile,
225- outputDuplicateKeys,
226- beforeReporting,
227- provideLangTemplate,
228- provideTranslationsFile,
229- provideWhitelistFile,
230- reportLanguage,
231- afterReporting,
232- };
233- ```
214+ These are the core methods of the translationManager and what purpose they
215+ serve.
234216
235217#### provideExtractedMessages
236218``` js
You can’t perform that action at this time.
0 commit comments