Skip to content

Commit b1fe0c0

Browse files
committed
ilri/fix_initiative_mappings.py: fix text lang
1 parent d6c0217 commit b1fe0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ilri/fix_initiative_mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def parse_community(community_id):
128128
# Column names in the CSV
129129
id_column_name = "id"
130130
collection_column_name = "collection"
131-
initiative_column_name = "cg.contributor.initiative[en_US]"
131+
initiative_column_name = "cg.contributor.initiative[en]"
132132
# The prefix for all Initiative collection names
133133
initiative_column_name_prefix = "CGIAR Initiative on "
134134

0 commit comments

Comments
 (0)