feat(i18n): add mobile localization release gates

This commit is contained in:
poyrazavsever
2026-07-21 13:38:06 +03:00
parent 1653e4f61d
commit c40c025d05
12 changed files with 784 additions and 91 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const config = [
...nextCoreWebVitals,
...nextTypeScript,
{
ignores: ['**/*.old.*'],
ignores: ['**/*.old.*', 'extract_keys.js', 'fix_payloads.js', 'inject_*.js', 'patch_*.js'],
},
]