Skip to content

Commit

Permalink
update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
eperedo committed Mar 12, 2024
1 parent fd88bbe commit b85200c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 22 deletions.
25 changes: 14 additions & 11 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: 2024-03-11T13:00:38.175Z\n"
"PO-Revision-Date: 2024-03-11T13:00:38.175Z\n"
"POT-Creation-Date: 2024-03-12T01:57:33.110Z\n"
"PO-Revision-Date: 2024-03-12T01:57:33.110Z\n"

msgid "Cannot be blank: {{fieldName}}"
msgstr ""
Expand Down Expand Up @@ -167,9 +167,21 @@ msgstr ""
msgid "Running analysis..."
msgstr ""

msgid "Missing disaggregates in selected catcombos"
msgstr ""

msgid "CatCombos"
msgstr ""

msgid "Medical doctors analysis: General Practicioners missing and double counts"
msgstr ""

msgid "Disaggregations"
msgstr ""

msgid "Double Counts Threshold"
msgstr ""

msgid "Activity Level"
msgstr ""

Expand Down Expand Up @@ -227,15 +239,6 @@ msgstr ""
msgid "Graduates by institution ownership"
msgstr ""

msgid "Medical doctors analysis: General Practicioners missing and double counts"
msgstr ""

msgid "Disaggregations"
msgstr ""

msgid "Double Counts Threshold"
msgstr ""

msgid "Validation Rule Group"
msgstr ""

Expand Down
25 changes: 14 additions & 11 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: 2024-03-11T13:00:38.175Z\n"
"POT-Creation-Date: 2024-03-12T01:57:33.110Z\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 @@ -168,9 +168,22 @@ msgstr ""
msgid "Running analysis..."
msgstr ""

msgid "Missing disaggregates in selected catcombos"
msgstr ""

msgid "CatCombos"
msgstr ""

msgid ""
"Medical doctors analysis: General Practicioners missing and double counts"
msgstr ""

msgid "Disaggregations"
msgstr ""

msgid "Double Counts Threshold"
msgstr ""

msgid "Activity Level"
msgstr ""

Expand Down Expand Up @@ -228,16 +241,6 @@ msgstr ""
msgid "Graduates by institution ownership"
msgstr ""

msgid ""
"Medical doctors analysis: General Practicioners missing and double counts"
msgstr ""

msgid "Disaggregations"
msgstr ""

msgid "Double Counts Threshold"
msgstr ""

msgid "Validation Rule Group"
msgstr ""

Expand Down
2 changes: 2 additions & 0 deletions src/domain/usecases/GetMissingDisaggregatesUseCase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export class GetMissingDisaggregatesUseCase {
dataElementId: missingDisaggregate.dataElement.id,
description: `A missing disaggregate was detected for the Category ${disaggregationName}. Missing value was ${missingCombination.name}.`,
issueNumber: issueNumber,
correlative: String(currentNumber),
},
section.id
);
Expand Down Expand Up @@ -180,6 +181,7 @@ export class GetMissingDisaggregatesUseCase {
dataElementId: missingDataElement.id,
description: `A missing disaggregate was detected for the Category ${disaggregationName}. Missing value was ${missingDataElement.name}.`,
issueNumber: issueNumber,
correlative: String(currentNumber),
},
section.id
);
Expand Down

0 comments on commit b85200c

Please sign in to comment.