1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-10-30 22:33:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update i18n strings to include whitespace in file size exceeded messages for English and Chinese locales

This commit is contained in:
sunnylqm
2025-04-23 20:55:33 +08:00
parent b22c598ca4
commit 0cfb1a9beb
3 changed files with 5 additions and 2 deletions

View File

@@ -15,6 +15,9 @@ i18next.init({
translation: zh,
},
},
interpolation: {
escapeValue: false,
},
});
declare module 'i18next' {