Skip to content
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

Pass the language code to iTunes search api to get localized release notes #443

Closed
wants to merge 5 commits into from

Conversation

Add00w
Copy link
Contributor

@Add00w Add00w commented Sep 3, 2024

fixes #314

@@ -239,6 +239,37 @@ class Upgrader with WidgetsBindingObserver {
state.countryCodeOverride ?? findCountryCode(locale: locale);
if (state.debugLogging) {
print('upgrader: countryCode: $country');
// The language code of the locale, defaulting to `en`.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code looks old and is already in the master branch. Can you check your PR merge point to see that it points to the latest code.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code looks old and is already in the master branch. Can you check your PR merge point to see that it points to the latest code.

Sorry @larryaasen I would be very happy to fix the merge conflicts but since I am not working on the project that uses this package I will need more time to check how the code is working and that my changes are working well and I am little bit busy these days with another projects so look in to the other similar PRs.

@larryaasen
Copy link
Owner

This PR seems similar to #439.

@larryaasen
Copy link
Owner

Fixed in #439

@larryaasen larryaasen closed this Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

languageCode doesnt override the default one
2 participants