-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I control the localization files #708
Comments
You can use afterPack, but if you can write code, it is better to prepare PR instead of hack on your side.
Yes, |
Do you know, for what so many empty |
For the moment I am adding quick fix to my gulp task. I'm going to put it here for reference. If I find some time ill try and make a pull request.
|
Do you like |
I'd probably be more inclined to add a list of languages as a setting, that's why I put I think it might be hard to get electron to remove the default ones. |
Is there a way of doing this without afterpack? I'm not using the programmatic api, and I don't want to start using it because of that (I run my build using gradle/kotlin, so no easy javascript support there). |
@fab1an for what? |
Never mind, I just added a |
Reopened — requested by 2 VIP users is enough to implement. |
Implemented. |
Hello, can I ask you why electron-builder does not accept pt-BR, zh-TW or zh? Is there any reason for that? |
I have figured out, that I have to use pt_BR, zh_TW and so on. Sorry for bothering you |
@develar Are VIP users still a thing? If yes how does one become a VIP user? |
I have this set: "packagerConfig": {
"icon": "build-resources/icon.icns",
"asar": {
"unpack": "**/.webpack/main/0.index.worker.js"
},
"extraResource": [
"localization",
"template/wiki"
],
"mac": {
"category": "productivity",
"target": "dmg",
"icon": "build-resources/icon.icns",
"electronLanguages": [
"zh_CN",
"en",
"ja"
]
}
}, But there are still lots of lproj files |
electronLanguagues with list of array / null is working fine with electron-builder : 23.3.3 |
Have the same problem: it seems like a bug in electron builder |
The electron zip file contains 100s of language.lproj folders, and this causes the mac app store to list the app as being available in all of these languages.
The text was updated successfully, but these errors were encountered: