tflori / angular-translator

translation module for angular
https://tflori.github.io/angular-translator/
MIT License
21 stars 6 forks source link

Version 2.X documentation update request #55

Closed maciej-sielski closed 7 years ago

maciej-sielski commented 7 years ago

Hi, TranslationLoaderJson has invalid documentation. On last example, in main.ts file we have a loaderOptions object which has path field set to 'assets/localization/-lang.json'. This will resolve in file lookup error. I think this should be changed to 'assets/localization/{{ language }}-lang.json'.

tflori commented 7 years ago

thanks for your contribution. the problem is solved: https://tflori.github.io/angular-translator/TranslationLoaderJson.html