Skip to content

Commit

Permalink
Merge pull request #1071 from TIP-Global-Health/fix-translation
Browse files Browse the repository at this point in the history
Hot fix - Dashboard translation
  • Loading branch information
anvmn authored Mar 17, 2024
2 parents 30e2319 + edcfc29 commit c63e65e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions client/src/elm/Translate.elm
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ type TranslationId
| DateOfContact
| DatePregnancyConcluded
| DashboardLabel
| Dashboards
| DateReceived
| DateOfBirth
| DayAbbrev
Expand Down Expand Up @@ -4477,6 +4478,12 @@ translationSet trans =
, kirundi = Just "Urubaho"
}

Dashboards ->
{ english = "Dashboards"
, kinyarwanda = Just "Ikibaho cy’amakuru y’ingenzi"
, kirundi = Just "Imbaho"
}

DateReceived ->
{ english = "Date Received"
, kinyarwanda = Just "Italiki yakiriweho"
Expand Down Expand Up @@ -9208,10 +9215,7 @@ translationSet trans =
}

MenuDashboards ->
{ english = "Dashboards"
, kinyarwanda = Nothing
, kirundi = Just "Imbaho"
}
translationSet Dashboards

MenuCaseManagement ->
translationSet CaseManagement
Expand Down Expand Up @@ -22452,10 +22456,7 @@ translateActivePage page =
}

DashboardPage _ ->
{ english = "Dashboards"
, kinyarwanda = Nothing
, kirundi = Just "Imbaho"
}
translationSet Dashboards

GlobalCaseManagementPage ->
{ english = "Case Management"
Expand Down

0 comments on commit c63e65e

Please sign in to comment.