This commit is contained in:
Debby
2026-06-07 11:39:09 +07:00
parent f512b73d32
commit 1007e30764
@@ -134,8 +134,8 @@ PILLAR_NAME_ID_MAP: dict = {
"sustainability": "Keberlanjutan", "sustainability": "Keberlanjutan",
} }
# Kunci: indicator_name lowercase stripped
INDICATOR_TRANSLATION_ID: dict = { INDICATOR_NAME_ID_MAP: dict = {
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# DIETARY ENERGY SUPPLY # DIETARY ENERGY SUPPLY
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
@@ -260,7 +260,6 @@ INDICATOR_TRANSLATION_ID: dict = {
} }
def get_country_name_id(country_name: str) -> str: def get_country_name_id(country_name: str) -> str:
"""Kembalikan terjemahan Bahasa Indonesia untuk nama negara.""" """Kembalikan terjemahan Bahasa Indonesia untuk nama negara."""
return COUNTRY_NAME_ID_MAP.get( return COUNTRY_NAME_ID_MAP.get(