(target, prop)
| 205 | }, |
| 206 | { |
| 207 | get(target, prop) { |
| 208 | const lang = userLang |
| 209 | const strings = getTranslations(lang) |
| 210 | return strings[prop] || translations['en'][prop] |
| 211 | } |
| 212 | } |
| 213 | ) |
| 214 | const domainParts = window.location.hostname.split('.').slice(-2) |
nothing calls this directly
no test coverage detected