From 02b8562a7598cf642bc72433dd5a3853bb652a95 Mon Sep 17 00:00:00 2001 From: Rob Hicks Date: Thu, 7 Apr 2016 07:04:03 -0600 Subject: [PATCH] add i18nt plugin to registry --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index fa9d6f1..2c7c43c 100644 --- a/registry.json +++ b/registry.json @@ -4,6 +4,7 @@ "css": "github:systemjs/plugin-css", "ember-hbs": "github:n-fuse/plugin-ember-hbs", "font": "github:guybedford/system-font", + "i18nt": "github:robhicks/plugin-i18nt", "image": "github:systemjs/plugin-image", "jade": "github:johnsoftek/plugin-jade", "json": "github:systemjs/plugin-json",