Comment 2 for bug 1237992

Revision history for this message
David Planella (dpm) wrote : Re: Need to load translations from .desktop files for click apps

Translations for the app themselves are handled separately. The path to load translations from is set in the app with i18n.textdomain, which generally developers won't even need to set, as the SDK takes care of it (*).

See comment #2 from Sergio on bug 1233071 about Unity finding the translations from the desktop files.

As per the translations of the click scope desktop files (and descriptions) I believe these will need to be handled differently, as they live on the store. I'm subscribing Martin Albisetti for this one, as he can provide more details, but I think we'll need a separate bug for loading translations from the click scope.

(*) Or will do it, once the fix for bug 1233071 lands