[Update] Prepare to the beta test. Disable the window refresh function(f5 key) and i18n debug mode.

This commit is contained in:
Sakamoto Shiina
2024-12-14 18:20:56 +09:00
parent b3a4a25504
commit 9b0a71cccc
4 changed files with 30 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ i18n
resources,
lng: "en",
fallbackLng: "en",
debug: true,
// debug: true,
interpolation: {
escapeValue: false, // react already safes from xss
},