agg list
This commit is contained in:
@@ -134,8 +134,8 @@ PILLAR_NAME_ID_MAP: dict = {
|
||||
"sustainability": "Keberlanjutan",
|
||||
}
|
||||
|
||||
|
||||
INDICATOR_TRANSLATION_ID: dict = {
|
||||
# Kunci: indicator_name lowercase stripped
|
||||
INDICATOR_NAME_ID_MAP: dict = {
|
||||
# -------------------------------------------------------------------------
|
||||
# DIETARY ENERGY SUPPLY
|
||||
# -------------------------------------------------------------------------
|
||||
@@ -260,7 +260,6 @@ INDICATOR_TRANSLATION_ID: dict = {
|
||||
}
|
||||
|
||||
|
||||
|
||||
def get_country_name_id(country_name: str) -> str:
|
||||
"""Kembalikan terjemahan Bahasa Indonesia untuk nama negara."""
|
||||
return COUNTRY_NAME_ID_MAP.get(
|
||||
|
||||
Reference in New Issue
Block a user