Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/development'
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianq committed Sep 14, 2023
2 parents f83db92 + 9c1f009 commit bb33046
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 14 deletions.
17 changes: 10 additions & 7 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2023-06-12T19:57:22.426Z\n"
"PO-Revision-Date: 2023-06-12T19:57:22.426Z\n"
"POT-Creation-Date: 2023-07-24T14:23:56.803Z\n"
"PO-Revision-Date: 2023-07-24T14:23:56.803Z\n"

msgid "Enable users"
msgstr ""
Expand Down Expand Up @@ -328,11 +328,11 @@ msgstr ""

msgid ""
"This application has been funded by the the Norwegian Refugee Council "
"(NRC), the WHO Global Malaria Programme and Samaritan’s Purse to support "
"countries in strengthening the collection and use of health data by using "
"DHIS2. The application has been developed by [EyeSeeTea "
"SL](http://eyeseetea.com). Source code, documentation and release notes can "
"be found at the [EyeSeetea GitHub Project "
"(NRC), the WHO Global Malaria Programme, Samaritan’s Purse and Medecins "
"Sans Frontières (MSF) to support countries in strengthening the collection "
"and use of health data by using DHIS2. The application has been developed "
"by [EyeSeeTea SL](http://eyeseetea.com). Source code, documentation and "
"release notes can be found at the [EyeSeetea GitHub Project "
"Page](https://eyeseetea.github.io/user-extended-app-blessed/)"
msgstr ""

Expand All @@ -356,6 +356,9 @@ msgstr ""
msgid "Norwegian Refugee Council"
msgstr ""

msgid "MSF"
msgstr ""

msgid "Edit users"
msgstr ""

Expand Down
16 changes: 10 additions & 6 deletions i18n/es.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2023-06-12T19:57:22.426Z\n"
"POT-Creation-Date: 2023-07-24T14:23:56.803Z\n"
"PO-Revision-Date: 2018-10-25T09:02:35.143Z\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -328,11 +328,12 @@ msgstr ""

msgid ""
"This application has been funded by the the Norwegian Refugee Council (NRC), "
"the WHO Global Malaria Programme and Samaritan’s Purse to support countries "
"in strengthening the collection and use of health data by using DHIS2. The "
"application has been developed by [EyeSeeTea SL](http://eyeseetea.com). "
"Source code, documentation and release notes can be found at the [EyeSeetea "
"GitHub Project Page](https://eyeseetea.github.io/user-extended-app-blessed/)"
"the WHO Global Malaria Programme, Samaritan’s Purse and Medecins Sans "
"Frontières (MSF) to support countries in strengthening the collection and "
"use of health data by using DHIS2. The application has been developed by "
"[EyeSeeTea SL](http://eyeseetea.com). Source code, documentation and release "
"notes can be found at the [EyeSeetea GitHub Project Page](https://eyeseetea."
"github.io/user-extended-app-blessed/)"
msgstr ""

msgid ""
Expand All @@ -355,6 +356,9 @@ msgstr ""
msgid "Norwegian Refugee Council"
msgstr ""

msgid "MSF"
msgstr ""

msgid "Edit users"
msgstr ""

Expand Down
4 changes: 4 additions & 0 deletions public/img/logo-msf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/webapp/pages/about/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const AboutPage: React.FC = React.memo(() => {
"User-Extended App is a DHIS2 Web Application that provides an easy and integrated way to perform common operations to DHIS2 users which would be burdensome to perform using the in-built DHIS2 User management application."
),
i18n.t(
"This application has been funded by the the Norwegian Refugee Council (NRC), the WHO Global Malaria Programme and Samaritan’s Purse to support countries in strengthening the collection and use of health data by using DHIS2. The application has been developed by [EyeSeeTea SL](http://eyeseetea.com). Source code, documentation and release notes can be found at the [EyeSeetea GitHub Project Page](https://eyeseetea.github.io/user-extended-app-blessed/)",
"This application has been funded by the the Norwegian Refugee Council (NRC), the WHO Global Malaria Programme, Samaritan’s Purse and Medecins Sans Frontières (MSF) to support countries in strengthening the collection and use of health data by using DHIS2. The application has been developed by [EyeSeeTea SL](http://eyeseetea.com). Source code, documentation and release notes can be found at the [EyeSeetea GitHub Project Page](https://eyeseetea.github.io/user-extended-app-blessed/)",
{ nsSeparator: false }
),
i18n.t(
Expand Down Expand Up @@ -45,6 +45,9 @@ export const AboutPage: React.FC = React.memo(() => {
<div>
<Logo alt={i18n.t("Norwegian Refugee Council")} src="img/logo-nrc.svg" />
</div>
<div>
<Logo alt={i18n.t("MSF")} src="img/logo-msf.svg" />
</div>
</LogoWrapper>
</div>
</StyledLanding>
Expand Down

0 comments on commit bb33046

Please sign in to comment.