私はローカリゼーションアプリケーションを行います。このチュートリアルで使用して
I'am:http://robferguson.org/2015/07/22/internationalisation-i18n-and-localisation-l10n-for-ionic-apps/
ブラウザコンソールでionic serve
をきっかけに、次のエラーを与える:角度とイオンを使用する
lib.js:26793 Error: [$injector:unpr] Unknown provider: translateFilterProvider <- translateFilter http://errors.angularjs.org/1.5.3/ $injector/unpr?p0=translateFilterProvider%20%3C-%20translateFilter at http://192.168.1.66:8100/js/lib.js:13438:12 at http://192.168.1.66:8100/js/lib.js:17787:19 at Object.getService [as get] (http://192.168.1.66:8100/js/lib.js:17940:39) at http://192.168.1.66:8100/js/lib.js:17792:45 at Object.getService [as get] (http://192.168.1.66:8100/js/lib.js:17940:39) at http://192.168.1.66:8100/js/lib.js:32696:24 at isStateless (http://192.168.1.66:8100/js/lib.js:27441:12) at findConstantAndWatchExpressions (http://192.168.1.66:8100/js/lib.js:27498:33) at http://192.168.1.66:8100/js/lib.js:27452:7 at forEach (http://192.168.1.66:8100/js/lib.js:13691:20)
私が間違っているのか?
私のプロジェクトです:https://github.com/igorlimansky/esteem/tree/develop
この件についてお読みになることをお勧めします。
私のans:https:// stackを参照してください。 overflow.com/questions/47317089/multiple-languages-for-your-app – Husain