Commit dc8c43fd6598220fde44afe13849338be2166e68
1 parent
aa54e8a5
Exists in
master
and in
10 other branches
adding KNOWN ISSUES section to README.md
Showing
1 changed file
with
13 additions
and
0 deletions
Show diff stats
README.md
@@ -50,3 +50,16 @@ See some important folders bellow: | @@ -50,3 +50,16 @@ See some important folders bellow: | ||
50 | 1. Create an app folder inside custom-theme and add your custom scss files | 50 | 1. Create an app folder inside custom-theme and add your custom scss files |
51 | 1. Put the templates that you want to override in the same structure from the main application source, e.g.: | 51 | 1. Put the templates that you want to override in the same structure from the main application source, e.g.: |
52 | `src/app/profile/profile.html` will be overriden by `themes/custom-theme/app/profile/profile.html` | 52 | `src/app/profile/profile.html` will be overriden by `themes/custom-theme/app/profile/profile.html` |
53 | + | ||
54 | +## Development environment | ||
55 | + | ||
56 | +## Known Issues | ||
57 | + | ||
58 | +### Message Translation: angular-i18n | ||
59 | + | ||
60 | + - Plural Interpolation only working when current language is En (English) | ||
61 | + | ||
62 | + `Plural Function not found for locale` | ||
63 | + | ||
64 | + For some reason the messageformat installed on bower_component directory was an older version. Removing the bower_components directory | ||
65 | +and runing `bower install` solved the problem |