Update langs

This commit is contained in:
Paul Frazee
2023-12-28 20:37:40 -08:00
parent e7f80ae66c
commit 205e8eb276
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = function withAndroidManifestPlugin(appConfig) {
decoratedAppConfig.modResults.contents = `${str.slice(
0,
index,
)}\nresConfigs "en", "hi", "ja", "fr", "de", "es"\n${str.slice(index)}`
)}\nresConfigs "en", "hi", "ja", "fr"\n${str.slice(index)}`
return decoratedAppConfig
})