Skip to content

Commit

Permalink
ONI-122: Add nepal language pack to openimis.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
wzgliniecki committed Jul 14, 2023
1 parent e49cf32 commit 50d0d30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openimis.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
],
"intl": "fr-FR",
"fileNames": "fr"
},
{
"languages": [
"np",
"np-NP"
],
"intl": "np-NP",
"fileNames": "np"
}
],
"modules": [
Expand Down Expand Up @@ -105,6 +113,10 @@
{
"name": "InvoiceModule",
"npm": "@openimis/fe-invoice@git+https://github.com/openimis/openimis-fe-invoice_js.git#develop"
},
{
"name": "NepalLanguageModule",
"npm": "@openimis/fe-nepal_language_pack@git+https://github.com/openimis/openimis-fe-nepal_language_pack_js.git#develop"
}
]
}

0 comments on commit 50d0d30

Please sign in to comment.