MCPcopy Create free account
hub / github.com/angular-app/angular-app / localizedMessages.js

File localizedMessages.js

client/src/common/services/localizedMessages.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1angular.module('services.localizedMessages', []).factory('localizedMessages', ['$interpolate', 'I18N.MESSAGES', function ($interpolate, i18nmessages) {
2
3 var handleNotFound = function (msg, msgKey) {
4 return msg || '?' + msgKey + '?';

Callers

nothing calls this directly

Calls 1

handleNotFoundFunction · 0.85

Tested by

no test coverage detected