ubuntu-flutter-community / musicpod

Music, radio, television and podcast player for Ubuntu, Windows, MacOs and maybe soon Android
GNU General Public License v3.0
415 stars 50 forks source link

Country name is displayed incorrectly #863

Open jdiegoaez opened 1 month ago

jdiegoaez commented 1 month ago

Captura desde 2024-08-16 17-56-50

It should be written: Costa Rica

dongfengweixiao commented 4 weeks ago

This error is caused by podcast_dearch, it is recommended to do so in https://github.com/amugofjava/podcast_search submit issue.

https://github.com/amugofjava/podcast_search/blob/2c2e362eadf310c80074a3901a155d394afc5839/lib/src/model/country.dart#L61

costarica(code: 'cr'), -> costaRica(code: 'cr'),

dongfengweixiao commented 3 weeks ago

Typing error in country name #21

@jdiegoaez submitted an issue in podcast_search, and musicpod needs to update dependencies after the updated version of podcast_search.

If need to support localization of region names, may need to re-enable this part of the code and do something. https://github.com/ubuntu-flutter-community/musicpod/blob/3a4730c4a7c5cb03423b02e617756f7854f1b540/lib/common/view/languages.dart#L412

@Feichtmeier

dongfengweixiao commented 3 weeks ago

@jdiegoaez I submitted a patch to display the localized names of regions, and if possible, you might be able to add local translations for it. musicpod/tree/main/lib/l10n