Skip to content

Commit

Permalink
chore: add missing server translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Mar 13, 2024
1 parent 047023a commit fd0797a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 11 additions & 2 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-05T14:54:55.437Z\n"
"PO-Revision-Date: 2024-03-05T14:54:55.437Z\n"
"POT-Creation-Date: 2024-03-13T11:17:38.917Z\n"
"PO-Revision-Date: 2024-03-13T11:17:38.917Z\n"

msgid "Something went wrong"
msgstr "Something went wrong"
Expand Down Expand Up @@ -357,6 +357,15 @@ msgstr "Org unit target"
msgid "Ownership"
msgstr "Ownership"

msgid "Tracked entity instance enrollments"
msgstr "Tracked entity instance enrollments"

msgid "Tracked entity instance events"
msgstr "Tracked entity instance events"

msgid "Tracked entity instance"
msgstr "Tracked entity instance"

msgid "Validation result"
msgstr "Validation result"

Expand Down
3 changes: 3 additions & 0 deletions src/services/server-translations/analyticsTableTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const analyticsTableTypes = {
EVENT: i18n.t('Event'),
ORG_UNIT_TARGET: i18n.t('Org unit target'),
OWNERSHIP: i18n.t('Ownership'),
TRACKED_ENTITY_INSTANCE_ENROLLMENTS: i18n.t('Tracked entity instance enrollments'),
TRACKED_ENTITY_INSTANCE_EVENTS: i18n.t('Tracked entity instance events'),
TRACKED_ENTITY_INSTANCE: i18n.t('Tracked entity instance'),
VALIDATION_RESULT: i18n.t('Validation result'),
}

Expand Down

0 comments on commit fd0797a

Please sign in to comment.