()
| 49 | } |
| 50 | |
| 51 | static async getLangs() { |
| 52 | const translations = await import('../translations/index.js') |
| 53 | return translations.default |
| 54 | } |
| 55 | |
| 56 | static get langs() { |
| 57 | // Synchronous fallback - may be empty initially |
no outgoing calls
no test coverage detected