{"nodes": [{"id": "apps_bot_src_i18n_index_ts", "label": "index.ts", "file_type": "code", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L1"}, {"id": "index_statici18nprovider", "label": "StaticI18nProvider", "file_type": "code", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L28"}, {"id": "index_statici18nprovider_get", "label": ".get()", "file_type": "code", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L29"}, {"id": "index_statici18nprovider_issupported", "label": ".isSupported()", "file_type": "code", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L33"}, {"id": "index_statici18nprovider_getsupportedlocales", "label": ".getSupportedLocales()", "file_type": "code", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L37"}, {"id": "index_seti18nprovider", "label": "setI18nProvider()", "file_type": "code", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L50"}, {"id": "index_geti18nprovider", "label": "getI18nProvider()", "file_type": "code", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L55"}, {"id": "index_resolvelocale", "label": "resolveLocale()", "file_type": "code", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L68"}, {"id": "index_normalizediscordlocale", "label": "normalizeDiscordLocale()", "file_type": "code", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L88"}, {"id": "index_t", "label": "t()", "file_type": "code", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L109"}, {"id": "index_getnestedvalue", "label": "getNestedValue()", "file_type": "code", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L134"}], "edges": [{"source": "apps_bot_src_i18n_index_ts", "target": "apps_bot_src_i18n_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L9", "weight": 1.0}, {"source": "apps_bot_src_i18n_index_ts", "target": "apps_bot_src_i18n_locales_en", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L17", "weight": 1.0}, {"source": "apps_bot_src_i18n_index_ts", "target": "apps_bot_src_i18n_locales_ko", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L18", "weight": 1.0}, {"source": "apps_bot_src_i18n_index_ts", "target": "index_statici18nprovider", "relation": "contains", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L28", "weight": 1.0}, {"source": "index_statici18nprovider", "target": "index_statici18nprovider_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L29", "weight": 1.0}, {"source": "index_statici18nprovider", "target": "index_statici18nprovider_issupported", "relation": "method", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L33", "weight": 1.0}, {"source": "index_statici18nprovider", "target": "index_statici18nprovider_getsupportedlocales", "relation": "method", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L37", "weight": 1.0}, {"source": "apps_bot_src_i18n_index_ts", "target": "index_seti18nprovider", "relation": "contains", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L50", "weight": 1.0}, {"source": "apps_bot_src_i18n_index_ts", "target": "index_geti18nprovider", "relation": "contains", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L55", "weight": 1.0}, {"source": "apps_bot_src_i18n_index_ts", "target": "index_resolvelocale", "relation": "contains", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L68", "weight": 1.0}, {"source": "apps_bot_src_i18n_index_ts", "target": "index_normalizediscordlocale", "relation": "contains", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L88", "weight": 1.0}, {"source": "apps_bot_src_i18n_index_ts", "target": "index_t", "relation": "contains", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L109", "weight": 1.0}, {"source": "apps_bot_src_i18n_index_ts", "target": "index_getnestedvalue", "relation": "contains", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L134", "weight": 1.0}, {"source": "index_statici18nprovider_get", "target": "index_getnestedvalue", "relation": "calls", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L30", "weight": 1.0}, {"source": "index_resolvelocale", "target": "index_normalizediscordlocale", "relation": "calls", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L72", "weight": 1.0}, {"source": "index_resolvelocale", "target": "index_statici18nprovider_issupported", "relation": "calls", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L76", "weight": 1.0}, {"source": "index_t", "target": "index_statici18nprovider_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L115", "weight": 1.0}], "raw_calls": [{"caller_nid": "index_statici18nprovider_issupported", "callee": "includes", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L34"}, {"caller_nid": "index_normalizediscordlocale", "callee": "toLowerCase", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L91"}, {"caller_nid": "index_normalizediscordlocale", "callee": "split", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L91"}, {"caller_nid": "index_t", "callee": "entries", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L120"}, {"caller_nid": "index_t", "callee": "replace", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L121"}, {"caller_nid": "index_getnestedvalue", "callee": "split", "source_file": "apps/bot/src/i18n/index.ts", "source_location": "L135"}]}