0
alexzapros created
Hi,
When translating app there is some forget to add translations to it. And you will see it only then when looking into UI.
Is there any ways to track fallback translations - may be logs?
3 Answer(s)
-
0
Hi Alex,
For MVC5 -AngularJs 1.5 version in the Web project there is an App_Data folder with Log -> Log.txt
There you can see for instance:
WARN 2017-01-26 12:09:28,970 [6 ] Abp.Logging.LogHelper - Can not find 'HumanResources' in localization source 'PhoogleZero'!
Hope this helps! Kind regards, Rene van Woezik
-
0
Well, yes - but if there any way to attach cutom handler to it event?
-
0
Hi @rvanwoezik, thanks for your answer :).
@AlexZapros, there is no event for that, you need to manually check for that.