diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh
index 3d91eda1234d7d12b93b0b30301a823f0359e584..bb3c3caceb7fab3c5ce68257da867cb129d82f38 100755
--- a/Build/Scripts/runTests.sh
+++ b/Build/Scripts/runTests.sh
@@ -142,6 +142,7 @@ Options:
             - checkFilePathLength: test core file paths do not exceed maximum length
             - checkGitSubmodule: test core git has no sub modules defined
             - checkGruntClean: Verify "grunt build" is clean. Warning: Executes git commands! Usually used in CI only.
+            - checkIsoDatabase: Verify "updateIsoDatabase.php" does not change anything.
             - checkNamespaceIntegrity: Verify namespace integrity in class and test code files are in good shape.
             - checkPermissions: test some core files for correct executable bits
             - checkRst: test .rst files for integrity
@@ -646,6 +647,12 @@ case ${TEST_SUITE} in
         SUITE_EXIT_CODE=$?
         docker-compose down
         ;;
+    checkIsoDatabase)
+        setUpDockerComposeDotEnv
+        docker-compose run check_iso_database
+        SUITE_EXIT_CODE=$?
+        docker-compose down
+        ;;
     checkNamespaceIntegrity)
         setUpDockerComposeDotEnv
         docker-compose run check_namespace_integrity
diff --git a/Build/gitlab-ci/nightly/integrity.yml b/Build/gitlab-ci/nightly/integrity.yml
index 2a40478ab6e4001ee16cfacecdd07ac7e5c0bfa8..aa554a7601b29d2e4ac4806efe9b28c54fc6bb51 100644
--- a/Build/gitlab-ci/nightly/integrity.yml
+++ b/Build/gitlab-ci/nightly/integrity.yml
@@ -54,6 +54,19 @@ integration various:
     - Build/Scripts/runTests.sh -s checkTestMethodsPrefix -p 8.1
     - Build/Scripts/runTests.sh -s checkNamespaceIntegrity -p 8.1
 
+iso database max:
+  stage: integrity
+  needs: []
+  only:
+    - schedules
+  cache:
+    key: main-composer-max
+    paths:
+      - .cache
+  script:
+    - Build/Scripts/runTests.sh -s composerInstallMax -p 8.1
+    - Build/Scripts/runTests.sh -s checkIsoDatabase -p 8.1
+
 lint php 8.1:
   stage: integrity
   needs: []
diff --git a/Build/testing-docker/local/docker-compose.yml b/Build/testing-docker/local/docker-compose.yml
index fef1fea4f2d4439ba95c8bf61af206477f69a47f..2237f0165c6245f6c7cc1d7ad726dfffc41245cf 100644
--- a/Build/testing-docker/local/docker-compose.yml
+++ b/Build/testing-docker/local/docker-compose.yml
@@ -692,6 +692,25 @@ services:
         git status | grep -q \"nothing to commit, working tree clean\"
       "
 
+  check_iso_database:
+    image: ${IMAGE_PREFIX}core-testing-${DOCKER_PHP_IMAGE}:latest
+    user: "${HOST_UID}"
+    volumes:
+      - ${CORE_ROOT}:${CORE_ROOT}
+    working_dir: ${CORE_ROOT}
+    command: >
+      /bin/sh -c "
+        if [ ${SCRIPT_VERBOSE} -eq 1 ]; then
+          set -x
+        fi
+        git checkout -- composer.json
+        git checkout -- composer.lock
+        php -dxdebug.mode=off Build/Scripts/updateIsoDatabase.php
+        git add *;
+        git status;
+        git status | grep -q \"nothing to commit, working tree clean\"
+      "
+
   check_namespace_integrity:
     image: ${IMAGE_PREFIX}core-testing-${DOCKER_PHP_IMAGE}:latest
     user: "${HOST_UID}"
diff --git a/typo3/sysext/core/Classes/Country/CountryProvider.php b/typo3/sysext/core/Classes/Country/CountryProvider.php
index af3ccabf4c0358014724d6bed7f4191ea5f01393..4eb48e0879dcca5863a805c966c4915cec1844a6 100644
--- a/typo3/sysext/core/Classes/Country/CountryProvider.php
+++ b/typo3/sysext/core/Classes/Country/CountryProvider.php
@@ -740,6 +740,7 @@ class CountryProvider
         ],
         'IR' => [
             'alpha_3' => 'IRN',
+            'common_name' => 'Iran',
             'flag' => '🇮🇷',
             'name' => 'Iran, Islamic Republic of',
             'numeric' => '364',
@@ -862,6 +863,7 @@ class CountryProvider
         ],
         'LA' => [
             'alpha_3' => 'LAO',
+            'common_name' => 'Laos',
             'flag' => '🇱🇦',
             'name' => 'Lao People\'s Democratic Republic',
             'numeric' => '418',
@@ -1445,6 +1447,7 @@ class CountryProvider
         ],
         'SY' => [
             'alpha_3' => 'SYR',
+            'common_name' => 'Syria',
             'flag' => '🇸🇾',
             'name' => 'Syrian Arab Republic',
             'numeric' => '760',
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/bg.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/bg.countries.xlf
index 7397597ed09becef72508501357f31647550f105..ab919f5e9ebda2ba4ec4c70e663b9e520c03aaa3 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/bg.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/bg.countries.xlf
@@ -88,7 +88,7 @@
       </trans-unit>
       <trans-unit id="AX.name" resname="AX.name" approved="yes">
         <source>Ã…land Islands</source>
-        <target>Аландски острови</target>
+        <target>Оландски острови</target>
       </trans-unit>
       <trans-unit id="AZ.name" resname="AZ.name" approved="yes">
         <source>Azerbaijan</source>
@@ -168,7 +168,7 @@
       </trans-unit>
       <trans-unit id="BM.name" resname="BM.name" approved="yes">
         <source>Bermuda</source>
-        <target>Бермуда</target>
+        <target>Бермудски острови</target>
       </trans-unit>
       <trans-unit id="BN.name" resname="BN.name" approved="yes">
         <source>Brunei Darussalam</source>
@@ -220,7 +220,7 @@
       </trans-unit>
       <trans-unit id="BW.name" resname="BW.name" approved="yes">
         <source>Botswana</source>
-        <target>Ботсуана</target>
+        <target>Ботсвана</target>
       </trans-unit>
       <trans-unit id="BW.official_name" resname="BW.official_name" approved="yes">
         <source>Republic of Botswana</source>
@@ -304,7 +304,7 @@
       </trans-unit>
       <trans-unit id="CN.official_name" resname="CN.official_name" approved="yes">
         <source>People's Republic of China</source>
-        <target>Народна република Китай</target>
+        <target>Китайска народна република</target>
       </trans-unit>
       <trans-unit id="CO.name" resname="CO.name" approved="yes">
         <source>Colombia</source>
@@ -492,7 +492,7 @@
       </trans-unit>
       <trans-unit id="FO.name" resname="FO.name" approved="yes">
         <source>Faroe Islands</source>
-        <target>Острови Фаро</target>
+        <target>Фарьорски острови</target>
       </trans-unit>
       <trans-unit id="FR.name" resname="FR.name" approved="yes">
         <source>France</source>
@@ -532,7 +532,7 @@
       </trans-unit>
       <trans-unit id="GG.name" resname="GG.name" approved="yes">
         <source>Guernsey</source>
-        <target>Гърнсей</target>
+        <target>Гърнси</target>
       </trans-unit>
       <trans-unit id="GH.name" resname="GH.name" approved="yes">
         <source>Ghana</source>
@@ -612,7 +612,7 @@
       </trans-unit>
       <trans-unit id="GY.name" resname="GY.name" approved="yes">
         <source>Guyana</source>
-        <target>Гияна</target>
+        <target>Гвиана</target>
       </trans-unit>
       <trans-unit id="GY.official_name" resname="GY.official_name" approved="yes">
         <source>Republic of Guyana</source>
@@ -620,7 +620,7 @@
       </trans-unit>
       <trans-unit id="HK.name" resname="HK.name" approved="yes">
         <source>Hong Kong</source>
-        <target>Хонг Конг</target>
+        <target>Хонконг</target>
       </trans-unit>
       <trans-unit id="HK.official_name" resname="HK.official_name" approved="yes">
         <source>Hong Kong Special Administrative Region of China</source>
@@ -696,7 +696,7 @@
       </trans-unit>
       <trans-unit id="IO.name" resname="IO.name" approved="yes">
         <source>British Indian Ocean Territory</source>
-        <target>Английски територии в индийския океан</target>
+        <target>Британска индоокеанска територия</target>
       </trans-unit>
       <trans-unit id="IQ.name" resname="IQ.name" approved="yes">
         <source>Iraq</source>
@@ -784,7 +784,7 @@
       </trans-unit>
       <trans-unit id="KM.name" resname="KM.name" approved="yes">
         <source>Comoros</source>
-        <target>Комори</target>
+        <target>Коморски острови</target>
       </trans-unit>
       <trans-unit id="KM.official_name" resname="KM.official_name" approved="yes">
         <source>Union of the Comoros</source>
@@ -792,7 +792,7 @@
       </trans-unit>
       <trans-unit id="KN.name" resname="KN.name" approved="yes">
         <source>Saint Kitts and Nevis</source>
-        <target>Свети Китс и Невис</target>
+        <target>Сейнт Китс и Невис</target>
       </trans-unit>
       <trans-unit id="KP.name" resname="KP.name" approved="yes">
         <source>Korea, Democratic People's Republic of</source>
@@ -832,7 +832,7 @@
       </trans-unit>
       <trans-unit id="LB.name" resname="LB.name" approved="yes">
         <source>Lebanon</source>
-        <target>Лебанон</target>
+        <target>Ливан</target>
       </trans-unit>
       <trans-unit id="LB.official_name" resname="LB.official_name" approved="yes">
         <source>Lebanese Republic</source>
@@ -840,7 +840,7 @@
       </trans-unit>
       <trans-unit id="LC.name" resname="LC.name" approved="yes">
         <source>Saint Lucia</source>
-        <target>Санта Лучия</target>
+        <target>Сейнт Лусия</target>
       </trans-unit>
       <trans-unit id="LI.name" resname="LI.name" approved="yes">
         <source>Liechtenstein</source>
@@ -976,7 +976,7 @@
       </trans-unit>
       <trans-unit id="MM.name" resname="MM.name" approved="yes">
         <source>Myanmar</source>
-        <target>Мянмар</target>
+        <target>Мианмар</target>
       </trans-unit>
       <trans-unit id="MM.official_name" resname="MM.official_name" approved="yes">
         <source>Republic of Myanmar</source>
@@ -996,7 +996,7 @@
       </trans-unit>
       <trans-unit id="MP.name" resname="MP.name" approved="yes">
         <source>Northern Mariana Islands</source>
-        <target>Северни марианови Острови</target>
+        <target>Северни Мариански острови</target>
       </trans-unit>
       <trans-unit id="MP.official_name" resname="MP.official_name" approved="yes">
         <source>Commonwealth of the Northern Mariana Islands</source>
@@ -1112,7 +1112,7 @@
       </trans-unit>
       <trans-unit id="NL.name" resname="NL.name" approved="yes">
         <source>Netherlands</source>
-        <target>Холандия</target>
+        <target>Нидерландия</target>
       </trans-unit>
       <trans-unit id="NL.official_name" resname="NL.official_name" approved="yes">
         <source>Kingdom of the Netherlands</source>
@@ -1144,11 +1144,11 @@
       </trans-unit>
       <trans-unit id="NU.name" resname="NU.name" approved="yes">
         <source>Niue</source>
-        <target>Нию</target>
+        <target>Ниуе</target>
       </trans-unit>
       <trans-unit id="NU.official_name" resname="NU.official_name" approved="yes">
         <source>Niue</source>
-        <target>Нию</target>
+        <target>Ниуе</target>
       </trans-unit>
       <trans-unit id="NZ.name" resname="NZ.name" approved="yes">
         <source>New Zealand</source>
@@ -1216,7 +1216,7 @@
       </trans-unit>
       <trans-unit id="PM.name" resname="PM.name" approved="yes">
         <source>Saint Pierre and Miquelon</source>
-        <target>Свети Пиер и Микелон</target>
+        <target>Сен Пиер и Микелон</target>
       </trans-unit>
       <trans-unit id="PN.name" resname="PN.name" approved="yes">
         <source>Pitcairn</source>
@@ -1268,7 +1268,7 @@
       </trans-unit>
       <trans-unit id="RE.name" resname="RE.name" approved="yes">
         <source>Réunion</source>
-        <target>Риюниън</target>
+        <target>Реюнион</target>
       </trans-unit>
       <trans-unit id="RO.name" resname="RO.name" approved="yes">
         <source>Romania</source>
@@ -1420,7 +1420,7 @@
       </trans-unit>
       <trans-unit id="SV.name" resname="SV.name" approved="yes">
         <source>El Salvador</source>
-        <target>Ел Салвадор</target>
+        <target>Салвадор</target>
       </trans-unit>
       <trans-unit id="SV.official_name" resname="SV.official_name" approved="yes">
         <source>Republic of El Salvador</source>
@@ -1448,7 +1448,7 @@
       </trans-unit>
       <trans-unit id="TC.name" resname="TC.name" approved="yes">
         <source>Turks and Caicos Islands</source>
-        <target>Острови Тюрк и Кайкос</target>
+        <target>Търкс и Кайкос</target>
       </trans-unit>
       <trans-unit id="TD.name" resname="TD.name" approved="yes">
         <source>Chad</source>
@@ -1518,9 +1518,13 @@
         <source>Kingdom of Tonga</source>
         <target>Кралство Тонга</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>Турция</target>
+      </trans-unit>
       <trans-unit id="TR.official_name" resname="TR.official_name" approved="yes">
         <source>Republic of Türkiye</source>
-        <target>Republic of Türkiye</target>
+        <target>Република Турция</target>
       </trans-unit>
       <trans-unit id="TT.name" resname="TT.name" approved="yes">
         <source>Trinidad and Tobago</source>
@@ -1564,7 +1568,7 @@
       </trans-unit>
       <trans-unit id="UM.name" resname="UM.name" approved="yes">
         <source>United States Minor Outlying Islands</source>
-        <target>Обединени малки острови по крайбрежието на САЩ</target>
+        <target>Малки далечни острови на САЩ</target>
       </trans-unit>
       <trans-unit id="US.name" resname="US.name" approved="yes">
         <source>United States</source>
@@ -1596,7 +1600,7 @@
       </trans-unit>
       <trans-unit id="VC.name" resname="VC.name" approved="yes">
         <source>Saint Vincent and the Grenadines</source>
-        <target>Свети Винсент и Гренадин</target>
+        <target>Сейнт Винсент и Гренадини</target>
       </trans-unit>
       <trans-unit id="VE.name" resname="VE.name" approved="yes">
         <source>Venezuela, Bolivarian Republic of</source>
@@ -1640,7 +1644,7 @@
       </trans-unit>
       <trans-unit id="WF.name" resname="WF.name" approved="yes">
         <source>Wallis and Futuna</source>
-        <target>Острови Уолис и Футуна</target>
+        <target>Уолис и Футуна</target>
       </trans-unit>
       <trans-unit id="WS.name" resname="WS.name" approved="yes">
         <source>Samoa</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/ca.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/ca.countries.xlf
index fb00c9c098ab9e731b99d983c94cafec372757fa..7a091f4d33534592f30281122dc3a831c4084624 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/ca.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/ca.countries.xlf
@@ -12,7 +12,7 @@
       </trans-unit>
       <trans-unit id="AE.name" resname="AE.name" approved="yes">
         <source>United Arab Emirates</source>
-        <target>Unió dels Emirats Àrabs</target>
+        <target>Emirats Àrabs Units</target>
       </trans-unit>
       <trans-unit id="AF.name" resname="AF.name" approved="yes">
         <source>Afghanistan</source>
@@ -92,7 +92,7 @@
       </trans-unit>
       <trans-unit id="AZ.name" resname="AZ.name" approved="yes">
         <source>Azerbaijan</source>
-        <target>Azerbaitjan</target>
+        <target>Azerbaidjan</target>
       </trans-unit>
       <trans-unit id="AZ.official_name" resname="AZ.official_name" approved="yes">
         <source>Republic of Azerbaijan</source>
@@ -168,7 +168,7 @@
       </trans-unit>
       <trans-unit id="BM.name" resname="BM.name" approved="yes">
         <source>Bermuda</source>
-        <target>Bermuda</target>
+        <target>Bermudes</target>
       </trans-unit>
       <trans-unit id="BN.name" resname="BN.name" approved="yes">
         <source>Brunei Darussalam</source>
@@ -444,7 +444,7 @@
       </trans-unit>
       <trans-unit id="ER.official_name" resname="ER.official_name" approved="yes">
         <source>the State of Eritrea</source>
-        <target>Estat d'eritrea</target>
+        <target>Estat d'Eritrea</target>
       </trans-unit>
       <trans-unit id="ES.name" resname="ES.name" approved="yes">
         <source>Spain</source>
@@ -996,7 +996,7 @@
       </trans-unit>
       <trans-unit id="MP.name" resname="MP.name" approved="yes">
         <source>Northern Mariana Islands</source>
-        <target>Illes Marianes del Nord</target>
+        <target>Illes Mariannes Septentrionals</target>
       </trans-unit>
       <trans-unit id="MP.official_name" resname="MP.official_name" approved="yes">
         <source>Commonwealth of the Northern Mariana Islands</source>
@@ -1268,7 +1268,7 @@
       </trans-unit>
       <trans-unit id="RE.name" resname="RE.name" approved="yes">
         <source>Réunion</source>
-        <target>Reunió</target>
+        <target>Illa de la Reunió</target>
       </trans-unit>
       <trans-unit id="RO.name" resname="RO.name" approved="yes">
         <source>Romania</source>
@@ -1288,7 +1288,7 @@
       </trans-unit>
       <trans-unit id="RW.name" resname="RW.name" approved="yes">
         <source>Rwanda</source>
-        <target>Rwanda</target>
+        <target>Ruanda</target>
       </trans-unit>
       <trans-unit id="RW.official_name" resname="RW.official_name" approved="yes">
         <source>Rwandese Republic</source>
@@ -1438,9 +1438,13 @@
         <source>Syrian Arab Republic</source>
         <target>República Àrab Síria</target>
       </trans-unit>
+      <trans-unit id="SZ.name" resname="SZ.name" approved="yes">
+        <source>Eswatini</source>
+        <target>Eswatini</target>
+      </trans-unit>
       <trans-unit id="SZ.official_name" resname="SZ.official_name" approved="yes">
         <source>Kingdom of Eswatini</source>
-        <target>Kingdom of Eswatini</target>
+        <target>Regne d'Eswatini</target>
       </trans-unit>
       <trans-unit id="TC.name" resname="TC.name" approved="yes">
         <source>Turks and Caicos Islands</source>
@@ -1514,9 +1518,13 @@
         <source>Kingdom of Tonga</source>
         <target>Regne de Tonga</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>Turquia</target>
+      </trans-unit>
       <trans-unit id="TR.official_name" resname="TR.official_name" approved="yes">
         <source>Republic of Türkiye</source>
-        <target>Republic of Türkiye</target>
+        <target>República de Turquia</target>
       </trans-unit>
       <trans-unit id="TT.name" resname="TT.name" approved="yes">
         <source>Trinidad and Tobago</source>
@@ -1660,7 +1668,7 @@
       </trans-unit>
       <trans-unit id="ZA.name" resname="ZA.name" approved="yes">
         <source>South Africa</source>
-        <target>Sudàfrica</target>
+        <target>Sud-àfrica</target>
       </trans-unit>
       <trans-unit id="ZA.official_name" resname="ZA.official_name" approved="yes">
         <source>Republic of South Africa</source>
@@ -1676,7 +1684,7 @@
       </trans-unit>
       <trans-unit id="ZW.name" resname="ZW.name" approved="yes">
         <source>Zimbabwe</source>
-        <target>Zimbabwe</target>
+        <target>Zimbàbue</target>
       </trans-unit>
       <trans-unit id="ZW.official_name" resname="ZW.official_name" approved="yes">
         <source>Republic of Zimbabwe</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/cs.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/cs.countries.xlf
index ad741e3aceb5788dd9b09477002b4ad6d25ce043..afa180b88c055f6e9a1bb5dea095041a214b9afc 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/cs.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/cs.countries.xlf
@@ -1518,9 +1518,13 @@
         <source>Kingdom of Tonga</source>
         <target>Království Tonga</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>Turecko</target>
+      </trans-unit>
       <trans-unit id="TR.official_name" resname="TR.official_name" approved="yes">
         <source>Republic of Türkiye</source>
-        <target>Republic of Türkiye</target>
+        <target>Turecká republika</target>
       </trans-unit>
       <trans-unit id="TT.name" resname="TT.name" approved="yes">
         <source>Trinidad and Tobago</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/cs.languages.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/cs.languages.xlf
index 76980a908585d6020684fe7f91ccbae3f3e81bb2..071d94332bfcb87aab971581fb708ebc9834d888 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/cs.languages.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/cs.languages.xlf
@@ -334,6 +334,10 @@
         <source>Chamic languages</source>
         <target>čamské jazyky</target>
       </trans-unit>
+      <trans-unit id="cnr" resname="cnr" approved="yes">
+        <source>Montenegrin</source>
+        <target>černohorština</target>
+      </trans-unit>
       <trans-unit id="co" resname="co" approved="yes">
         <source>Corsican</source>
         <target>korsičtina</target>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/cy.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/cy.countries.xlf
index bd7d3b57e77d8e05fececff54258436c8e802dda..a236e98a369fa227b15ac2957a3649a0b349c658 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/cy.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/cy.countries.xlf
@@ -1518,9 +1518,13 @@
         <source>Kingdom of Tonga</source>
         <target>Brenhiniaeth Tonga</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>Twrci</target>
+      </trans-unit>
       <trans-unit id="TR.official_name" resname="TR.official_name" approved="yes">
         <source>Republic of Türkiye</source>
-        <target>Republic of Türkiye</target>
+        <target>Gweriniaeth Twrci</target>
       </trans-unit>
       <trans-unit id="TT.name" resname="TT.name" approved="yes">
         <source>Trinidad and Tobago</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/cy.languages.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/cy.languages.xlf
index a15022328243cd077b981a2b374717faa65ddb9e..f213b80c4fc186ecef5e559d3f25f163a95113e7 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/cy.languages.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/cy.languages.xlf
@@ -26,6 +26,10 @@
         <source>Adyghe; Adygei</source>
         <target>Adygëeg</target>
       </trans-unit>
+      <trans-unit id="ae" resname="ae" approved="yes">
+        <source>Avestan</source>
+        <target>Afestan</target>
+      </trans-unit>
       <trans-unit id="af" resname="af" approved="yes">
         <source>Afrikaans</source>
         <target>Affricaneg</target>
@@ -34,6 +38,14 @@
         <source>Afro-Asiatic languages</source>
         <target>Afro-Asiatic languages</target>
       </trans-unit>
+      <trans-unit id="afh" resname="afh" approved="yes">
+        <source>Afrihili</source>
+        <target>Afrihili</target>
+      </trans-unit>
+      <trans-unit id="ain" resname="ain" approved="yes">
+        <source>Ainu</source>
+        <target>Ainw</target>
+      </trans-unit>
       <trans-unit id="ak" resname="ak" approved="yes">
         <source>Akan</source>
         <target>Akan</target>
@@ -42,6 +54,18 @@
         <source>Akkadian</source>
         <target>Akkadian</target>
       </trans-unit>
+      <trans-unit id="ale" resname="ale" approved="yes">
+        <source>Aleut</source>
+        <target>Aleut</target>
+      </trans-unit>
+      <trans-unit id="alg" resname="alg" approved="yes">
+        <source>Algonquian languages</source>
+        <target>Ieithoedd Algoncwianeg</target>
+      </trans-unit>
+      <trans-unit id="alt" resname="alt" approved="yes">
+        <source>Southern Altai</source>
+        <target>Altai Deheuol</target>
+      </trans-unit>
       <trans-unit id="am" resname="am" approved="yes">
         <source>Amharic</source>
         <target>Amhareg</target>
@@ -50,18 +74,38 @@
         <source>Aragonese</source>
         <target>Aragonese</target>
       </trans-unit>
+      <trans-unit id="ang" resname="ang" approved="yes">
+        <source>English, Old (ca. 450-1100)</source>
+        <target>Saesneg, Hen (ca. 450-1100)</target>
+      </trans-unit>
       <trans-unit id="anp" resname="anp" approved="yes">
         <source>Angika</source>
         <target>Angika</target>
       </trans-unit>
+      <trans-unit id="apa" resname="apa" approved="yes">
+        <source>Apache languages</source>
+        <target>Ieithoedd Apache</target>
+      </trans-unit>
       <trans-unit id="ar" resname="ar" approved="yes">
         <source>Arabic</source>
         <target>Arabeg</target>
       </trans-unit>
+      <trans-unit id="arn" resname="arn" approved="yes">
+        <source>Mapudungun; Mapuche</source>
+        <target>Mapudungun; Mapuche</target>
+      </trans-unit>
+      <trans-unit id="arp" resname="arp" approved="yes">
+        <source>Arapaho</source>
+        <target>Arapaho</target>
+      </trans-unit>
       <trans-unit id="art" resname="art" approved="yes">
         <source>Artificial languages</source>
         <target>Artificial languages</target>
       </trans-unit>
+      <trans-unit id="arw" resname="arw" approved="yes">
+        <source>Arawak</source>
+        <target>Arawac</target>
+      </trans-unit>
       <trans-unit id="as" resname="as" approved="yes">
         <source>Assamese</source>
         <target>Asameg</target>
@@ -70,6 +114,10 @@
         <source>Athapascan languages</source>
         <target>Athapascan languages</target>
       </trans-unit>
+      <trans-unit id="aus" resname="aus" approved="yes">
+        <source>Australian languages</source>
+        <target>Ieithoedd Awstralaidd</target>
+      </trans-unit>
       <trans-unit id="av" resname="av" approved="yes">
         <source>Avaric</source>
         <target>Avaric</target>
@@ -94,6 +142,14 @@
         <source>Banda languages</source>
         <target>Banda languages</target>
       </trans-unit>
+      <trans-unit id="bai" resname="bai" approved="yes">
+        <source>Bamileke languages</source>
+        <target>Ieithoedd Bamilece</target>
+      </trans-unit>
+      <trans-unit id="bal" resname="bal" approved="yes">
+        <source>Baluchi</source>
+        <target>Balwshi</target>
+      </trans-unit>
       <trans-unit id="ban" resname="ban" approved="yes">
         <source>Balinese</source>
         <target>Balinese</target>
@@ -110,6 +166,10 @@
         <source>Belarusian</source>
         <target>Belarwseg</target>
       </trans-unit>
+      <trans-unit id="bem" resname="bem" approved="yes">
+        <source>Bemba</source>
+        <target>Bemba</target>
+      </trans-unit>
       <trans-unit id="ber" resname="ber" approved="yes">
         <source>Berber languages</source>
         <target>Berber languages</target>
@@ -122,14 +182,26 @@
         <source>Bihari languages</source>
         <target>Bihari languages</target>
       </trans-unit>
+      <trans-unit id="bho" resname="bho" approved="yes">
+        <source>Bhojpuri</source>
+        <target>Bhojpureg</target>
+      </trans-unit>
       <trans-unit id="bi" resname="bi" approved="yes">
         <source>Bislama</source>
         <target>Bislama</target>
       </trans-unit>
+      <trans-unit id="bik" resname="bik" approved="yes">
+        <source>Bikol</source>
+        <target>Bicol</target>
+      </trans-unit>
       <trans-unit id="bin" resname="bin" approved="yes">
         <source>Bini; Edo</source>
         <target>Bini; Edo</target>
       </trans-unit>
+      <trans-unit id="bla" resname="bla" approved="yes">
+        <source>Siksika</source>
+        <target>Sicseg</target>
+      </trans-unit>
       <trans-unit id="bm" resname="bm" approved="yes">
         <source>Bambara</source>
         <target>Bambara</target>
@@ -176,20 +248,36 @@
       </trans-unit>
       <trans-unit id="ce" resname="ce" approved="yes">
         <source>Chechen</source>
-        <target>Chechen</target>
+        <target>Tsietsien</target>
+      </trans-unit>
+      <trans-unit id="ceb" resname="ceb" approved="yes">
+        <source>Cebuano</source>
+        <target>Cebuano</target>
       </trans-unit>
       <trans-unit id="cel" resname="cel" approved="yes">
         <source>Celtic languages</source>
-        <target>Celtic languages</target>
+        <target>Ieithoedd Celtaidd</target>
+      </trans-unit>
+      <trans-unit id="ch" resname="ch" approved="yes">
+        <source>Chamorro</source>
+        <target>Tsiamoro</target>
+      </trans-unit>
+      <trans-unit id="chg" resname="chg" approved="yes">
+        <source>Chagatai</source>
+        <target>Tsiagatai</target>
       </trans-unit>
       <trans-unit id="chk" resname="chk" approved="yes">
         <source>Chuukese</source>
-        <target>Chuukese</target>
+        <target>Tsiwceg</target>
       </trans-unit>
       <trans-unit id="chm" resname="chm" approved="yes">
         <source>Mari</source>
         <target>Mari</target>
       </trans-unit>
+      <trans-unit id="cnr" resname="cnr" approved="yes">
+        <source>Montenegrin</source>
+        <target>Montenegreg</target>
+      </trans-unit>
       <trans-unit id="co" resname="co" approved="yes">
         <source>Corsican</source>
         <target>Corseg</target>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/de.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/de.countries.xlf
index 34d65178a6f0f7c128bf5de96e20773863b8fd54..1fbe660bde09aed3032859717b40371509025abf 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/de.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/de.countries.xlf
@@ -228,11 +228,11 @@
       </trans-unit>
       <trans-unit id="BY.name" resname="BY.name" approved="yes">
         <source>Belarus</source>
-        <target>Weißrussland</target>
+        <target>Belarus</target>
       </trans-unit>
       <trans-unit id="BY.official_name" resname="BY.official_name" approved="yes">
         <source>Republic of Belarus</source>
-        <target>Republik Weißrussland</target>
+        <target>Republik Belarus</target>
       </trans-unit>
       <trans-unit id="BZ.name" resname="BZ.name" approved="yes">
         <source>Belize</source>
@@ -332,11 +332,11 @@
       </trans-unit>
       <trans-unit id="CV.name" resname="CV.name" approved="yes">
         <source>Cabo Verde</source>
-        <target>Cabo Verde</target>
+        <target>Kap Verde</target>
       </trans-unit>
       <trans-unit id="CV.official_name" resname="CV.official_name" approved="yes">
         <source>Republic of Cabo Verde</source>
-        <target>Republik Cabo Verde</target>
+        <target>Republik Kap Verde</target>
       </trans-unit>
       <trans-unit id="CW.name" resname="CW.name" approved="yes">
         <source>Curaçao</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/gl.languages.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/gl.languages.xlf
index c58a3094bdf7e5b69683e05aaf94e7b991f5bec5..5384b52e7555b2a846a7dd8dcaf29fc901e31262 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/gl.languages.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/gl.languages.xlf
@@ -932,7 +932,7 @@
       </trans-unit>
       <trans-unit id="ks" resname="ks" approved="yes">
         <source>Kashmiri</source>
-        <target>Cachemir</target>
+        <target>Caxemirés</target>
       </trans-unit>
       <trans-unit id="ku" resname="ku" approved="yes">
         <source>Kurdish</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/hu.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/hu.countries.xlf
index 12bc471bcfa737333014c31cad1148cdb1962647..0178514bdb151c2a76f7d6a1ba07c9bba2114a5a 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/hu.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/hu.countries.xlf
@@ -1518,9 +1518,13 @@
         <source>Kingdom of Tonga</source>
         <target>Tongai Királyság</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>Törökország</target>
+      </trans-unit>
       <trans-unit id="TR.official_name" resname="TR.official_name" approved="yes">
         <source>Republic of Türkiye</source>
-        <target>Republic of Türkiye</target>
+        <target>Török Köztársaság</target>
       </trans-unit>
       <trans-unit id="TT.name" resname="TT.name" approved="yes">
         <source>Trinidad and Tobago</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/it.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/it.countries.xlf
index 1b692c8f80c295f250665248292ecfc91af989bb..41afc4cbdc026e834cec4ec6dffefccb1b8cd34e 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/it.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/it.countries.xlf
@@ -116,7 +116,7 @@
       </trans-unit>
       <trans-unit id="BD.official_name" resname="BD.official_name" approved="yes">
         <source>People's Republic of Bangladesh</source>
-        <target>Repubblica popolare del Bangladesh</target>
+        <target>Repubblica Popolare del Bangladesh</target>
       </trans-unit>
       <trans-unit id="BE.name" resname="BE.name" approved="yes">
         <source>Belgium</source>
@@ -164,7 +164,7 @@
       </trans-unit>
       <trans-unit id="BL.name" resname="BL.name" approved="yes">
         <source>Saint Barthélemy</source>
-        <target>Saint Barts</target>
+        <target>Saint-Barthélemy</target>
       </trans-unit>
       <trans-unit id="BM.name" resname="BM.name" approved="yes">
         <source>Bermuda</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/it.languages.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/it.languages.xlf
index ee82b5dd93ca004869d1e3dbc193e7c37c71125c..0095f1a6b6b9ec5f6cba31fb015e44882a44414b 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/it.languages.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/it.languages.xlf
@@ -280,7 +280,7 @@
       </trans-unit>
       <trans-unit id="ce" resname="ce" approved="yes">
         <source>Chechen</source>
-        <target>Chechen</target>
+        <target>Ceceno</target>
       </trans-unit>
       <trans-unit id="ceb" resname="ceb" approved="yes">
         <source>Cebuano</source>
@@ -334,6 +334,10 @@
         <source>Chamic languages</source>
         <target>Lingue chamic</target>
       </trans-unit>
+      <trans-unit id="cnr" resname="cnr" approved="yes">
+        <source>Montenegrin</source>
+        <target>Montenegrino</target>
+      </trans-unit>
       <trans-unit id="co" resname="co" approved="yes">
         <source>Corsican</source>
         <target>Corso</target>
@@ -376,7 +380,7 @@
       </trans-unit>
       <trans-unit id="cu" resname="cu" approved="yes">
         <source>Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic</source>
-        <target>Slavo ecclesiasito; Slavo antico; Bulgaro antico; Slavo ecclesiastico antico</target>
+        <target>Slavo ecclesiastico; Slavo antico; Bulgaro antico; Slavo ecclesiastico antico</target>
       </trans-unit>
       <trans-unit id="cus" resname="cus" approved="yes">
         <source>Cushitic languages</source>
@@ -432,7 +436,7 @@
       </trans-unit>
       <trans-unit id="dra" resname="dra" approved="yes">
         <source>Dravidian languages</source>
-        <target>Lingue dravidiane</target>
+        <target>Lingue dravidiche</target>
       </trans-unit>
       <trans-unit id="dsb" resname="dsb" approved="yes">
         <source>Lower Sorbian</source>
@@ -536,7 +540,7 @@
       </trans-unit>
       <trans-unit id="fiu" resname="fiu" approved="yes">
         <source>Finno-Ugrian languages</source>
-        <target>Lingue finno-ungrian</target>
+        <target>Lingue ugrofinniche</target>
       </trans-unit>
       <trans-unit id="fj" resname="fj" approved="yes">
         <source>Fijian</source>
@@ -768,15 +772,15 @@
       </trans-unit>
       <trans-unit id="inc" resname="inc" approved="yes">
         <source>Indic languages</source>
-        <target>Lingue indic</target>
+        <target>Lingue indoarie</target>
       </trans-unit>
       <trans-unit id="ine" resname="ine" approved="yes">
         <source>Indo-European languages</source>
-        <target>Lingue indo-europee</target>
+        <target>Lingue indoeuropee</target>
       </trans-unit>
       <trans-unit id="inh" resname="inh" approved="yes">
         <source>Ingush</source>
-        <target>Ingush</target>
+        <target>Inguscio</target>
       </trans-unit>
       <trans-unit id="io" resname="io" approved="yes">
         <source>Ido</source>
@@ -784,7 +788,7 @@
       </trans-unit>
       <trans-unit id="ira" resname="ira" approved="yes">
         <source>Iranian languages</source>
-        <target>Lingue iraniane</target>
+        <target>Lingue iraniche</target>
       </trans-unit>
       <trans-unit id="iro" resname="iro" approved="yes">
         <source>Iroquoian languages</source>
@@ -820,7 +824,7 @@
       </trans-unit>
       <trans-unit id="jv" resname="jv" approved="yes">
         <source>Javanese</source>
-        <target>Javanese</target>
+        <target>Giavanese</target>
       </trans-unit>
       <trans-unit id="ka" resname="ka" approved="yes">
         <source>Georgian</source>
@@ -924,7 +928,7 @@
       </trans-unit>
       <trans-unit id="krl" resname="krl" approved="yes">
         <source>Karelian</source>
-        <target>Karelian</target>
+        <target>Careliano</target>
       </trans-unit>
       <trans-unit id="kro" resname="kro" approved="yes">
         <source>Kru languages</source>
@@ -992,7 +996,7 @@
       </trans-unit>
       <trans-unit id="li" resname="li" approved="yes">
         <source>Limburgan; Limburger; Limburgish</source>
-        <target>Limburgan</target>
+        <target>Limburghese</target>
       </trans-unit>
       <trans-unit id="ln" resname="ln" approved="yes">
         <source>Lingala</source>
@@ -1064,7 +1068,7 @@
       </trans-unit>
       <trans-unit id="map" resname="map" approved="yes">
         <source>Austronesian languages</source>
-        <target>Lingue austro-indonesiane</target>
+        <target>Lingue austronesiane</target>
       </trans-unit>
       <trans-unit id="mas" resname="mas" approved="yes">
         <source>Masai</source>
@@ -1152,7 +1156,7 @@
       </trans-unit>
       <trans-unit id="ms" resname="ms" approved="yes">
         <source>Malay</source>
-        <target>Malay</target>
+        <target>Malese</target>
       </trans-unit>
       <trans-unit id="mt" resname="mt" approved="yes">
         <source>Maltese</source>
@@ -1180,7 +1184,7 @@
       </trans-unit>
       <trans-unit id="my" resname="my" approved="yes">
         <source>Burmese</source>
-        <target>Burmese</target>
+        <target>Birmano</target>
       </trans-unit>
       <trans-unit id="myn" resname="myn" approved="yes">
         <source>Mayan languages</source>
@@ -1196,7 +1200,7 @@
       </trans-unit>
       <trans-unit id="nah" resname="nah" approved="yes">
         <source>Nahuatl languages</source>
-        <target>Lingue salish</target>
+        <target>Lingue nahuatl</target>
       </trans-unit>
       <trans-unit id="nai" resname="nai" approved="yes">
         <source>North American Indian languages</source>
@@ -1216,7 +1220,7 @@
       </trans-unit>
       <trans-unit id="nds" resname="nds" approved="yes">
         <source>Low German; Low Saxon; German, Low; Saxon, Low</source>
-        <target>Tedesco inferiore; Sassone inferiore</target>
+        <target>Basso tedesco; Basso sassone</target>
       </trans-unit>
       <trans-unit id="ne" resname="ne" approved="yes">
         <source>Nepali</source>
@@ -1236,11 +1240,11 @@
       </trans-unit>
       <trans-unit id="nic" resname="nic" approved="yes">
         <source>Niger-Kordofanian languages</source>
-        <target>Lingue niger-kordofanian</target>
+        <target>Lingue niger-kordofaniane</target>
       </trans-unit>
       <trans-unit id="niu" resname="niu" approved="yes">
         <source>Niuean</source>
-        <target>Niuean</target>
+        <target>Niueano, niveano</target>
       </trans-unit>
       <trans-unit id="nl" resname="nl" approved="yes">
         <source>Dutch; Flemish</source>
@@ -1260,7 +1264,7 @@
       </trans-unit>
       <trans-unit id="non" resname="non" approved="yes">
         <source>Norse, Old</source>
-        <target>Norse antico</target>
+        <target>Norreno antico</target>
       </trans-unit>
       <trans-unit id="nqo" resname="nqo" approved="yes">
         <source>N'Ko</source>
@@ -1284,7 +1288,7 @@
       </trans-unit>
       <trans-unit id="nwc" resname="nwc" approved="yes">
         <source>Classical Newari; Old Newari; Classical Nepal Bhasa</source>
-        <target>Newari calssico; Newsari antico; Nepal Bhasa classico</target>
+        <target>Newari classico; Newari antico; Nepal Bhasa classico</target>
       </trans-unit>
       <trans-unit id="ny" resname="ny" approved="yes">
         <source>Chichewa; Chewa; Nyanja</source>
@@ -1336,15 +1340,15 @@
       </trans-unit>
       <trans-unit id="oto" resname="oto" approved="yes">
         <source>Otomian languages</source>
-        <target>Lingue ottomanne</target>
+        <target>Lingue otomí</target>
       </trans-unit>
       <trans-unit id="pa" resname="pa" approved="yes">
         <source>Panjabi; Punjabi</source>
-        <target>Panjabi; Punjabi</target>
+        <target>Pangiabi; Punjabi</target>
       </trans-unit>
       <trans-unit id="paa" resname="paa" approved="yes">
         <source>Papuan languages</source>
-        <target>Lungue papuane</target>
+        <target>Lingue papuasiche</target>
       </trans-unit>
       <trans-unit id="pag" resname="pag" approved="yes">
         <source>Pangasinan</source>
@@ -1400,7 +1404,7 @@
       </trans-unit>
       <trans-unit id="ps" resname="ps" approved="yes">
         <source>Pushto; Pashto</source>
-        <target>Pasthu; Afgano</target>
+        <target>Pashtu; Afgano</target>
       </trans-unit>
       <trans-unit id="pt" resname="pt" approved="yes">
         <source>Portuguese</source>
@@ -1424,11 +1428,11 @@
       </trans-unit>
       <trans-unit id="rar" resname="rar" approved="yes">
         <source>Rarotongan; Cook Islands Maori</source>
-        <target>Rarotongan; Maori dell'Isola di Cook</target>
+        <target>Rarotongan; Māori delle isole Cook</target>
       </trans-unit>
       <trans-unit id="rm" resname="rm" approved="yes">
         <source>Romansh</source>
-        <target>Romansh</target>
+        <target>Romancio</target>
       </trans-unit>
       <trans-unit id="rn" resname="rn" approved="yes">
         <source>Rundi</source>
@@ -1444,7 +1448,7 @@
       </trans-unit>
       <trans-unit id="rom" resname="rom" approved="yes">
         <source>Romany</source>
-        <target>Romany</target>
+        <target>Romaní</target>
       </trans-unit>
       <trans-unit id="ru" resname="ru" approved="yes">
         <source>Russian</source>
@@ -1452,7 +1456,7 @@
       </trans-unit>
       <trans-unit id="rup" resname="rup" approved="yes">
         <source>Aromanian; Arumanian; Macedo-Romanian</source>
-        <target>Macedone-Romeno</target>
+        <target>Arumeno; Aromeno; Macedorumeno</target>
       </trans-unit>
       <trans-unit id="rw" resname="rw" approved="yes">
         <source>Kinyarwanda</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/ko.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/ko.countries.xlf
index 79c6c241fced739e7cf46dc6e6a774c5b51eda93..1b5bc78432a259430e43a717cecb99f69c93c0a7 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/ko.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/ko.countries.xlf
@@ -1518,9 +1518,13 @@
         <source>Kingdom of Tonga</source>
         <target>통가 왕국</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>튀르키예</target>
+      </trans-unit>
       <trans-unit id="TR.official_name" resname="TR.official_name" approved="yes">
         <source>Republic of Türkiye</source>
-        <target>Republic of Türkiye</target>
+        <target>튀르키예 공화국</target>
       </trans-unit>
       <trans-unit id="TT.name" resname="TT.name" approved="yes">
         <source>Trinidad and Tobago</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/ko.languages.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/ko.languages.xlf
index cff4c3f69d82c9cfc398698482c5f40821a16fca..ed01b02e45783f68c5995a79430f797f5afa129f 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/ko.languages.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/ko.languages.xlf
@@ -334,6 +334,10 @@
         <source>Chamic languages</source>
         <target>참어</target>
       </trans-unit>
+      <trans-unit id="cnr" resname="cnr" approved="yes">
+        <source>Montenegrin</source>
+        <target>몬테네그로어</target>
+      </trans-unit>
       <trans-unit id="co" resname="co" approved="yes">
         <source>Corsican</source>
         <target>코르시카어</target>
@@ -1192,7 +1196,7 @@
       </trans-unit>
       <trans-unit id="na" resname="na" approved="yes">
         <source>Nauru</source>
-        <target>나우루</target>
+        <target>나우루어</target>
       </trans-unit>
       <trans-unit id="nah" resname="nah" approved="yes">
         <source>Nahuatl languages</source>
@@ -1208,7 +1212,7 @@
       </trans-unit>
       <trans-unit id="nb" resname="nb" approved="yes">
         <source>Bokmål, Norwegian; Norwegian Bokmål</source>
-        <target>보크몰</target>
+        <target>노르웨이어</target>
       </trans-unit>
       <trans-unit id="nd" resname="nd" approved="yes">
         <source>Ndebele, North; North Ndebele</source>
@@ -1780,7 +1784,7 @@
       </trans-unit>
       <trans-unit id="tvl" resname="tvl" approved="yes">
         <source>Tuvalu</source>
-        <target>투발루</target>
+        <target>투발루어</target>
       </trans-unit>
       <trans-unit id="tw" resname="tw" approved="yes">
         <source>Twi</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/pl.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/pl.countries.xlf
index 81e05f4f302c2a93a0e075c63cf39f986a689255..cbc072a8704121bc1462410a0643c6c0f09c2b66 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/pl.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/pl.countries.xlf
@@ -1518,9 +1518,13 @@
         <source>Kingdom of Tonga</source>
         <target>Królestwo Tonga</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>Turcja</target>
+      </trans-unit>
       <trans-unit id="TR.official_name" resname="TR.official_name" approved="yes">
         <source>Republic of Türkiye</source>
-        <target>Republic of Türkiye</target>
+        <target>Republika Turcji</target>
       </trans-unit>
       <trans-unit id="TT.name" resname="TT.name" approved="yes">
         <source>Trinidad and Tobago</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/pt-BR.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/pt-BR.countries.xlf
index cf123ea5343f1417a0108209f9ba10a56d646a9c..b92b9400bd22793951d069fa61f4937bf97d2630 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/pt-BR.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/pt-BR.countries.xlf
@@ -1518,9 +1518,13 @@
         <source>Kingdom of Tonga</source>
         <target>Reino de Tonga</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>Turquia</target>
+      </trans-unit>
       <trans-unit id="TR.official_name" resname="TR.official_name" approved="yes">
         <source>Republic of Türkiye</source>
-        <target>Republic of Türkiye</target>
+        <target>República da Turquia</target>
       </trans-unit>
       <trans-unit id="TT.name" resname="TT.name" approved="yes">
         <source>Trinidad and Tobago</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/pt-BR.languages.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/pt-BR.languages.xlf
index 5ea6cfa27441f59be2c92ea3c8372f3c2761a3ff..563afe152826916059a954745fcc96a4d9f20cb4 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/pt-BR.languages.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/pt-BR.languages.xlf
@@ -334,6 +334,10 @@
         <source>Chamic languages</source>
         <target>Idiomas châmicos</target>
       </trans-unit>
+      <trans-unit id="cnr" resname="cnr" approved="yes">
+        <source>Montenegrin</source>
+        <target>Montenegrino</target>
+      </trans-unit>
       <trans-unit id="co" resname="co" approved="yes">
         <source>Corsican</source>
         <target>Corso</target>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/pt.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/pt.countries.xlf
index cd3d7275f9d70db9289fbf0450a3521264a5e796..0e46adf090a69738fdf370d6098e36f2ddbb586f 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/pt.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/pt.countries.xlf
@@ -1518,6 +1518,10 @@
         <source>Kingdom of Tonga</source>
         <target>Reino de Tonga</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>Turquia</target>
+      </trans-unit>
       <trans-unit id="TR.official_name" resname="TR.official_name" approved="yes">
         <source>Republic of Türkiye</source>
         <target>Republic of Türkiye</target>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/pt.languages.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/pt.languages.xlf
index 1c4b09c7ed3c7c5e31c73379d039c4ddbbbc19ef..036877414df6f8e802d1faa872be20521dc68f6d 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/pt.languages.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/pt.languages.xlf
@@ -334,6 +334,10 @@
         <source>Chamic languages</source>
         <target>Idiomas châmicos</target>
       </trans-unit>
+      <trans-unit id="cnr" resname="cnr" approved="yes">
+        <source>Montenegrin</source>
+        <target>Montenegrino</target>
+      </trans-unit>
       <trans-unit id="co" resname="co" approved="yes">
         <source>Corsican</source>
         <target>córsico</target>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/zh-CN.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/zh-CN.countries.xlf
index bb3d26d7c9e0ebb4eaca4d195b6a74453d038298..2a7565d668596f21a1cb8657073cd54ae5c09fa1 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/zh-CN.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/zh-CN.countries.xlf
@@ -708,7 +708,7 @@
       </trans-unit>
       <trans-unit id="IR.name" resname="IR.name" approved="yes">
         <source>Iran, Islamic Republic of</source>
-        <target>伊朗</target>
+        <target>伊朗伊斯兰共和国</target>
       </trans-unit>
       <trans-unit id="IR.official_name" resname="IR.official_name" approved="yes">
         <source>Islamic Republic of Iran</source>
@@ -1436,7 +1436,7 @@
       </trans-unit>
       <trans-unit id="SY.name" resname="SY.name" approved="yes">
         <source>Syrian Arab Republic</source>
-        <target>叙利亚</target>
+        <target>阿拉伯叙利亚共和国</target>
       </trans-unit>
       <trans-unit id="SZ.name" resname="SZ.name" approved="yes">
         <source>Eswatini</source>
@@ -1518,9 +1518,13 @@
         <source>Kingdom of Tonga</source>
         <target>汤加王国</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>土耳其</target>
+      </trans-unit>
       <trans-unit id="TR.official_name" resname="TR.official_name" approved="yes">
         <source>Republic of Türkiye</source>
-        <target>Republic of Türkiye</target>
+        <target>土耳其共和国</target>
       </trans-unit>
       <trans-unit id="TT.name" resname="TT.name" approved="yes">
         <source>Trinidad and Tobago</source>