Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit cabcbfc

Browse files
SORMAS-Foundation#2993 add country captions
1 parent 8af58f5 commit cabcbfc

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

sormas-api/src/main/java/de/symeda/sormas/api/i18n/Captions.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,12 @@ public interface Captions {
547547
String contactSelect = "contactSelect";
548548
String convertContactToCase = "convertContactToCase";
549549
String convertEventParticipantToCase = "convertEventParticipantToCase";
550+
String Country_archived = "Country.archived";
551+
String Country_defaultName = "Country.defaultName";
552+
String Country_displayName = "Country.displayName";
553+
String Country_externalId = "Country.externalId";
554+
String Country_isoCode = "Country.isoCode";
555+
String Country_unoCode = "Country.unoCode";
550556
String creationDate = "creationDate";
551557
String dashboardAlive = "dashboardAlive";
552558
String dashboardApplyCustomFilter = "dashboardApplyCustomFilter";

sormas-api/src/main/resources/captions.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,14 @@ Prescription.typeOfDrug=Type of drug
13451345
PrescriptionExport.caseUuid=Case ID
13461346
PrescriptionExport.caseName=Case name
13471347

1348+
# Country
1349+
Country.archived=Archived
1350+
Country.externalId=External ID
1351+
Country.defaultName=Default name
1352+
Country.displayName=Name
1353+
Country.isoCode=ISO code
1354+
Country.unoCode=UNO code
1355+
13481356
# Region
13491357
regionActiveRegions=Active regions
13501358
regionArchivedRegions=Archived regions

0 commit comments

Comments
 (0)