We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2782cd commit 8405266Copy full SHA for 8405266
modules/util.py
@@ -526,7 +526,7 @@ def get_country_local_translation(self, country_name: str) -> str:
526
Returns the local translation of the country name.
527
528
:param country_name: The full name of the country in english
529
- :return: The corresponding translation in the local language or "Not Found" if not in the dictionary.
+ :return: The corresponding translation in the local language or the english name itself if not in the dictionary.
530
"""
531
return self.country_local_translation.get(country_name, country_name)
532
0 commit comments