From dc8c43fd6598220fde44afe13849338be2166e68 Mon Sep 17 00:00:00 2001 From: Abner Oliveira Date: Tue, 14 Jun 2016 16:28:51 -0300 Subject: [PATCH] adding KNOWN ISSUES section to README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index a78dd2a..b46c822 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,16 @@ See some important folders bellow: 1. Create an app folder inside custom-theme and add your custom scss files 1. Put the templates that you want to override in the same structure from the main application source, e.g.: `src/app/profile/profile.html` will be overriden by `themes/custom-theme/app/profile/profile.html` + +## Development environment + +## Known Issues + +### Message Translation: angular-i18n + + - Plural Interpolation only working when current language is En (English) + + `Plural Function not found for locale` + + For some reason the messageformat installed on bower_component directory was an older version. Removing the bower_components directory +and runing `bower install` solved the problem -- libgit2 0.21.2