Skip to content

Commit ed771cb

Browse files
author
Gertjan Reynaert
committed
docs(Core): Remove core from readme
1 parent 0df3821 commit ed771cb

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

README.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -209,28 +209,10 @@ manageTranslations({
209209
*This config is only as illustration for all possible options, these arent
210210
recommended 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

0 commit comments

Comments
 (0)