---
title: Post Processor
order: 11
---

Post processors allows to further manipulate the translation after lookup. Possible use cases are:

- [sprintf support](https://github.com/i18next/i18next-sprintf-postProcessor)
- [interval plurals](https://github.com/i18next/i18next-intervalPlural-postProcessor)
- markdown parsing
- ...

For usage read the docs of the used post processor
