Skip to main content
Glama
missingTranslation.test.ts456 B
/* @vitest-environment node */ import { listMissingTranslations } from 'intlayer/cli'; import { describe, expect, it } from 'vitest'; describe('listMissingTranslations', () => { it('should return the missing translations', () => { const result = listMissingTranslations(); if (result.missingRequiredLocales.length > 0) { console.log(result.missingTranslations); } expect(result.missingRequiredLocales).toHaveLength(0); }); });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server