Skip to content

Commit 86299a8

Browse files
authored
Merge pull request #18 from openimis/feature/sp-lang
Include social protection language pack definition & use it in CoreMIS
2 parents 184eadb + 0b5908a commit 86299a8

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

solution/modules/sp-lang.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"fePackages": ["CoreMISLanguageModule"],
3+
"bePackages": []
4+
}

solution/solutions/social-protection-bundle.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"social-protection": "../modules/social-protection.json",
66
"deduplication": "../modules/deduplication.json",
77
"calculation-social-protection":"../modules/calculation-social-protection.json",
8-
"workflow":"../modules/workflow.json"
8+
"workflow":"../modules/workflow.json",
9+
"sp-lang":"../modules/sp-lang.json"
10+
}
911
}
10-
}

solution/sources/fe-source.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@
190190
"git": "https://github.com/openimis/openimis-fe-claim_ai_quality_js.git",
191191
"version": "v2.0.0",
192192
"branch": "develop"
193+
},
194+
"CoreMISLanguageModule": {
195+
"package": "@openimis/fe-coremis_language_pack",
196+
"git": "https://github.com/openimis/openimis-fe-coremis_language_pack_js.git",
197+
"version": "v1.2.0",
198+
"branch": "develop"
193199
}
194200
}
195201
}

0 commit comments

Comments
 (0)