| 532 | } |
| 533 | |
| 534 | class InternationalizationNode extends TreemaNode.nodeMap.object { |
| 535 | findLanguageName (languageCode) { |
| 536 | // to get around mongoose empty object bug, there's a prop in the object which needs to be ignored |
| 537 | if (languageCode === '-') { return '' } |
nothing calls this directly
no outgoing calls
no test coverage detected