-
Notifications
You must be signed in to change notification settings - Fork 534
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
Localization via satellite assemblies doesn't work for android when the app built in debug mode. #7622
Comments
Issue moved from dotnet/maui#4470
From @shimingsg on Thursday, February 17, 2022 10:10:53 AM Verified Repro with Android 11, Repro project |
Issue moved from dotnet/maui#4470
From @AntonKosenkoDX on Thursday, May 19, 2022 5:12:25 AM Hello, we are developing DevExpress .NET MAUI controls and experienced the same issue. This issue has a Normal priority for us but we don't have a workaround. Thank you for your help. |
Issue moved from dotnet/maui#4470
From @AntonKosenkoDX on Monday, June 27, 2022 6:56:54 AM @jsuarezruiz Hello! Any update on this issue? |
Issue moved from dotnet/maui#4470
From @msftbot[bot] on Tuesday, August 30, 2022 3:11:56 PM We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Issue moved from dotnet/maui#4470
From @tranb3r on Wednesday, November 9, 2022 7:55:39 AM Hello, |
Issue moved from dotnet/maui#4470
From @jonathanpeppers on Thursday, November 10, 2022 4:29:22 PM #2012 is very old, I wouldn't focus on that. This is the first I've seen this issue for .NET 6+, I'll try the sample above. My guess is the Humanizer library is doing something to cause this issue, but I will check. |
Issue moved from dotnet/maui#4470
From @tranb3r on Thursday, November 24, 2022 7:05:59 PM Any update on this issue ? Thanks |
Issue moved from dotnet/maui#4470
From @jonathanpeppers on Monday, November 28, 2022 4:46:38 PM I think @dellis1972 is going to look into this one. |
Issue moved from dotnet/maui#4470
From @dellis1972 on Monday, November 28, 2022 6:18:04 PM I've been investigating, the localised assemblies (*.resources.dll) are NOT beiing fast deployed to the device. |
It's not really fun watching you guys close old tickets and open new ones for the same issue. |
The issue was transfered, not closed. The maui team are not equipt to investigate/fix android specific issues, and this one was identified as android specific, so it has been transfered to the correct rep. As I said in the previous issue
My investigation has so far discovered that localisation does work for the standard resx senarios (we have tests for that). In this case Humanizer does something different. It publishes its localized assemblies in seperate NuGet packages, so the assemblies do not end up in the correct ItemGroup ( |
@jonpryor |
It is in a private repo, so you won't be able to see it: Currently testing if we can backport at: #7741 |
Issue moved from dotnet/maui#4470
From @nevse on Wednesday, February 2, 2022 12:39:22 PM
Description
If I run app in debug mode
dotnet build -t:Run -f:net6.0-android
it doesn't show translated message. Fordotnet build -t:Run -f:net6.0-android -c:Release
it does.Project to reproduce - https://github.com/nevse/Maui-Tests-Localization1
Steps to Reproduce
dotnet new maui -n HumanaizerTests
de
and use Humanizer to read data localization resourcesdotnet build -t:Run -f net6.0-android
and release modedotnet build -t:Run -f:net6.0-android -c:Release
Version with bug
Preview 12 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: