Skip to main content
Glama
constants.ts1.44 kB
/** * ASO (App Store Optimization) constants */ /** * App Store Connect supported locale list * Reference: https://developer.apple.com/documentation/appstoreconnectapi */ export const APP_STORE_SUPPORTED_LOCALES = [ "en-US", "en-AU", "en-CA", "en-GB", "ko-KR", "ja-JP", "zh-Hans", "zh-Hant", "zh-HK", "fr-FR", "fr-CA", "de-DE", "it-IT", "es-ES", "es-MX", "pt-BR", "pt-PT", "ru-RU", "ar-SA", "nl-NL", "sv-SE", "da-DK", "no-NO", "fi-FI", "pl-PL", "tr-TR", "vi-VN", "th-TH", "id-ID", "ms-MY", "hi-IN", "cs-CZ", "sk-SK", "hu-HU", "ro-RO", "uk-UA", "he-IL", "el-GR", ] as const; /** * Google Play Console supported language list * Reference: https://support.google.com/googleplay/android-developer/answer/9844778 */ export const GOOGLE_PLAY_SUPPORTED_LANGUAGES = [ "en-US", "en-AU", "en-CA", "en-GB", "en-IN", "en-SG", "ko-KR", "ja-JP", "zh-CN", "zh-TW", "zh-HK", "fr-FR", "fr-CA", "de-DE", "it-IT", "es-ES", "es-419", "es-US", "pt-BR", "pt-PT", "ru-RU", "ar-SA", "nl-NL", "sv-SE", "da-DK", "no-NO", "fi-FI", "pl-PL", "tr-TR", "vi-VN", "th-TH", "id-ID", "ms-MY", "hi-IN", "cs-CZ", "sk-SK", "hu-HU", "ro-RO", "uk-UA", "he-IL", "el-GR", "bg-BG", "hr-HR", "sr-RS", "sl-SI", "et-EE", "lv-LV", "lt-LT", ] as const; export const DEFAULT_LOCALE = "en-US" as const;

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/quartz-labs-dev/pabal-mcp'

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