aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2023-06-01 16:35:21 +0200
committerThomas <>2023-06-05 17:05:35 +0200
commit4a027bad3080b5333d56d74a1c7286cb68415305 (patch)
tree0d4f6361833342d05e22c69742ec4338011cbea3
parentd39f2b7b7b4e2fea2a5402c63c10d3ce83097129 (diff)
downloadNational_eIDAS_Gateway-4a027bad3080b5333d56d74a1c7286cb68415305.tar.gz
National_eIDAS_Gateway-4a027bad3080b5333d56d74a1c7286cb68415305.tar.bz2
National_eIDAS_Gateway-4a027bad3080b5333d56d74a1c7286cb68415305.zip
chore(connector): add Liechtenstein as country an fix typos in existing config
-rw-r--r--basicConfig/ms-connector/properties/messages.properties4
-rw-r--r--basicConfig/ms-connector/properties/messages_de.properties2
-rw-r--r--ms_specific_connector/src/main/webapp/img/countries/Liechtenstein.pngbin0 -> 13536 bytes
-rw-r--r--ms_specific_connector/src/main/webapp/img/countries/Liechtenstein_gray.pngbin0 -> 13536 bytes
4 files changed, 5 insertions, 1 deletions
diff --git a/basicConfig/ms-connector/properties/messages.properties b/basicConfig/ms-connector/properties/messages.properties
index 355c4ab7..20ec16e7 100644
--- a/basicConfig/ms-connector/properties/messages.properties
+++ b/basicConfig/ms-connector/properties/messages.properties
@@ -61,6 +61,8 @@ gui.countryselection.country.is=Iceland
gui.countryselection.country.is.logo.alt=Iceland-eID
gui.countryselection.country.it=Italy
gui.countryselection.country.it.logo.alt=Italy-eID
+gui.countryselection.country.li=Liechtenstein
+gui.countryselection.country.li.logo.alt=Liechtenstein-eID
gui.countryselection.country.lt=Lithuania
gui.countryselection.country.lt.logo.alt=Lithuania-eID
gui.countryselection.country.lv=Latvia
@@ -140,7 +142,7 @@ gui.countryselection.country.hu.img = /img/countries/Hungary-EU_.png
gui.countryselection.country.is.img = /img/countries/Iceland.png
gui.countryselection.country.ie.img = /img/countries/Ireland-EU_.png
gui.countryselection.country.it.img = /img/countries/Italy-EU_.png
-gui.countryselection.country.li.img = /img/countries/Lichtenstein.png
+gui.countryselection.country.li.img = /img/countries/Liechtenstein.png
gui.countryselection.country.lv.img = /img/countries/Latvia-EU_.png
gui.countryselection.country.lt.img = /img/countries/Lithuania-EU_.png
gui.countryselection.country.lu.img = /img/countries/Luxembourg-EU_.png
diff --git a/basicConfig/ms-connector/properties/messages_de.properties b/basicConfig/ms-connector/properties/messages_de.properties
index 9ebcde5f..c2831b39 100644
--- a/basicConfig/ms-connector/properties/messages_de.properties
+++ b/basicConfig/ms-connector/properties/messages_de.properties
@@ -49,6 +49,8 @@ gui.countryselection.country.de=Deutschland
gui.countryselection.country.de.logo.alt=Deutsche-eID
gui.countryselection.country.is=Island
gui.countryselection.country.is.logo.alt=Isländische-eID
+gui.countryselection.country.li=Liechtenstein
+gui.countryselection.country.li.logo.alt=Liechtenstein-eID
gui.countryselection.country.it=Italien
gui.countryselection.country.it.logo.alt=Italienische-eID
gui.countryselection.country.lt=Litauen
diff --git a/ms_specific_connector/src/main/webapp/img/countries/Liechtenstein.png b/ms_specific_connector/src/main/webapp/img/countries/Liechtenstein.png
new file mode 100644
index 00000000..09755c7f
--- /dev/null
+++ b/ms_specific_connector/src/main/webapp/img/countries/Liechtenstein.png
Binary files differ
diff --git a/ms_specific_connector/src/main/webapp/img/countries/Liechtenstein_gray.png b/ms_specific_connector/src/main/webapp/img/countries/Liechtenstein_gray.png
new file mode 100644
index 00000000..09755c7f
--- /dev/null
+++ b/ms_specific_connector/src/main/webapp/img/countries/Liechtenstein_gray.png
Binary files differ