MCP Server 2.0 (#452)
* MCP Server 2.0 - Updated application version from 2.23.14 to 2.24.0 in package.json. - MCP Server improved with new features - Migrated functionality from Dev Tools to MCP Server - Improved getMonitoringProvider not to crash application when misconfigured
This commit is contained in:
committed by
GitHub
parent
059408a70a
commit
f3ac595d06
@@ -22,6 +22,7 @@ export function createI18nSettings({
|
||||
supportedLngs: languages,
|
||||
fallbackLng: languages[0],
|
||||
detection: undefined,
|
||||
showSupportNotice: false,
|
||||
lng,
|
||||
preload: false as const,
|
||||
lowerCaseLng: true as const,
|
||||
|
||||
@@ -42,6 +42,7 @@ export async function initializeI18nClient(
|
||||
.init(
|
||||
{
|
||||
...settings,
|
||||
showSupportNotice: false,
|
||||
detection: {
|
||||
order: ['cookie', 'htmlTag', 'navigator'],
|
||||
caches: ['cookie'],
|
||||
|
||||
Reference in New Issue
Block a user