()
| 21 | return rep; |
| 22 | } else { |
| 23 | function missing() { |
| 24 | var missing = 'Missing ' + loc + ' translation: ' + s; |
| 25 | if (typeof console !== "undefined") console.error(missing); |
| 26 | return missing; |
| 27 | } |
| 28 | |
| 29 | if (loc !== 'en') { |
| 30 | missing(); |
no outgoing calls
no test coverage detected
searching dependent graphs…