From 0ecf8304c3534405c031024d6d2faddc2ffc8f6f Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 18 Dec 2019 12:05:57 +0100 Subject: [PATCH] Add 'useful plugins' section Several people asked for multilanguage/i18n solutions for panini (https://github.com/foundation/panini/issues/180, https://github.com/foundation/panini/issues/45). Adding this to the readme can help others. --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index e19360f..af13ea2 100644 --- a/readme.md +++ b/readme.md @@ -166,3 +166,8 @@ npm install ``` Use `npm test` to run tests. + +## Useful Plugins + +**Localization** +* [gulp-html-i18n](https://github.com/webyom/gulp-html-i18n): Internationalize your HTML files with gulp! \ No newline at end of file