Base solution for your next web application
Open Closed

How to track missed translations #2384


User avatar
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)
  • User Avatar
    0
    rvanwoezik created

    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

  • User Avatar
    0
    alexzapros created

    Well, yes - but if there any way to attach cutom handler to it event?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @rvanwoezik, thanks for your answer :).

    @AlexZapros, there is no event for that, you need to manually check for that.