Skip to content

Commit

Permalink
Merge branch 'master' into feat/interpretations-for-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Jan 2, 2024
2 parents 1a8a917 + e833494 commit 895b955
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [26.2.2](https://github.com/dhis2/analytics/compare/v26.2.1...v26.2.2) (2024-01-02)


### Bug Fixes

* add white-space css to preserve paragraphs in interpretations ([#1599](https://github.com/dhis2/analytics/issues/1599)) ([52ae98d](https://github.com/dhis2/analytics/commit/52ae98d3cadd975c2079055b00adba58f0982ef4))

## [26.2.1](https://github.com/dhis2/analytics/compare/v26.2.0...v26.2.1) (2023-12-24)


### Bug Fixes

* **translations:** sync translations from transifex (master) ([bac4cc9](https://github.com/dhis2/analytics/commit/bac4cc94572b2e8367fb3d1f061eb7ed122f372f))

# [26.2.0](https://github.com/dhis2/analytics/compare/v26.1.8...v26.2.0) (2023-12-14)


Expand Down
35 changes: 26 additions & 9 deletions i18n/lo.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# Translators:
# Viktor Varland <[email protected]>, 2022
# Somkhit Bouavong <[email protected]>, 2022
# Saysamone Sibounma, 2022
# phil_dhis2, 2023
# Philip Larsen Donnelly, 2023
# Phouthasinh PHEUAYSITHIPHONE, 2023
# Saysamone Sibounma, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2023-04-18T08:41:27.838Z\n"
"POT-Creation-Date: 2023-09-27T14:15:13.876Z\n"
"PO-Revision-Date: 2020-04-28 22:05+0000\n"
"Last-Translator: Phouthasinh PHEUAYSITHIPHONE, 2023\n"
"Last-Translator: Saysamone Sibounma, 2023\n"
"Language-Team: Lao (https://app.transifex.com/hisp-uio/teams/100509/lo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -81,7 +81,7 @@ msgid "This app could not retrieve required data."
msgstr ""

msgid "Network error"
msgstr ""
msgstr "ຂໍ້ຜິດພາດທາງເຄື່ອຂ່າຍ"

msgid "Data / Edit calculation"
msgstr ""
Expand All @@ -90,7 +90,7 @@ msgid "Data / New calculation"
msgstr ""

msgid "Remove item"
msgstr ""
msgstr "ລົບລາຍການ"

msgid "Check formula"
msgstr ""
Expand Down Expand Up @@ -348,6 +348,9 @@ msgstr ""
msgid "Post reply"
msgstr ""

msgid "Delete failed"
msgstr ""

msgid "Could not update comment"
msgstr ""

Expand All @@ -374,21 +377,32 @@ msgstr ""
msgid "Write an interpretation"
msgstr ""

msgid ""
"Other people viewing this interpretation in the future may see more data."
msgstr ""

msgid "Post interpretation"
msgstr ""

msgid "Interpretations"
msgstr "ການແປຂໍ້ມູນ"

msgid "Reply"
msgstr "ຕອບກັບ"

msgid "{{count}} replies"
msgid_plural "{{count}} replies"
msgstr[0] ""

msgid "View replies"
msgstr ""

msgid "Unlike"
msgstr "ບໍ່ມັກ"

msgid "Like"
msgstr "ມັກ"

msgid "Reply"
msgstr "ຕອບກັບ"

msgid "Share"
msgstr "ເຜີຍແຜ່"

Expand Down Expand Up @@ -840,6 +854,9 @@ msgstr ""
msgid "Years"
msgstr "ປີ"

msgid "Interpretations and details"
msgstr ""

msgid "Translating to"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/analytics",
"version": "26.2.0",
"version": "26.2.2",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions src/components/Interpretations/common/Message/Message.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const Message = ({ children, text, created, username }) => {
line-height: 19px;
color: ${colors.grey900};
word-break: break-word;
white-space: pre-line;
}
.content :global(p:first-child) {
Expand Down

0 comments on commit 895b955

Please sign in to comment.