From cc8c1e459236510769cc03a58f85f4da9194aeb3 Mon Sep 17 00:00:00 2001
From: Anja Leichsenring <aleichsenring@ab-softlab.de>
Date: Tue, 5 Sep 2023 06:41:57 +0200
Subject: [PATCH] [TASK] Update ISO data

New ISO data has been published, so we update our set.

Resolves: #101842
Releases: main, 12.4
Change-Id: If0a4663b91862615a8ddcfd5e0887efb03009ada
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80840
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: core-ci <typo3@b13.com>
---
 .../Private/Language/Iso/fr.countries.xlf     |  24 +-
 .../Private/Language/Iso/fr.languages.xlf     | 958 +++++++++---------
 .../Private/Language/Iso/ka.languages.xlf     |  40 +
 .../Private/Language/Iso/lt.countries.xlf     |  36 +-
 .../Private/Language/Iso/lt.languages.xlf     |  50 +-
 .../Private/Language/Iso/sk.countries.xlf     |   2 +-
 6 files changed, 601 insertions(+), 509 deletions(-)

diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/fr.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/fr.countries.xlf
index c41b2a8715ec..d364fa86a9cd 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/fr.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/fr.countries.xlf
@@ -216,7 +216,7 @@
       </trans-unit>
       <trans-unit id="BV.name" resname="BV.name" approved="yes">
         <source>Bouvet Island</source>
-        <target>île Bouvet</target>
+        <target>ÃŽle Bouvet</target>
       </trans-unit>
       <trans-unit id="BW.name" resname="BW.name" approved="yes">
         <source>Botswana</source>
@@ -280,7 +280,7 @@
       </trans-unit>
       <trans-unit id="CK.name" resname="CK.name" approved="yes">
         <source>Cook Islands</source>
-        <target>îles Cook</target>
+        <target>ÃŽles Cook</target>
       </trans-unit>
       <trans-unit id="CL.name" resname="CL.name" approved="yes">
         <source>Chile</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>l'État d'Érythrée</target>
+        <target>L'État d'Érythrée</target>
       </trans-unit>
       <trans-unit id="ES.name" resname="ES.name" approved="yes">
         <source>Spain</source>
@@ -492,7 +492,7 @@
       </trans-unit>
       <trans-unit id="FO.name" resname="FO.name" approved="yes">
         <source>Faroe Islands</source>
-        <target>îles Féroé</target>
+        <target>Îles Féroé</target>
       </trans-unit>
       <trans-unit id="FR.name" resname="FR.name" approved="yes">
         <source>France</source>
@@ -628,7 +628,7 @@
       </trans-unit>
       <trans-unit id="HM.name" resname="HM.name" approved="yes">
         <source>Heard Island and McDonald Islands</source>
-        <target>îles Heard-et-MacDonald</target>
+        <target>ÃŽles Heard-et-MacDonald</target>
       </trans-unit>
       <trans-unit id="HN.name" resname="HN.name" approved="yes">
         <source>Honduras</source>
@@ -816,7 +816,7 @@
       </trans-unit>
       <trans-unit id="KY.name" resname="KY.name" approved="yes">
         <source>Cayman Islands</source>
-        <target>îles Caïmans</target>
+        <target>Îles Caïmans</target>
       </trans-unit>
       <trans-unit id="KZ.name" resname="KZ.name" approved="yes">
         <source>Kazakhstan</source>
@@ -1092,7 +1092,7 @@
       </trans-unit>
       <trans-unit id="NF.name" resname="NF.name" approved="yes">
         <source>Norfolk Island</source>
-        <target>île Norfolk</target>
+        <target>ÃŽle Norfolk</target>
       </trans-unit>
       <trans-unit id="NG.name" resname="NG.name" approved="yes">
         <source>Nigeria</source>
@@ -1232,7 +1232,7 @@
       </trans-unit>
       <trans-unit id="PS.official_name" resname="PS.official_name" approved="yes">
         <source>the State of Palestine</source>
-        <target>l'État de Palestine</target>
+        <target>L'État de Palestine</target>
       </trans-unit>
       <trans-unit id="PT.name" resname="PT.name" approved="yes">
         <source>Portugal</source>
@@ -1448,7 +1448,7 @@
       </trans-unit>
       <trans-unit id="TC.name" resname="TC.name" approved="yes">
         <source>Turks and Caicos Islands</source>
-        <target>îles Turques-et-Caïques</target>
+        <target>Îles Turques-et-Caïques</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>Royaume des Tonga</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>Turquie</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>République de Turquie</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/fr.languages.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/fr.languages.xlf
index d75f47bc3c5f..6cff07e8d9ea 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/fr.languages.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/fr.languages.xlf
@@ -4,335 +4,335 @@
     <body>
       <trans-unit id="aa" resname="aa" approved="yes">
         <source>Afar</source>
-        <target>afar</target>
+        <target>Afar</target>
       </trans-unit>
       <trans-unit id="ab" resname="ab" approved="yes">
         <source>Abkhazian</source>
-        <target>abkhaze</target>
+        <target>Abkhaze</target>
       </trans-unit>
       <trans-unit id="ace" resname="ace" approved="yes">
         <source>Achinese</source>
-        <target>aceh</target>
+        <target>Aceh</target>
       </trans-unit>
       <trans-unit id="ach" resname="ach" approved="yes">
         <source>Acoli</source>
-        <target>acoli</target>
+        <target>Acoli</target>
       </trans-unit>
       <trans-unit id="ada" resname="ada" approved="yes">
         <source>Adangme</source>
-        <target>adangme</target>
+        <target>Adangme</target>
       </trans-unit>
       <trans-unit id="ady" resname="ady" approved="yes">
         <source>Adyghe; Adygei</source>
-        <target>adyghé</target>
+        <target>Adyghé</target>
       </trans-unit>
       <trans-unit id="ae" resname="ae" approved="yes">
         <source>Avestan</source>
-        <target>avestique</target>
+        <target>Avestique</target>
       </trans-unit>
       <trans-unit id="af" resname="af" approved="yes">
         <source>Afrikaans</source>
-        <target>afrikaans</target>
+        <target>Afrikaans</target>
       </trans-unit>
       <trans-unit id="afa" resname="afa" approved="yes">
         <source>Afro-Asiatic languages</source>
-        <target>afro-asiatiques, langues</target>
+        <target>Afro-asiatiques, langues</target>
       </trans-unit>
       <trans-unit id="afh" resname="afh" approved="yes">
         <source>Afrihili</source>
-        <target>afrihili</target>
+        <target>Afrihili</target>
       </trans-unit>
       <trans-unit id="ain" resname="ain" approved="yes">
         <source>Ainu</source>
-        <target>aïnou</target>
+        <target>Aïnou</target>
       </trans-unit>
       <trans-unit id="ak" resname="ak" approved="yes">
         <source>Akan</source>
-        <target>akan</target>
+        <target>Akan</target>
       </trans-unit>
       <trans-unit id="akk" resname="akk" approved="yes">
         <source>Akkadian</source>
-        <target>akkadien</target>
+        <target>Akkadien</target>
       </trans-unit>
       <trans-unit id="ale" resname="ale" approved="yes">
         <source>Aleut</source>
-        <target>aléoute</target>
+        <target>Aléoute</target>
       </trans-unit>
       <trans-unit id="alg" resname="alg" approved="yes">
         <source>Algonquian languages</source>
-        <target>algonquines, langues</target>
+        <target>Algonquines, langues</target>
       </trans-unit>
       <trans-unit id="alt" resname="alt" approved="yes">
         <source>Southern Altai</source>
-        <target>altaï méridional</target>
+        <target>Altaï méridional</target>
       </trans-unit>
       <trans-unit id="am" resname="am" approved="yes">
         <source>Amharic</source>
-        <target>amharique</target>
+        <target>Amharique</target>
       </trans-unit>
       <trans-unit id="an" resname="an" approved="yes">
         <source>Aragonese</source>
-        <target>aragonais</target>
+        <target>Aragonais</target>
       </trans-unit>
       <trans-unit id="ang" resname="ang" approved="yes">
         <source>English, Old (ca. 450-1100)</source>
-        <target>anglo-saxon (environ 450-1100)</target>
+        <target>Anglo-Saxons (environ 450-1100)</target>
       </trans-unit>
       <trans-unit id="anp" resname="anp" approved="yes">
         <source>Angika</source>
-        <target>angika</target>
+        <target>Angika</target>
       </trans-unit>
       <trans-unit id="apa" resname="apa" approved="yes">
         <source>Apache languages</source>
-        <target>apaches, langues</target>
+        <target>Apaches, langues</target>
       </trans-unit>
       <trans-unit id="ar" resname="ar" approved="yes">
         <source>Arabic</source>
-        <target>arabe</target>
+        <target>Arabe</target>
       </trans-unit>
       <trans-unit id="arc" resname="arc" approved="yes">
         <source>Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE)</source>
-        <target>araméen d'empire (700-300 avant J.-C.)</target>
+        <target>Araméen d'empire (700-300 avant J.-C.)</target>
       </trans-unit>
       <trans-unit id="arn" resname="arn" approved="yes">
         <source>Mapudungun; Mapuche</source>
-        <target>mapudungun ; mapuche ; mapuchedungun</target>
+        <target>Mapudungun ; Mapuche ; Mapuchedungun</target>
       </trans-unit>
       <trans-unit id="arp" resname="arp" approved="yes">
         <source>Arapaho</source>
-        <target>arapaho</target>
+        <target>Arapaho</target>
       </trans-unit>
       <trans-unit id="art" resname="art" approved="yes">
         <source>Artificial languages</source>
-        <target>artificielles, langues</target>
+        <target>Artificielles, langues</target>
       </trans-unit>
       <trans-unit id="arw" resname="arw" approved="yes">
         <source>Arawak</source>
-        <target>arawak</target>
+        <target>Arawak</target>
       </trans-unit>
       <trans-unit id="as" resname="as" approved="yes">
         <source>Assamese</source>
-        <target>assamais</target>
+        <target>Assamais</target>
       </trans-unit>
       <trans-unit id="ast" resname="ast" approved="yes">
         <source>Asturian; Bable; Leonese; Asturleonese</source>
-        <target>asturien ; bable ; léonais ; asturo-léonais</target>
+        <target>Asturien ; Bable ; Léonais ; Asturo-Léonais</target>
       </trans-unit>
       <trans-unit id="ath" resname="ath" approved="yes">
         <source>Athapascan languages</source>
-        <target>athapascanes, langues</target>
+        <target>Athapascanes, langues</target>
       </trans-unit>
       <trans-unit id="aus" resname="aus" approved="yes">
         <source>Australian languages</source>
-        <target>australiennes, langues</target>
+        <target>Australiennes, langues</target>
       </trans-unit>
       <trans-unit id="av" resname="av" approved="yes">
         <source>Avaric</source>
-        <target>avar</target>
+        <target>Avar</target>
       </trans-unit>
       <trans-unit id="awa" resname="awa" approved="yes">
         <source>Awadhi</source>
-        <target>awadhi</target>
+        <target>Awadhi</target>
       </trans-unit>
       <trans-unit id="ay" resname="ay" approved="yes">
         <source>Aymara</source>
-        <target>aymara</target>
+        <target>Aymara</target>
       </trans-unit>
       <trans-unit id="az" resname="az" approved="yes">
         <source>Azerbaijani</source>
-        <target>azéri</target>
+        <target>Azéri</target>
       </trans-unit>
       <trans-unit id="ba" resname="ba" approved="yes">
         <source>Bashkir</source>
-        <target>bachkir</target>
+        <target>Bachkir</target>
       </trans-unit>
       <trans-unit id="bad" resname="bad" approved="yes">
         <source>Banda languages</source>
-        <target>bandas, langues</target>
+        <target>Bandas, langues</target>
       </trans-unit>
       <trans-unit id="bai" resname="bai" approved="yes">
         <source>Bamileke languages</source>
-        <target>bamiléké, langues</target>
+        <target>Bamiléké, langues</target>
       </trans-unit>
       <trans-unit id="bal" resname="bal" approved="yes">
         <source>Baluchi</source>
-        <target>baloutchi</target>
+        <target>Baloutchi</target>
       </trans-unit>
       <trans-unit id="ban" resname="ban" approved="yes">
         <source>Balinese</source>
-        <target>balinais</target>
+        <target>Balinais</target>
       </trans-unit>
       <trans-unit id="bas" resname="bas" approved="yes">
         <source>Basa</source>
-        <target>basa</target>
+        <target>Basa</target>
       </trans-unit>
       <trans-unit id="bat" resname="bat" approved="yes">
         <source>Baltic languages</source>
-        <target>baltes, langues</target>
+        <target>Baltes, langues</target>
       </trans-unit>
       <trans-unit id="be" resname="be" approved="yes">
         <source>Belarusian</source>
-        <target>biélorusse</target>
+        <target>Biélorusse</target>
       </trans-unit>
       <trans-unit id="bej" resname="bej" approved="yes">
         <source>Beja; Bedawiyet</source>
-        <target>bedja</target>
+        <target>Bedja</target>
       </trans-unit>
       <trans-unit id="bem" resname="bem" approved="yes">
         <source>Bemba</source>
-        <target>bemba</target>
+        <target>Bemba</target>
       </trans-unit>
       <trans-unit id="ber" resname="ber" approved="yes">
         <source>Berber languages</source>
-        <target>berbères, langues</target>
+        <target>Berbères, langues</target>
       </trans-unit>
       <trans-unit id="bg" resname="bg" approved="yes">
         <source>Bulgarian</source>
-        <target>bulgare</target>
+        <target>Bulgare</target>
       </trans-unit>
       <trans-unit id="bh" resname="bh" approved="yes">
         <source>Bihari languages</source>
-        <target>langues biharis</target>
+        <target>Biharis, langues</target>
       </trans-unit>
       <trans-unit id="bho" resname="bho" approved="yes">
         <source>Bhojpuri</source>
-        <target>bhojpuri</target>
+        <target>Bhojpuri</target>
       </trans-unit>
       <trans-unit id="bi" resname="bi" approved="yes">
         <source>Bislama</source>
-        <target>bichelamar</target>
+        <target>Bichelamar</target>
       </trans-unit>
       <trans-unit id="bik" resname="bik" approved="yes">
         <source>Bikol</source>
-        <target>bikol</target>
+        <target>Bikol</target>
       </trans-unit>
       <trans-unit id="bin" resname="bin" approved="yes">
         <source>Bini; Edo</source>
-        <target>bini ; edo</target>
+        <target>Bini ; Edo</target>
       </trans-unit>
       <trans-unit id="bla" resname="bla" approved="yes">
         <source>Siksika</source>
-        <target>siksika</target>
+        <target>Siksika</target>
       </trans-unit>
       <trans-unit id="bm" resname="bm" approved="yes">
         <source>Bambara</source>
-        <target>bambara</target>
+        <target>Bambara</target>
       </trans-unit>
       <trans-unit id="bn" resname="bn" approved="yes">
         <source>Bengali</source>
-        <target>bengali</target>
+        <target>Bengali</target>
       </trans-unit>
       <trans-unit id="bnt" resname="bnt" approved="yes">
         <source>Bantu (Other)</source>
-        <target>bantoue (autre)</target>
+        <target>Bantoue (autre)</target>
       </trans-unit>
       <trans-unit id="bo" resname="bo" approved="yes">
         <source>Tibetan</source>
-        <target>tibétain</target>
+        <target>Tibétain</target>
       </trans-unit>
       <trans-unit id="br" resname="br" approved="yes">
         <source>Breton</source>
-        <target>breton</target>
+        <target>Breton</target>
       </trans-unit>
       <trans-unit id="bra" resname="bra" approved="yes">
         <source>Braj</source>
-        <target>braj</target>
+        <target>Braj</target>
       </trans-unit>
       <trans-unit id="bs" resname="bs" approved="yes">
         <source>Bosnian</source>
-        <target>bosniaque</target>
+        <target>Bosniaque</target>
       </trans-unit>
       <trans-unit id="btk" resname="btk" approved="yes">
         <source>Batak languages</source>
-        <target>batak, langues</target>
+        <target>Batak, langues</target>
       </trans-unit>
       <trans-unit id="bua" resname="bua" approved="yes">
         <source>Buriat</source>
-        <target>bouriate</target>
+        <target>Bouriate</target>
       </trans-unit>
       <trans-unit id="bug" resname="bug" approved="yes">
         <source>Buginese</source>
-        <target>bouguis</target>
+        <target>Bouguis</target>
       </trans-unit>
       <trans-unit id="byn" resname="byn" approved="yes">
         <source>Blin; Bilin</source>
-        <target>blin ; bilin</target>
+        <target>Blin ; Bilin</target>
       </trans-unit>
       <trans-unit id="ca" resname="ca" approved="yes">
         <source>Catalan; Valencian</source>
-        <target>catalan</target>
+        <target>Catalan</target>
       </trans-unit>
       <trans-unit id="cad" resname="cad" approved="yes">
         <source>Caddo</source>
-        <target>caddo</target>
+        <target>Caddo</target>
       </trans-unit>
       <trans-unit id="cai" resname="cai" approved="yes">
         <source>Central American Indian languages</source>
-        <target>indiennes d’Amérique centrale, langues</target>
+        <target>Indiennes d’Amérique centrale, langues</target>
       </trans-unit>
       <trans-unit id="car" resname="car" approved="yes">
         <source>Galibi Carib</source>
-        <target>carib de Galibi</target>
+        <target>Carib de Galibi</target>
       </trans-unit>
       <trans-unit id="cau" resname="cau" approved="yes">
         <source>Caucasian languages</source>
-        <target>caucasiennes, langues</target>
+        <target>Caucasiennes, langues</target>
       </trans-unit>
       <trans-unit id="ce" resname="ce" approved="yes">
         <source>Chechen</source>
-        <target>tchétchène</target>
+        <target>Tchétchène</target>
       </trans-unit>
       <trans-unit id="ceb" resname="ceb" approved="yes">
         <source>Cebuano</source>
-        <target>cebuano</target>
+        <target>Cebuano</target>
       </trans-unit>
       <trans-unit id="cel" resname="cel" approved="yes">
         <source>Celtic languages</source>
-        <target>celtiques, langues</target>
+        <target>Celtiques, langues</target>
       </trans-unit>
       <trans-unit id="ch" resname="ch" approved="yes">
         <source>Chamorro</source>
-        <target>chamorro</target>
+        <target>Chamorro</target>
       </trans-unit>
       <trans-unit id="chb" resname="chb" approved="yes">
         <source>Chibcha</source>
-        <target>chibcha</target>
+        <target>Chibcha</target>
       </trans-unit>
       <trans-unit id="chg" resname="chg" approved="yes">
         <source>Chagatai</source>
-        <target>tchagatay</target>
+        <target>Tchagatay</target>
       </trans-unit>
       <trans-unit id="chk" resname="chk" approved="yes">
         <source>Chuukese</source>
-        <target>chuuk</target>
+        <target>Chuuk</target>
       </trans-unit>
       <trans-unit id="chm" resname="chm" approved="yes">
         <source>Mari</source>
-        <target>mari</target>
+        <target>Mari</target>
       </trans-unit>
       <trans-unit id="chn" resname="chn" approved="yes">
         <source>Chinook jargon</source>
-        <target>chinook, jargon</target>
+        <target>Chinook, jargon</target>
       </trans-unit>
       <trans-unit id="cho" resname="cho" approved="yes">
         <source>Choctaw</source>
-        <target>choctaw</target>
+        <target>Choctaw</target>
       </trans-unit>
       <trans-unit id="chp" resname="chp" approved="yes">
         <source>Chipewyan; Dene Suline</source>
-        <target>chipewyan</target>
+        <target>Chipewyan</target>
       </trans-unit>
       <trans-unit id="chr" resname="chr" approved="yes">
         <source>Cherokee</source>
-        <target>tchérokî</target>
+        <target>Tchérokî</target>
       </trans-unit>
       <trans-unit id="chy" resname="chy" approved="yes">
         <source>Cheyenne</source>
-        <target>cheyenne</target>
+        <target>Cheyenne</target>
       </trans-unit>
       <trans-unit id="cmc" resname="cmc" approved="yes">
         <source>Chamic languages</source>
-        <target>chames, langues</target>
+        <target>Chames, langues</target>
       </trans-unit>
       <trans-unit id="cnr" resname="cnr" approved="yes">
         <source>Montenegrin</source>
@@ -340,79 +340,79 @@
       </trans-unit>
       <trans-unit id="co" resname="co" approved="yes">
         <source>Corsican</source>
-        <target>corse</target>
+        <target>Corse</target>
       </trans-unit>
       <trans-unit id="cop" resname="cop" approved="yes">
         <source>Coptic</source>
-        <target>copte</target>
+        <target>Copte</target>
       </trans-unit>
       <trans-unit id="cpe" resname="cpe" approved="yes">
         <source>Creoles and pidgins, English based</source>
-        <target>créoles et pidgins basés sur l'anglais</target>
+        <target>Créoles et Pidgins basés sur l'Anglais</target>
       </trans-unit>
       <trans-unit id="cpf" resname="cpf" approved="yes">
         <source>Creoles and pidgins, French-based</source>
-        <target>créoles et pidgins basés sur le français</target>
+        <target>Créoles et Pidgins basés sur le Français</target>
       </trans-unit>
       <trans-unit id="cpp" resname="cpp" approved="yes">
         <source>Creoles and pidgins, Portuguese-based</source>
-        <target>créoles et pidgins portugais</target>
+        <target>Créoles et Pidgins basés sur le Portugais</target>
       </trans-unit>
       <trans-unit id="cr" resname="cr" approved="yes">
         <source>Cree</source>
-        <target>cri</target>
+        <target>Cri</target>
       </trans-unit>
       <trans-unit id="crh" resname="crh" approved="yes">
         <source>Crimean Tatar; Crimean Turkish</source>
-        <target>tatar de Crimée</target>
+        <target>Tatar de Crimée</target>
       </trans-unit>
       <trans-unit id="crp" resname="crp" approved="yes">
         <source>Creoles and pidgins</source>
-        <target>créoles et pidgins</target>
+        <target>Créoles et Pidgins</target>
       </trans-unit>
       <trans-unit id="cs" resname="cs" approved="yes">
         <source>Czech</source>
-        <target>tchèque</target>
+        <target>Tchèque</target>
       </trans-unit>
       <trans-unit id="csb" resname="csb" approved="yes">
         <source>Kashubian</source>
-        <target>kachoube</target>
+        <target>Kachoube</target>
       </trans-unit>
       <trans-unit id="cu" resname="cu" approved="yes">
         <source>Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic</source>
-        <target>slavon d'église</target>
+        <target>Slavon d'église</target>
       </trans-unit>
       <trans-unit id="cus" resname="cus" approved="yes">
         <source>Cushitic languages</source>
-        <target>couchitiques, langues</target>
+        <target>Couchitiques, langues</target>
       </trans-unit>
       <trans-unit id="cv" resname="cv" approved="yes">
         <source>Chuvash</source>
-        <target>tchouvache</target>
+        <target>Tchouvache</target>
       </trans-unit>
       <trans-unit id="cy" resname="cy" approved="yes">
         <source>Welsh</source>
-        <target>gallois</target>
+        <target>Gallois</target>
       </trans-unit>
       <trans-unit id="da" resname="da" approved="yes">
         <source>Danish</source>
-        <target>danois</target>
+        <target>Danois</target>
       </trans-unit>
       <trans-unit id="dak" resname="dak" approved="yes">
         <source>Dakota</source>
-        <target>dakota</target>
+        <target>Dakota</target>
       </trans-unit>
       <trans-unit id="dar" resname="dar" approved="yes">
         <source>Dargwa</source>
-        <target>dargwa</target>
+        <target>Dargwa</target>
       </trans-unit>
       <trans-unit id="day" resname="day" approved="yes">
         <source>Land Dayak languages</source>
-        <target>dayak, langues</target>
+        <target>Dayak, langues</target>
       </trans-unit>
       <trans-unit id="de" resname="de" approved="yes">
         <source>German</source>
-        <target>allemand</target>
+        <target>Allemand</target>
       </trans-unit>
       <trans-unit id="del" resname="del" approved="yes">
         <source>Delaware</source>
@@ -420,219 +420,219 @@
       </trans-unit>
       <trans-unit id="den" resname="den" approved="yes">
         <source>Slave (Athapascan)</source>
-        <target>esclave (athapascan)</target>
+        <target>Esclave (Athapascanes)</target>
       </trans-unit>
       <trans-unit id="dgr" resname="dgr" approved="yes">
         <source>Dogrib</source>
-        <target>dogrib</target>
+        <target>Dogrib</target>
       </trans-unit>
       <trans-unit id="din" resname="din" approved="yes">
         <source>Dinka</source>
-        <target>dinka</target>
+        <target>Dinka</target>
       </trans-unit>
       <trans-unit id="doi" resname="doi" approved="yes">
         <source>Dogri</source>
-        <target>dogri</target>
+        <target>Dogri</target>
       </trans-unit>
       <trans-unit id="dra" resname="dra" approved="yes">
         <source>Dravidian languages</source>
-        <target>dravidiennes, langues</target>
+        <target>Dravidiennes, langues</target>
       </trans-unit>
       <trans-unit id="dsb" resname="dsb" approved="yes">
         <source>Lower Sorbian</source>
-        <target>bas-sorabe</target>
+        <target>Bas-sorabe</target>
       </trans-unit>
       <trans-unit id="dua" resname="dua" approved="yes">
         <source>Duala</source>
-        <target>douala</target>
+        <target>Douala</target>
       </trans-unit>
       <trans-unit id="dum" resname="dum" approved="yes">
         <source>Dutch, Middle (ca. 1050-1350)</source>
-        <target>néerlandais moyen (environ 1050-1350)</target>
+        <target>Néerlandais moyen (environ 1050-1350)</target>
       </trans-unit>
       <trans-unit id="dv" resname="dv" approved="yes">
         <source>Divehi; Dhivehi; Maldivian</source>
-        <target>maldivien</target>
+        <target>Maldivien</target>
       </trans-unit>
       <trans-unit id="dyu" resname="dyu" approved="yes">
         <source>Dyula</source>
-        <target>dioula</target>
+        <target>Dioula</target>
       </trans-unit>
       <trans-unit id="dz" resname="dz" approved="yes">
         <source>Dzongkha</source>
-        <target>dzongkha</target>
+        <target>Dzongkha</target>
       </trans-unit>
       <trans-unit id="ee" resname="ee" approved="yes">
         <source>Ewe</source>
-        <target>éwé</target>
+        <target>Éwé</target>
       </trans-unit>
       <trans-unit id="efi" resname="efi" approved="yes">
         <source>Efik</source>
-        <target>efik</target>
+        <target>Efik</target>
       </trans-unit>
       <trans-unit id="egy" resname="egy" approved="yes">
         <source>Egyptian (Ancient)</source>
-        <target>égyptien ancien</target>
+        <target>Égyptien ancien</target>
       </trans-unit>
       <trans-unit id="eka" resname="eka" approved="yes">
         <source>Ekajuk</source>
-        <target>ekajuk</target>
+        <target>Ekajuk</target>
       </trans-unit>
       <trans-unit id="el" resname="el" approved="yes">
         <source>Greek, Modern (1453-)</source>
-        <target>grec moderne (après 1453)</target>
+        <target>Grec moderne (après 1453)</target>
       </trans-unit>
       <trans-unit id="elx" resname="elx" approved="yes">
         <source>Elamite</source>
-        <target>élamite</target>
+        <target>Élamite</target>
       </trans-unit>
       <trans-unit id="en" resname="en" approved="yes">
         <source>English</source>
-        <target>anglais</target>
+        <target>Anglais</target>
       </trans-unit>
       <trans-unit id="enm" resname="enm" approved="yes">
         <source>English, Middle (1100-1500)</source>
-        <target>anglais moyen (1100-1500)</target>
+        <target>Anglais moyen (1100-1500)</target>
       </trans-unit>
       <trans-unit id="eo" resname="eo" approved="yes">
         <source>Esperanto</source>
-        <target>espéranto</target>
+        <target>Espéranto</target>
       </trans-unit>
       <trans-unit id="es" resname="es" approved="yes">
         <source>Spanish; Castilian</source>
-        <target>castillan</target>
+        <target>Castillan</target>
       </trans-unit>
       <trans-unit id="et" resname="et" approved="yes">
         <source>Estonian</source>
-        <target>estonien</target>
+        <target>Estonien</target>
       </trans-unit>
       <trans-unit id="eu" resname="eu" approved="yes">
         <source>Basque</source>
-        <target>basque</target>
+        <target>Basque</target>
       </trans-unit>
       <trans-unit id="ewo" resname="ewo" approved="yes">
         <source>Ewondo</source>
-        <target>éwondo</target>
+        <target>Éwondo</target>
       </trans-unit>
       <trans-unit id="fa" resname="fa" approved="yes">
         <source>Persian</source>
-        <target>persan</target>
+        <target>Persan</target>
       </trans-unit>
       <trans-unit id="fan" resname="fan" approved="yes">
         <source>Fang</source>
-        <target>fang</target>
+        <target>Fang</target>
       </trans-unit>
       <trans-unit id="fat" resname="fat" approved="yes">
         <source>Fanti</source>
-        <target>fanti</target>
+        <target>Fanti</target>
       </trans-unit>
       <trans-unit id="ff" resname="ff" approved="yes">
         <source>Fulah</source>
-        <target>peul</target>
+        <target>Peul</target>
       </trans-unit>
       <trans-unit id="fi" resname="fi" approved="yes">
         <source>Finnish</source>
-        <target>finnois</target>
+        <target>Finnois</target>
       </trans-unit>
       <trans-unit id="fil" resname="fil" approved="yes">
         <source>Filipino; Pilipino</source>
-        <target>filipino ; pilipino</target>
+        <target>Filipino ; Pilipino</target>
       </trans-unit>
       <trans-unit id="fiu" resname="fiu" approved="yes">
         <source>Finno-Ugrian languages</source>
-        <target>finno-ougriennes, langues</target>
+        <target>Finno-ougriennes, langues</target>
       </trans-unit>
       <trans-unit id="fj" resname="fj" approved="yes">
         <source>Fijian</source>
-        <target>fidjien</target>
+        <target>Fidjien</target>
       </trans-unit>
       <trans-unit id="fo" resname="fo" approved="yes">
         <source>Faroese</source>
-        <target>féroïen</target>
+        <target>Féroïen</target>
       </trans-unit>
       <trans-unit id="fon" resname="fon" approved="yes">
         <source>Fon</source>
-        <target>fon</target>
+        <target>Fon</target>
       </trans-unit>
       <trans-unit id="fr" resname="fr" approved="yes">
         <source>French</source>
-        <target>français</target>
+        <target>Français</target>
       </trans-unit>
       <trans-unit id="frm" resname="frm" approved="yes">
         <source>French, Middle (ca. 1400-1600)</source>
-        <target>français moyen (environ 1400-1600)</target>
+        <target>Français moyen (environ 1400-1600)</target>
       </trans-unit>
       <trans-unit id="fro" resname="fro" approved="yes">
         <source>French, Old (842-ca. 1400)</source>
-        <target>ancien français (842 à environ 1400)</target>
+        <target>Ancien Français (842 à environ 1400)</target>
       </trans-unit>
       <trans-unit id="frr" resname="frr" approved="yes">
         <source>Northern Frisian</source>
-        <target>frison septentrional</target>
+        <target>Frison septentrional</target>
       </trans-unit>
       <trans-unit id="frs" resname="frs" approved="yes">
         <source>Eastern Frisian</source>
-        <target>frison oriental</target>
+        <target>Frison oriental</target>
       </trans-unit>
       <trans-unit id="fur" resname="fur" approved="yes">
         <source>Friulian</source>
-        <target>frioulan</target>
+        <target>Frioulan</target>
       </trans-unit>
       <trans-unit id="fy" resname="fy" approved="yes">
         <source>Western Frisian</source>
-        <target>frison occidental</target>
+        <target>Frison occidental</target>
       </trans-unit>
       <trans-unit id="ga" resname="ga" approved="yes">
         <source>Irish</source>
-        <target>irlandais</target>
+        <target>Irlandais</target>
       </trans-unit>
       <trans-unit id="gaa" resname="gaa" approved="yes">
         <source>Ga</source>
-        <target>ga</target>
+        <target>Ga</target>
       </trans-unit>
       <trans-unit id="gay" resname="gay" approved="yes">
         <source>Gayo</source>
-        <target>gayo</target>
+        <target>Gayo</target>
       </trans-unit>
       <trans-unit id="gba" resname="gba" approved="yes">
         <source>Gbaya</source>
-        <target>gbaya</target>
+        <target>Gbaya</target>
       </trans-unit>
       <trans-unit id="gd" resname="gd" approved="yes">
         <source>Gaelic; Scottish Gaelic</source>
-        <target>Gaélique ; Gaélique écossais</target>
+        <target>Gaélique ; Gaélique écossais</target>
       </trans-unit>
       <trans-unit id="gem" resname="gem" approved="yes">
         <source>Germanic languages</source>
-        <target>germaniques, langues</target>
+        <target>Germaniques, langues</target>
       </trans-unit>
       <trans-unit id="gez" resname="gez" approved="yes">
         <source>Geez</source>
-        <target>guèze</target>
+        <target>Guèze</target>
       </trans-unit>
       <trans-unit id="gil" resname="gil" approved="yes">
         <source>Gilbertese</source>
-        <target>gilbertin</target>
+        <target>Gilbertin</target>
       </trans-unit>
       <trans-unit id="gl" resname="gl" approved="yes">
         <source>Galician</source>
-        <target>galicien</target>
+        <target>Galicien</target>
       </trans-unit>
       <trans-unit id="gmh" resname="gmh" approved="yes">
         <source>German, Middle High (ca. 1050-1500)</source>
-        <target>allemand, moyen haut (environ 1050-1500)</target>
+        <target>Allemand, moyen haut (environ 1050-1500)</target>
       </trans-unit>
       <trans-unit id="gn" resname="gn" approved="yes">
         <source>Guarani</source>
-        <target>guarani</target>
+        <target>Guarani</target>
       </trans-unit>
       <trans-unit id="goh" resname="goh" approved="yes">
         <source>German, Old High (ca. 750-1050)</source>
-        <target>allemand, vieux haut (environ 750-1050)</target>
+        <target>Allemand, vieux haut (environ 750-1050)</target>
       </trans-unit>
       <trans-unit id="gon" resname="gon" approved="yes">
         <source>Gondi</source>
-        <target>gondi</target>
+        <target>Gondi</target>
       </trans-unit>
       <trans-unit id="gor" resname="gor" approved="yes">
         <source>Gorontalo</source>
@@ -640,15 +640,15 @@
       </trans-unit>
       <trans-unit id="got" resname="got" approved="yes">
         <source>Gothic</source>
-        <target>gotique</target>
+        <target>Gotique</target>
       </trans-unit>
       <trans-unit id="grb" resname="grb" approved="yes">
         <source>Grebo</source>
-        <target>grebo</target>
+        <target>Grebo</target>
       </trans-unit>
       <trans-unit id="grc" resname="grc" approved="yes">
         <source>Greek, Ancient (to 1453)</source>
-        <target>grec ancien (jusqu'à 1453)</target>
+        <target>Grec ancien (jusqu'à 1453)</target>
       </trans-unit>
       <trans-unit id="gsw" resname="gsw" approved="yes">
         <source>Swiss German; Alemannic; Alsatian</source>
@@ -656,543 +656,543 @@
       </trans-unit>
       <trans-unit id="gu" resname="gu" approved="yes">
         <source>Gujarati</source>
-        <target>goudjarâtî (gujrâtî)</target>
+        <target>Goudjarâtî (Gujrâtî)</target>
       </trans-unit>
       <trans-unit id="gv" resname="gv" approved="yes">
         <source>Manx</source>
-        <target>mannois</target>
+        <target>Mannois</target>
       </trans-unit>
       <trans-unit id="gwi" resname="gwi" approved="yes">
         <source>Gwich'in</source>
-        <target>gwich´in</target>
+        <target>Gwich'in</target>
       </trans-unit>
       <trans-unit id="ha" resname="ha" approved="yes">
         <source>Hausa</source>
-        <target>haoussa</target>
+        <target>Haoussa</target>
       </trans-unit>
       <trans-unit id="hai" resname="hai" approved="yes">
         <source>Haida</source>
-        <target>haida</target>
+        <target>Haida</target>
       </trans-unit>
       <trans-unit id="haw" resname="haw" approved="yes">
         <source>Hawaiian</source>
-        <target>hawaïen</target>
+        <target>Hawaïen</target>
       </trans-unit>
       <trans-unit id="he" resname="he" approved="yes">
         <source>Hebrew</source>
-        <target>hébreu</target>
+        <target>Hébreu</target>
       </trans-unit>
       <trans-unit id="hi" resname="hi" approved="yes">
         <source>Hindi</source>
-        <target>hindi</target>
+        <target>Hindi</target>
       </trans-unit>
       <trans-unit id="hil" resname="hil" approved="yes">
         <source>Hiligaynon</source>
-        <target>hiligaynon</target>
+        <target>Hiligaynon</target>
       </trans-unit>
       <trans-unit id="him" resname="him" approved="yes">
         <source>Himachali languages; Western Pahari languages</source>
-        <target>himachalies, langues ; paharies occidentales, langues</target>
+        <target>Himachalies, langues ; Paharies occidentales, langues</target>
       </trans-unit>
       <trans-unit id="hit" resname="hit" approved="yes">
         <source>Hittite</source>
-        <target>hittite</target>
+        <target>Hittite</target>
       </trans-unit>
       <trans-unit id="hmn" resname="hmn" approved="yes">
         <source>Hmong; Mong</source>
-        <target>hmong</target>
+        <target>Hmong</target>
       </trans-unit>
       <trans-unit id="ho" resname="ho" approved="yes">
         <source>Hiri Motu</source>
-        <target>hiri motu</target>
+        <target>Hiri Motu</target>
       </trans-unit>
       <trans-unit id="hr" resname="hr" approved="yes">
         <source>Croatian</source>
-        <target>croate</target>
+        <target>Croate</target>
       </trans-unit>
       <trans-unit id="hsb" resname="hsb" approved="yes">
         <source>Upper Sorbian</source>
-        <target>haut-sorabe</target>
+        <target>Haut-sorabe</target>
       </trans-unit>
       <trans-unit id="ht" resname="ht" approved="yes">
         <source>Haitian; Haitian Creole</source>
-        <target>haïtien ; créole haïtien</target>
+        <target>Haïtien ; Créole Haïtien</target>
       </trans-unit>
       <trans-unit id="hu" resname="hu" approved="yes">
         <source>Hungarian</source>
-        <target>hongrois</target>
+        <target>Hongrois</target>
       </trans-unit>
       <trans-unit id="hup" resname="hup" approved="yes">
         <source>Hupa</source>
-        <target>hupa</target>
+        <target>Hupa</target>
       </trans-unit>
       <trans-unit id="hy" resname="hy" approved="yes">
         <source>Armenian</source>
-        <target>arménien</target>
+        <target>Arménien</target>
       </trans-unit>
       <trans-unit id="hz" resname="hz" approved="yes">
         <source>Herero</source>
-        <target>herero</target>
+        <target>Herero</target>
       </trans-unit>
       <trans-unit id="ia" resname="ia" approved="yes">
         <source>Interlingua (International Auxiliary Language Association)</source>
-        <target>interlingua (association pour une langue auxiliaire internationale)</target>
+        <target>Interlingua (International Auxiliary Language Association)</target>
       </trans-unit>
       <trans-unit id="iba" resname="iba" approved="yes">
         <source>Iban</source>
-        <target>iban</target>
+        <target>Iban</target>
       </trans-unit>
       <trans-unit id="id" resname="id" approved="yes">
         <source>Indonesian</source>
-        <target>indonésien</target>
+        <target>Indonésien</target>
       </trans-unit>
       <trans-unit id="ie" resname="ie" approved="yes">
         <source>Interlingue; Occidental</source>
-        <target>interlingue</target>
+        <target>Interlingue</target>
       </trans-unit>
       <trans-unit id="ig" resname="ig" approved="yes">
         <source>Igbo</source>
-        <target>igbo</target>
+        <target>Igbo</target>
       </trans-unit>
       <trans-unit id="ii" resname="ii" approved="yes">
         <source>Sichuan Yi; Nuosu</source>
-        <target>yi de Sichuan</target>
+        <target>Yi de Sichuan ; Nuosu</target>
       </trans-unit>
       <trans-unit id="ijo" resname="ijo" approved="yes">
         <source>Ijo languages</source>
-        <target>ijo, langues</target>
+        <target>Ijo, langues</target>
       </trans-unit>
       <trans-unit id="ik" resname="ik" approved="yes">
         <source>Inupiaq</source>
-        <target>inupiaq</target>
+        <target>Inupiaq</target>
       </trans-unit>
       <trans-unit id="ilo" resname="ilo" approved="yes">
         <source>Iloko</source>
-        <target>ilocano</target>
+        <target>Ilocano</target>
       </trans-unit>
       <trans-unit id="inc" resname="inc" approved="yes">
         <source>Indic languages</source>
-        <target>indiques, langues</target>
+        <target>Indiques, langues</target>
       </trans-unit>
       <trans-unit id="ine" resname="ine" approved="yes">
         <source>Indo-European languages</source>
-        <target>indo-européennes, langues</target>
+        <target>Indo-européennes, langues</target>
       </trans-unit>
       <trans-unit id="inh" resname="inh" approved="yes">
         <source>Ingush</source>
-        <target>ingouche</target>
+        <target>Ingouche</target>
       </trans-unit>
       <trans-unit id="io" resname="io" approved="yes">
         <source>Ido</source>
-        <target>ido</target>
+        <target>Ido</target>
       </trans-unit>
       <trans-unit id="ira" resname="ira" approved="yes">
         <source>Iranian languages</source>
-        <target>iraniennes, langues</target>
+        <target>Iraniennes, langues</target>
       </trans-unit>
       <trans-unit id="iro" resname="iro" approved="yes">
         <source>Iroquoian languages</source>
-        <target>iroquoises, langues</target>
+        <target>Iroquoises, langues</target>
       </trans-unit>
       <trans-unit id="is" resname="is" approved="yes">
         <source>Icelandic</source>
-        <target>islandais</target>
+        <target>Islandais</target>
       </trans-unit>
       <trans-unit id="it" resname="it" approved="yes">
         <source>Italian</source>
-        <target>italien</target>
+        <target>Italien</target>
       </trans-unit>
       <trans-unit id="iu" resname="iu" approved="yes">
         <source>Inuktitut</source>
-        <target>inuktitut</target>
+        <target>Inuktitut</target>
       </trans-unit>
       <trans-unit id="ja" resname="ja" approved="yes">
         <source>Japanese</source>
-        <target>japonais</target>
+        <target>Japonais</target>
       </trans-unit>
       <trans-unit id="jbo" resname="jbo" approved="yes">
         <source>Lojban</source>
-        <target>lojban</target>
+        <target>Lojban</target>
       </trans-unit>
       <trans-unit id="jpr" resname="jpr" approved="yes">
         <source>Judeo-Persian</source>
-        <target>judéo-persan</target>
+        <target>Judéo-persan</target>
       </trans-unit>
       <trans-unit id="jrb" resname="jrb" approved="yes">
         <source>Judeo-Arabic</source>
-        <target>judéo-arabe</target>
+        <target>Judéo-arabe</target>
       </trans-unit>
       <trans-unit id="jv" resname="jv" approved="yes">
         <source>Javanese</source>
-        <target>javanais</target>
+        <target>Javanais</target>
       </trans-unit>
       <trans-unit id="ka" resname="ka" approved="yes">
         <source>Georgian</source>
-        <target>géorgien</target>
+        <target>Géorgien</target>
       </trans-unit>
       <trans-unit id="kaa" resname="kaa" approved="yes">
         <source>Kara-Kalpak</source>
-        <target>karakalpak</target>
+        <target>Karakalpak</target>
       </trans-unit>
       <trans-unit id="kab" resname="kab" approved="yes">
         <source>Kabyle</source>
-        <target>kabyle</target>
+        <target>Kabyle</target>
       </trans-unit>
       <trans-unit id="kac" resname="kac" approved="yes">
         <source>Kachin; Jingpho</source>
-        <target>kachin ; jingpho</target>
+        <target>Kachin ; Jingpho</target>
       </trans-unit>
       <trans-unit id="kam" resname="kam" approved="yes">
         <source>Kamba</source>
-        <target>kamba</target>
+        <target>Kamba</target>
       </trans-unit>
       <trans-unit id="kar" resname="kar" approved="yes">
         <source>Karen languages</source>
-        <target>karen, langues</target>
+        <target>Karen, langues</target>
       </trans-unit>
       <trans-unit id="kaw" resname="kaw" approved="yes">
         <source>Kawi</source>
-        <target>kawi</target>
+        <target>Kawi</target>
       </trans-unit>
       <trans-unit id="kbd" resname="kbd" approved="yes">
         <source>Kabardian</source>
-        <target>kabarde</target>
+        <target>Kabarde</target>
       </trans-unit>
       <trans-unit id="kg" resname="kg" approved="yes">
         <source>Kongo</source>
-        <target>kongo</target>
+        <target>Kongo</target>
       </trans-unit>
       <trans-unit id="kha" resname="kha" approved="yes">
         <source>Khasi</source>
-        <target>khasi</target>
+        <target>Khasi</target>
       </trans-unit>
       <trans-unit id="khi" resname="khi" approved="yes">
         <source>Khoisan languages</source>
-        <target>khoïsan, langues</target>
+        <target>Khoïsan, langues</target>
       </trans-unit>
       <trans-unit id="kho" resname="kho" approved="yes">
         <source>Khotanese; Sakan</source>
-        <target>khotanais ; sakan</target>
+        <target>Khotanais ; Sakan</target>
       </trans-unit>
       <trans-unit id="ki" resname="ki" approved="yes">
         <source>Kikuyu; Gikuyu</source>
-        <target>kikuyu</target>
+        <target>Kikuyu</target>
       </trans-unit>
       <trans-unit id="kj" resname="kj" approved="yes">
         <source>Kuanyama; Kwanyama</source>
-        <target>kuanyama</target>
+        <target>Kuanyama</target>
       </trans-unit>
       <trans-unit id="kk" resname="kk" approved="yes">
         <source>Kazakh</source>
-        <target>kazakh</target>
+        <target>Kazakh</target>
       </trans-unit>
       <trans-unit id="kl" resname="kl" approved="yes">
         <source>Kalaallisut; Greenlandic</source>
-        <target>groenlandais</target>
+        <target>Groenlandais</target>
       </trans-unit>
       <trans-unit id="km" resname="km" approved="yes">
         <source>Central Khmer</source>
-        <target>khmer central</target>
+        <target>Khmer central</target>
       </trans-unit>
       <trans-unit id="kmb" resname="kmb" approved="yes">
         <source>Kimbundu</source>
-        <target>kimbundu</target>
+        <target>Kimbundu</target>
       </trans-unit>
       <trans-unit id="kn" resname="kn" approved="yes">
         <source>Kannada</source>
-        <target>kannara (canara)</target>
+        <target>Kannara (Canara)</target>
       </trans-unit>
       <trans-unit id="ko" resname="ko" approved="yes">
         <source>Korean</source>
-        <target>coréen</target>
+        <target>Coréen</target>
       </trans-unit>
       <trans-unit id="kok" resname="kok" approved="yes">
         <source>Konkani</source>
-        <target>konkani</target>
+        <target>Konkani</target>
       </trans-unit>
       <trans-unit id="kos" resname="kos" approved="yes">
         <source>Kosraean</source>
-        <target>kosraéen</target>
+        <target>Kosraéen</target>
       </trans-unit>
       <trans-unit id="kpe" resname="kpe" approved="yes">
         <source>Kpelle</source>
-        <target>kpèllé</target>
+        <target>Kpèllé</target>
       </trans-unit>
       <trans-unit id="kr" resname="kr" approved="yes">
         <source>Kanuri</source>
-        <target>kanouri</target>
+        <target>Kanouri</target>
       </trans-unit>
       <trans-unit id="krc" resname="krc" approved="yes">
         <source>Karachay-Balkar</source>
-        <target>karatchaï balkar</target>
+        <target>Karatchaï balkar</target>
       </trans-unit>
       <trans-unit id="krl" resname="krl" approved="yes">
         <source>Karelian</source>
-        <target>carélien</target>
+        <target>Carélien</target>
       </trans-unit>
       <trans-unit id="kro" resname="kro" approved="yes">
         <source>Kru languages</source>
-        <target>krou, langues</target>
+        <target>Krou, langues</target>
       </trans-unit>
       <trans-unit id="kru" resname="kru" approved="yes">
         <source>Kurukh</source>
-        <target>kurukh</target>
+        <target>Kurukh</target>
       </trans-unit>
       <trans-unit id="ks" resname="ks" approved="yes">
         <source>Kashmiri</source>
-        <target>kashmiri</target>
+        <target>Kashmiri</target>
       </trans-unit>
       <trans-unit id="ku" resname="ku" approved="yes">
         <source>Kurdish</source>
-        <target>kurde</target>
+        <target>Kurde</target>
       </trans-unit>
       <trans-unit id="kum" resname="kum" approved="yes">
         <source>Kumyk</source>
-        <target>koumyk</target>
+        <target>Koumyk</target>
       </trans-unit>
       <trans-unit id="kut" resname="kut" approved="yes">
         <source>Kutenai</source>
-        <target>kutenai</target>
+        <target>Kutenai</target>
       </trans-unit>
       <trans-unit id="kv" resname="kv" approved="yes">
         <source>Komi</source>
-        <target>komi</target>
+        <target>Komi</target>
       </trans-unit>
       <trans-unit id="kw" resname="kw" approved="yes">
         <source>Cornish</source>
-        <target>cornique</target>
+        <target>Cornique</target>
       </trans-unit>
       <trans-unit id="ky" resname="ky" approved="yes">
         <source>Kirghiz; Kyrgyz</source>
-        <target>kirghiz</target>
+        <target>Kirghiz</target>
       </trans-unit>
       <trans-unit id="la" resname="la" approved="yes">
         <source>Latin</source>
-        <target>latin</target>
+        <target>Latin</target>
       </trans-unit>
       <trans-unit id="lad" resname="lad" approved="yes">
         <source>Ladino</source>
-        <target>ladino</target>
+        <target>Ladino</target>
       </trans-unit>
       <trans-unit id="lah" resname="lah" approved="yes">
         <source>Lahnda</source>
-        <target>lahnda</target>
+        <target>Lahnda</target>
       </trans-unit>
       <trans-unit id="lam" resname="lam" approved="yes">
         <source>Lamba</source>
-        <target>lamba</target>
+        <target>Lamba</target>
       </trans-unit>
       <trans-unit id="lb" resname="lb" approved="yes">
         <source>Luxembourgish; Letzeburgesch</source>
-        <target>luxembourgeois</target>
+        <target>Luxembourgeois</target>
       </trans-unit>
       <trans-unit id="lez" resname="lez" approved="yes">
         <source>Lezghian</source>
-        <target>lezghien</target>
+        <target>Lezghien</target>
       </trans-unit>
       <trans-unit id="lg" resname="lg" approved="yes">
         <source>Ganda</source>
-        <target>ganda</target>
+        <target>Ganda</target>
       </trans-unit>
       <trans-unit id="li" resname="li" approved="yes">
         <source>Limburgan; Limburger; Limburgish</source>
-        <target>limbourgeois</target>
+        <target>Limbourgeois</target>
       </trans-unit>
       <trans-unit id="ln" resname="ln" approved="yes">
         <source>Lingala</source>
-        <target>lingala</target>
+        <target>Lingala</target>
       </trans-unit>
       <trans-unit id="lo" resname="lo" approved="yes">
         <source>Lao</source>
-        <target>laotien</target>
+        <target>Laotien</target>
       </trans-unit>
       <trans-unit id="lol" resname="lol" approved="yes">
         <source>Mongo</source>
-        <target>mongo</target>
+        <target>Mongo</target>
       </trans-unit>
       <trans-unit id="loz" resname="loz" approved="yes">
         <source>Lozi</source>
-        <target>lozi</target>
+        <target>Lozi</target>
       </trans-unit>
       <trans-unit id="lt" resname="lt" approved="yes">
         <source>Lithuanian</source>
-        <target>lituanien</target>
+        <target>Lituanien</target>
       </trans-unit>
       <trans-unit id="lu" resname="lu" approved="yes">
         <source>Luba-Katanga</source>
-        <target>luba-katanga</target>
+        <target>Luba-katanga</target>
       </trans-unit>
       <trans-unit id="lua" resname="lua" approved="yes">
         <source>Luba-Lulua</source>
-        <target>luba-lulua</target>
+        <target>Luba-lulua</target>
       </trans-unit>
       <trans-unit id="lui" resname="lui" approved="yes">
         <source>Luiseno</source>
-        <target>luiseno</target>
+        <target>Luiseno</target>
       </trans-unit>
       <trans-unit id="lun" resname="lun" approved="yes">
         <source>Lunda</source>
-        <target>lunda</target>
+        <target>Lunda</target>
       </trans-unit>
       <trans-unit id="luo" resname="luo" approved="yes">
         <source>Luo (Kenya and Tanzania)</source>
-        <target>luo (Kenya et Tanzanie)</target>
+        <target>Luo (Kenya et Tanzanie)</target>
       </trans-unit>
       <trans-unit id="lus" resname="lus" approved="yes">
         <source>Lushai</source>
-        <target>lushai</target>
+        <target>Lushai</target>
       </trans-unit>
       <trans-unit id="lv" resname="lv" approved="yes">
         <source>Latvian</source>
-        <target>letton</target>
+        <target>Letton</target>
       </trans-unit>
       <trans-unit id="mad" resname="mad" approved="yes">
         <source>Madurese</source>
-        <target>madurais</target>
+        <target>Madurais</target>
       </trans-unit>
       <trans-unit id="mag" resname="mag" approved="yes">
         <source>Magahi</source>
-        <target>magahi</target>
+        <target>Magahi</target>
       </trans-unit>
       <trans-unit id="mai" resname="mai" approved="yes">
         <source>Maithili</source>
-        <target>maithili</target>
+        <target>Maithili</target>
       </trans-unit>
       <trans-unit id="mak" resname="mak" approved="yes">
         <source>Makasar</source>
-        <target>makassar</target>
+        <target>Makassar</target>
       </trans-unit>
       <trans-unit id="man" resname="man" approved="yes">
         <source>Mandingo</source>
-        <target>mandingue</target>
+        <target>Mandingue</target>
       </trans-unit>
       <trans-unit id="map" resname="map" approved="yes">
         <source>Austronesian languages</source>
-        <target>austronésiennes, langues</target>
+        <target>Austronésiennes, langues</target>
       </trans-unit>
       <trans-unit id="mas" resname="mas" approved="yes">
         <source>Masai</source>
-        <target>massaï</target>
+        <target>Massaï</target>
       </trans-unit>
       <trans-unit id="mdf" resname="mdf" approved="yes">
         <source>Moksha</source>
-        <target>mokcha</target>
+        <target>Mokcha</target>
       </trans-unit>
       <trans-unit id="mdr" resname="mdr" approved="yes">
         <source>Mandar</source>
-        <target>mandar</target>
+        <target>Mandar</target>
       </trans-unit>
       <trans-unit id="men" resname="men" approved="yes">
         <source>Mende</source>
-        <target>mendé</target>
+        <target>Mendé</target>
       </trans-unit>
       <trans-unit id="mg" resname="mg" approved="yes">
         <source>Malagasy</source>
-        <target>malgache</target>
+        <target>Malgache</target>
       </trans-unit>
       <trans-unit id="mga" resname="mga" approved="yes">
         <source>Irish, Middle (900-1200)</source>
-        <target>irlandais intermédiaire (900-1200)</target>
+        <target>Irlandais intermédiaire (900-1200)</target>
       </trans-unit>
       <trans-unit id="mh" resname="mh" approved="yes">
         <source>Marshallese</source>
-        <target>marshallais</target>
+        <target>Marshallais</target>
       </trans-unit>
       <trans-unit id="mi" resname="mi" approved="yes">
         <source>Maori</source>
-        <target>maori</target>
+        <target>Maori</target>
       </trans-unit>
       <trans-unit id="mic" resname="mic" approved="yes">
         <source>Mi'kmaq; Micmac</source>
-        <target>mi'kmaq ; micmac</target>
+        <target>Mi'kmaq ; Micmac</target>
       </trans-unit>
       <trans-unit id="min" resname="min" approved="yes">
         <source>Minangkabau</source>
-        <target>minangkabau</target>
+        <target>Minangkabau</target>
       </trans-unit>
       <trans-unit id="mis" resname="mis" approved="yes">
         <source>Uncoded languages</source>
-        <target>langues non codées</target>
+        <target>Langues non codées</target>
       </trans-unit>
       <trans-unit id="mk" resname="mk" approved="yes">
         <source>Macedonian</source>
-        <target>macédonien</target>
+        <target>Macédonien</target>
       </trans-unit>
       <trans-unit id="mkh" resname="mkh" approved="yes">
         <source>Mon-Khmer languages</source>
-        <target>môn-khmer, langues</target>
+        <target>Môn-khmer, langues</target>
       </trans-unit>
       <trans-unit id="ml" resname="ml" approved="yes">
         <source>Malayalam</source>
-        <target>malayalam</target>
+        <target>Malayalam</target>
       </trans-unit>
       <trans-unit id="mn" resname="mn" approved="yes">
         <source>Mongolian</source>
-        <target>mongol</target>
+        <target>Mongol</target>
       </trans-unit>
       <trans-unit id="mnc" resname="mnc" approved="yes">
         <source>Manchu</source>
-        <target>mandchou</target>
+        <target>Mandchou</target>
       </trans-unit>
       <trans-unit id="mni" resname="mni" approved="yes">
         <source>Manipuri</source>
-        <target>manipuri</target>
+        <target>Manipuri</target>
       </trans-unit>
       <trans-unit id="mno" resname="mno" approved="yes">
         <source>Manobo languages</source>
-        <target>manobo, langues</target>
+        <target>Manobo, langues</target>
       </trans-unit>
       <trans-unit id="moh" resname="moh" approved="yes">
         <source>Mohawk</source>
-        <target>mohawk</target>
+        <target>Mohawk</target>
       </trans-unit>
       <trans-unit id="mos" resname="mos" approved="yes">
         <source>Mossi</source>
-        <target>moré</target>
+        <target>Moré</target>
       </trans-unit>
       <trans-unit id="mr" resname="mr" approved="yes">
         <source>Marathi</source>
-        <target>marathe</target>
+        <target>Marathe</target>
       </trans-unit>
       <trans-unit id="ms" resname="ms" approved="yes">
         <source>Malay</source>
-        <target>malais</target>
+        <target>Malais</target>
       </trans-unit>
       <trans-unit id="mt" resname="mt" approved="yes">
         <source>Maltese</source>
-        <target>maltais</target>
+        <target>Maltais</target>
       </trans-unit>
       <trans-unit id="mul" resname="mul" approved="yes">
         <source>Multiple languages</source>
-        <target>langues multiples</target>
+        <target>Langues multiples</target>
       </trans-unit>
       <trans-unit id="mun" resname="mun" approved="yes">
         <source>Munda languages</source>
-        <target>mounda, langues</target>
+        <target>Mounda, langues</target>
       </trans-unit>
       <trans-unit id="mus" resname="mus" approved="yes">
         <source>Creek</source>
-        <target>creek</target>
+        <target>Creek</target>
       </trans-unit>
       <trans-unit id="mwl" resname="mwl" approved="yes">
         <source>Mirandese</source>
-        <target>mirandais</target>
+        <target>Mirandais</target>
       </trans-unit>
       <trans-unit id="mwr" resname="mwr" approved="yes">
         <source>Marwari</source>
-        <target>marwarî</target>
+        <target>Marwarî</target>
       </trans-unit>
       <trans-unit id="my" resname="my" approved="yes">
         <source>Burmese</source>
-        <target>birman</target>
+        <target>Birman</target>
       </trans-unit>
       <trans-unit id="myn" resname="myn" approved="yes">
         <source>Mayan languages</source>
-        <target>mayas, langues</target>
+        <target>Mayas, langues</target>
       </trans-unit>
       <trans-unit id="myv" resname="myv" approved="yes">
         <source>Erzya</source>
-        <target>erzya</target>
+        <target>Erzya</target>
       </trans-unit>
       <trans-unit id="na" resname="na" approved="yes">
         <source>Nauru</source>
@@ -1200,155 +1200,155 @@
       </trans-unit>
       <trans-unit id="nah" resname="nah" approved="yes">
         <source>Nahuatl languages</source>
-        <target>nahuatl, langues</target>
+        <target>Nahuatl, langues</target>
       </trans-unit>
       <trans-unit id="nai" resname="nai" approved="yes">
         <source>North American Indian languages</source>
-        <target>indiennes d’Amérique du Nord, langues</target>
+        <target>Indiennes d’Amérique du Nord, langues</target>
       </trans-unit>
       <trans-unit id="nap" resname="nap" approved="yes">
         <source>Neapolitan</source>
-        <target>napolitain</target>
+        <target>Napolitain</target>
       </trans-unit>
       <trans-unit id="nb" resname="nb" approved="yes">
         <source>Bokmål, Norwegian; Norwegian Bokmål</source>
-        <target>norvégien Bokmål</target>
+        <target>Norvégien Bokmål</target>
       </trans-unit>
       <trans-unit id="nd" resname="nd" approved="yes">
         <source>Ndebele, North; North Ndebele</source>
-        <target>ndébélé du Nord</target>
+        <target>Ndébélé du Nord</target>
       </trans-unit>
       <trans-unit id="nds" resname="nds" approved="yes">
         <source>Low German; Low Saxon; German, Low; Saxon, Low</source>
-        <target>saxon, bas</target>
+        <target>Bas saxon</target>
       </trans-unit>
       <trans-unit id="ne" resname="ne" approved="yes">
         <source>Nepali</source>
-        <target>népalais</target>
+        <target>Népalais</target>
       </trans-unit>
       <trans-unit id="new" resname="new" approved="yes">
         <source>Nepal Bhasa; Newari</source>
-        <target>nepâlbhâshâ ; newari</target>
+        <target>Nepâlbhâshâ ; Newari</target>
       </trans-unit>
       <trans-unit id="ng" resname="ng" approved="yes">
         <source>Ndonga</source>
-        <target>ndonga</target>
+        <target>Ndonga</target>
       </trans-unit>
       <trans-unit id="nia" resname="nia" approved="yes">
         <source>Nias</source>
-        <target>nias</target>
+        <target>Nias</target>
       </trans-unit>
       <trans-unit id="nic" resname="nic" approved="yes">
         <source>Niger-Kordofanian languages</source>
-        <target>nigéro-kordofaniennes, langues</target>
+        <target>Nigéro-kordofaniennes, langues</target>
       </trans-unit>
       <trans-unit id="niu" resname="niu" approved="yes">
         <source>Niuean</source>
-        <target>niuéen</target>
+        <target>Niuéen</target>
       </trans-unit>
       <trans-unit id="nl" resname="nl" approved="yes">
         <source>Dutch; Flemish</source>
-        <target>néerlandais</target>
+        <target>Néerlandais</target>
       </trans-unit>
       <trans-unit id="nn" resname="nn" approved="yes">
         <source>Norwegian Nynorsk; Nynorsk, Norwegian</source>
-        <target>norvégien nynorsk</target>
+        <target>Norvégien Nynorsk</target>
       </trans-unit>
       <trans-unit id="no" resname="no" approved="yes">
         <source>Norwegian</source>
-        <target>norvégien</target>
+        <target>Norvégien</target>
       </trans-unit>
       <trans-unit id="nog" resname="nog" approved="yes">
         <source>Nogai</source>
-        <target>nogaï</target>
+        <target>Nogaï</target>
       </trans-unit>
       <trans-unit id="non" resname="non" approved="yes">
         <source>Norse, Old</source>
-        <target>vieux norrois</target>
+        <target>Vieux norrois</target>
       </trans-unit>
       <trans-unit id="nqo" resname="nqo" approved="yes">
         <source>N'Ko</source>
-        <target>n'Ko</target>
+        <target>N'Ko</target>
       </trans-unit>
       <trans-unit id="nr" resname="nr" approved="yes">
         <source>Ndebele, South; South Ndebele</source>
-        <target>ndébélé du Sud</target>
+        <target>Ndébélé du Sud</target>
       </trans-unit>
       <trans-unit id="nso" resname="nso" approved="yes">
         <source>Pedi; Sepedi; Northern Sotho</source>
-        <target>pedi ; sepedi ; sotho du Nord</target>
+        <target>Pedi ; Sepedi ; Sotho du Nord</target>
       </trans-unit>
       <trans-unit id="nub" resname="nub" approved="yes">
         <source>Nubian languages</source>
-        <target>nubiennes, langues</target>
+        <target>Nubiennes, langues</target>
       </trans-unit>
       <trans-unit id="nv" resname="nv" approved="yes">
         <source>Navajo; Navaho</source>
-        <target>navaho</target>
+        <target>Navaho</target>
       </trans-unit>
       <trans-unit id="nwc" resname="nwc" approved="yes">
         <source>Classical Newari; Old Newari; Classical Nepal Bhasa</source>
-        <target>newari classique</target>
+        <target>Newari classique</target>
       </trans-unit>
       <trans-unit id="ny" resname="ny" approved="yes">
         <source>Chichewa; Chewa; Nyanja</source>
-        <target>nyanja</target>
+        <target>Nyanja</target>
       </trans-unit>
       <trans-unit id="nym" resname="nym" approved="yes">
         <source>Nyamwezi</source>
-        <target>nyamwezi</target>
+        <target>Nyamwezi</target>
       </trans-unit>
       <trans-unit id="nyn" resname="nyn" approved="yes">
         <source>Nyankole</source>
-        <target>nyankole</target>
+        <target>Nyankole</target>
       </trans-unit>
       <trans-unit id="nyo" resname="nyo" approved="yes">
         <source>Nyoro</source>
-        <target>nyoro</target>
+        <target>Nyoro</target>
       </trans-unit>
       <trans-unit id="nzi" resname="nzi" approved="yes">
         <source>Nzima</source>
-        <target>nzema</target>
+        <target>Nzema</target>
       </trans-unit>
       <trans-unit id="oc" resname="oc" approved="yes">
         <source>Occitan (post 1500); Provençal</source>
-        <target>occitan (après 1500) ; provençal</target>
+        <target>Occitan (après 1500) ; Provençal</target>
       </trans-unit>
       <trans-unit id="oj" resname="oj" approved="yes">
         <source>Ojibwa</source>
-        <target>ojibwa</target>
+        <target>Ojibwa</target>
       </trans-unit>
       <trans-unit id="om" resname="om" approved="yes">
         <source>Oromo</source>
-        <target>oromo</target>
+        <target>Oromo</target>
       </trans-unit>
       <trans-unit id="or" resname="or" approved="yes">
         <source>Oriya</source>
-        <target>oriya</target>
+        <target>Oriya</target>
       </trans-unit>
       <trans-unit id="os" resname="os" approved="yes">
         <source>Ossetian; Ossetic</source>
-        <target>ossète</target>
+        <target>Ossète</target>
       </trans-unit>
       <trans-unit id="osa" resname="osa" approved="yes">
         <source>Osage</source>
-        <target>osage</target>
+        <target>Osage</target>
       </trans-unit>
       <trans-unit id="ota" resname="ota" approved="yes">
         <source>Turkish, Ottoman (1500-1928)</source>
-        <target>turc ottoman (1500-1928)</target>
+        <target>Turc ottoman (1500-1928)</target>
       </trans-unit>
       <trans-unit id="oto" resname="oto" approved="yes">
         <source>Otomian languages</source>
-        <target>otomi, langues</target>
+        <target>Otomi, langues</target>
       </trans-unit>
       <trans-unit id="pa" resname="pa" approved="yes">
         <source>Panjabi; Punjabi</source>
-        <target>pendjabi</target>
+        <target>Pendjabi</target>
       </trans-unit>
       <trans-unit id="paa" resname="paa" approved="yes">
         <source>Papuan languages</source>
-        <target>papoues, langues</target>
+        <target>Papoues, langues</target>
       </trans-unit>
       <trans-unit id="pag" resname="pag" approved="yes">
         <source>Pangasinan</source>
@@ -1356,367 +1356,367 @@
       </trans-unit>
       <trans-unit id="pal" resname="pal" approved="yes">
         <source>Pahlavi</source>
-        <target>pahlavi</target>
+        <target>Pahlavi</target>
       </trans-unit>
       <trans-unit id="pam" resname="pam" approved="yes">
         <source>Pampanga; Kapampangan</source>
-        <target>pampangan</target>
+        <target>Pampangan</target>
       </trans-unit>
       <trans-unit id="pap" resname="pap" approved="yes">
         <source>Papiamento</source>
-        <target>papiamento</target>
+        <target>Papiamento</target>
       </trans-unit>
       <trans-unit id="pau" resname="pau" approved="yes">
         <source>Palauan</source>
-        <target>palau</target>
+        <target>Palau</target>
       </trans-unit>
       <trans-unit id="peo" resname="peo" approved="yes">
         <source>Persian, Old (ca. 600-400 B.C.)</source>
-        <target>vieux perse (environ 600-400 avant J.-C.)</target>
+        <target>Vieux perse (environ 600-400 avant J.-C.)</target>
       </trans-unit>
       <trans-unit id="phi" resname="phi" approved="yes">
         <source>Philippine languages</source>
-        <target>philippines, langues</target>
+        <target>Philippines, langues</target>
       </trans-unit>
       <trans-unit id="phn" resname="phn" approved="yes">
         <source>Phoenician</source>
-        <target>phénicien</target>
+        <target>Phénicien</target>
       </trans-unit>
       <trans-unit id="pi" resname="pi" approved="yes">
         <source>Pali</source>
-        <target>pali</target>
+        <target>Pali</target>
       </trans-unit>
       <trans-unit id="pl" resname="pl" approved="yes">
         <source>Polish</source>
-        <target>polonais</target>
+        <target>Polonais</target>
       </trans-unit>
       <trans-unit id="pon" resname="pon" approved="yes">
         <source>Pohnpeian</source>
-        <target>pohnpei</target>
+        <target>Pohnpei</target>
       </trans-unit>
       <trans-unit id="pra" resname="pra" approved="yes">
         <source>Prakrit languages</source>
-        <target>prâkrits, langues</target>
+        <target>Prâkrits, langues</target>
       </trans-unit>
       <trans-unit id="pro" resname="pro" approved="yes">
         <source>Provençal, Old (to 1500)</source>
-        <target>ancien occitan (jusqu'à 1500)</target>
+        <target>Vieux Occitan (jusqu'à 1500)</target>
       </trans-unit>
       <trans-unit id="ps" resname="ps" approved="yes">
         <source>Pushto; Pashto</source>
-        <target>pachto</target>
+        <target>Pachto</target>
       </trans-unit>
       <trans-unit id="pt" resname="pt" approved="yes">
         <source>Portuguese</source>
-        <target>portugais</target>
+        <target>Portugais</target>
       </trans-unit>
       <trans-unit id="qaa-qtz" resname="qaa-qtz" approved="yes">
         <source>Reserved for local use</source>
-        <target>réservé pour utilisation locale</target>
+        <target>Réservé pour utilisation locale</target>
       </trans-unit>
       <trans-unit id="qu" resname="qu" approved="yes">
         <source>Quechua</source>
-        <target>quechua</target>
+        <target>Quechua</target>
       </trans-unit>
       <trans-unit id="raj" resname="raj" approved="yes">
         <source>Rajasthani</source>
-        <target>rajasthani</target>
+        <target>Rajasthani</target>
       </trans-unit>
       <trans-unit id="rap" resname="rap" approved="yes">
         <source>Rapanui</source>
-        <target>rapanui</target>
+        <target>Rapanui</target>
       </trans-unit>
       <trans-unit id="rar" resname="rar" approved="yes">
         <source>Rarotongan; Cook Islands Maori</source>
-        <target>rarotonga ; maori des îles Cook</target>
+        <target>Rarotonga ; Maori des îles Cook</target>
       </trans-unit>
       <trans-unit id="rm" resname="rm" approved="yes">
         <source>Romansh</source>
-        <target>romanche</target>
+        <target>Romanche</target>
       </trans-unit>
       <trans-unit id="rn" resname="rn" approved="yes">
         <source>Rundi</source>
-        <target>rundi</target>
+        <target>Rundi</target>
       </trans-unit>
       <trans-unit id="ro" resname="ro" approved="yes">
         <source>Romanian; Moldavian; Moldovan</source>
-        <target>roumain ; moldave</target>
+        <target>Roumain ; Moldave</target>
       </trans-unit>
       <trans-unit id="roa" resname="roa" approved="yes">
         <source>Romance languages</source>
-        <target>romanes, langues</target>
+        <target>Romanes, langues</target>
       </trans-unit>
       <trans-unit id="rom" resname="rom" approved="yes">
         <source>Romany</source>
-        <target>romani</target>
+        <target>Romani</target>
       </trans-unit>
       <trans-unit id="ru" resname="ru" approved="yes">
         <source>Russian</source>
-        <target>russe</target>
+        <target>Russe</target>
       </trans-unit>
       <trans-unit id="rup" resname="rup" approved="yes">
         <source>Aromanian; Arumanian; Macedo-Romanian</source>
-        <target>aroumain ; macédo-roumain</target>
+        <target>Aroumain ; Macédo-Roumain</target>
       </trans-unit>
       <trans-unit id="rw" resname="rw" approved="yes">
         <source>Kinyarwanda</source>
-        <target>kinyarwanda</target>
+        <target>Kinyarwanda</target>
       </trans-unit>
       <trans-unit id="sa" resname="sa" approved="yes">
         <source>Sanskrit</source>
-        <target>sanskrit</target>
+        <target>Sanskrit</target>
       </trans-unit>
       <trans-unit id="sad" resname="sad" approved="yes">
         <source>Sandawe</source>
-        <target>sandawe</target>
+        <target>Sandawe</target>
       </trans-unit>
       <trans-unit id="sah" resname="sah" approved="yes">
         <source>Yakut</source>
-        <target>iakoute</target>
+        <target>Iakoute</target>
       </trans-unit>
       <trans-unit id="sai" resname="sai" approved="yes">
         <source>South American Indian (Other)</source>
-        <target>sud-amérindien (autre)</target>
+        <target>Sud-amérindien (autre)</target>
       </trans-unit>
       <trans-unit id="sal" resname="sal" approved="yes">
         <source>Salishan languages</source>
-        <target>salish, langues</target>
+        <target>Salish, langues</target>
       </trans-unit>
       <trans-unit id="sam" resname="sam" approved="yes">
         <source>Samaritan Aramaic</source>
-        <target>araméen samaritain</target>
+        <target>Araméen samaritain</target>
       </trans-unit>
       <trans-unit id="sas" resname="sas" approved="yes">
         <source>Sasak</source>
-        <target>sasak</target>
+        <target>Sasak</target>
       </trans-unit>
       <trans-unit id="sat" resname="sat" approved="yes">
         <source>Santali</source>
-        <target>santali</target>
+        <target>Santali</target>
       </trans-unit>
       <trans-unit id="sc" resname="sc" approved="yes">
         <source>Sardinian</source>
-        <target>sarde</target>
+        <target>Sarde</target>
       </trans-unit>
       <trans-unit id="scn" resname="scn" approved="yes">
         <source>Sicilian</source>
-        <target>sicilien</target>
+        <target>Sicilien</target>
       </trans-unit>
       <trans-unit id="sco" resname="sco" approved="yes">
         <source>Scots</source>
-        <target>écossais</target>
+        <target>Écossais</target>
       </trans-unit>
       <trans-unit id="sd" resname="sd" approved="yes">
         <source>Sindhi</source>
-        <target>sindhi</target>
+        <target>Sindhi</target>
       </trans-unit>
       <trans-unit id="se" resname="se" approved="yes">
         <source>Northern Sami</source>
-        <target>same du Nord</target>
+        <target>Same du Nord</target>
       </trans-unit>
       <trans-unit id="sel" resname="sel" approved="yes">
         <source>Selkup</source>
-        <target>selkoupe</target>
+        <target>Selkoupe</target>
       </trans-unit>
       <trans-unit id="sem" resname="sem" approved="yes">
         <source>Semitic languages</source>
-        <target>sémitiques, langues</target>
+        <target>Sémitiques, langues</target>
       </trans-unit>
       <trans-unit id="sg" resname="sg" approved="yes">
         <source>Sango</source>
-        <target>sango</target>
+        <target>Sango</target>
       </trans-unit>
       <trans-unit id="sga" resname="sga" approved="yes">
         <source>Irish, Old (to 900)</source>
-        <target>vieil irlandais (jusqu'à 900)</target>
+        <target>Vieil Irlandais (jusqu'à 900)</target>
       </trans-unit>
       <trans-unit id="sgn" resname="sgn" approved="yes">
         <source>Sign Languages</source>
-        <target>langues des signes</target>
+        <target>Langues des signes</target>
       </trans-unit>
       <trans-unit id="shn" resname="shn" approved="yes">
         <source>Shan</source>
-        <target>shan</target>
+        <target>Shan</target>
       </trans-unit>
       <trans-unit id="si" resname="si" approved="yes">
         <source>Sinhala; Sinhalese</source>
-        <target>singhalais</target>
+        <target>Singhalais</target>
       </trans-unit>
       <trans-unit id="sid" resname="sid" approved="yes">
         <source>Sidamo</source>
-        <target>sidamo</target>
+        <target>Sidamo</target>
       </trans-unit>
       <trans-unit id="sio" resname="sio" approved="yes">
         <source>Siouan languages</source>
-        <target>sioux, langues</target>
+        <target>Sioux, langues</target>
       </trans-unit>
       <trans-unit id="sit" resname="sit" approved="yes">
         <source>Sino-Tibetan languages</source>
-        <target>sino-tibétaines, langues</target>
+        <target>Sino-tibétaines, langues</target>
       </trans-unit>
       <trans-unit id="sk" resname="sk" approved="yes">
         <source>Slovak</source>
-        <target>slovaque</target>
+        <target>Slovaque</target>
       </trans-unit>
       <trans-unit id="sl" resname="sl" approved="yes">
         <source>Slovenian</source>
-        <target>slovène</target>
+        <target>Slovène</target>
       </trans-unit>
       <trans-unit id="sla" resname="sla" approved="yes">
         <source>Slavic languages</source>
-        <target>slaves, langues</target>
+        <target>Slaves, langues</target>
       </trans-unit>
       <trans-unit id="sm" resname="sm" approved="yes">
         <source>Samoan</source>
-        <target>samoan</target>
+        <target>Samoan</target>
       </trans-unit>
       <trans-unit id="sma" resname="sma" approved="yes">
         <source>Southern Sami</source>
-        <target>same du Sud</target>
+        <target>Same du Sud</target>
       </trans-unit>
       <trans-unit id="smi" resname="smi" approved="yes">
         <source>Sami languages</source>
-        <target>sames, langues</target>
+        <target>Sames, langues</target>
       </trans-unit>
       <trans-unit id="smj" resname="smj" approved="yes">
         <source>Lule Sami</source>
-        <target>same de Lule</target>
+        <target>Same de Lule</target>
       </trans-unit>
       <trans-unit id="smn" resname="smn" approved="yes">
         <source>Inari Sami</source>
-        <target>sami d'Inari</target>
+        <target>Sami d'Inari</target>
       </trans-unit>
       <trans-unit id="sms" resname="sms" approved="yes">
         <source>Skolt Sami</source>
-        <target>same skolt</target>
+        <target>Same skolt</target>
       </trans-unit>
       <trans-unit id="sn" resname="sn" approved="yes">
         <source>Shona</source>
-        <target>shona</target>
+        <target>Shona</target>
       </trans-unit>
       <trans-unit id="snk" resname="snk" approved="yes">
         <source>Soninke</source>
-        <target>soninké</target>
+        <target>Soninké</target>
       </trans-unit>
       <trans-unit id="so" resname="so" approved="yes">
         <source>Somali</source>
-        <target>somali</target>
+        <target>Somali</target>
       </trans-unit>
       <trans-unit id="sog" resname="sog" approved="yes">
         <source>Sogdian</source>
-        <target>sogdien</target>
+        <target>Sogdien</target>
       </trans-unit>
       <trans-unit id="son" resname="son" approved="yes">
         <source>Songhai languages</source>
-        <target>songhai, langues</target>
+        <target>Songhai, langues</target>
       </trans-unit>
       <trans-unit id="sq" resname="sq" approved="yes">
         <source>Albanian</source>
-        <target>albanais</target>
+        <target>Albanais</target>
       </trans-unit>
       <trans-unit id="sr" resname="sr" approved="yes">
         <source>Serbian</source>
-        <target>serbe</target>
+        <target>Serbe</target>
       </trans-unit>
       <trans-unit id="srn" resname="srn" approved="yes">
         <source>Sranan Tongo</source>
-        <target>sranan Tongo</target>
+        <target>Sranan Tongo</target>
       </trans-unit>
       <trans-unit id="srr" resname="srr" approved="yes">
         <source>Serer</source>
-        <target>sérère</target>
+        <target>Sérère</target>
       </trans-unit>
       <trans-unit id="ss" resname="ss" approved="yes">
         <source>Swati</source>
-        <target>swati</target>
+        <target>Swati</target>
       </trans-unit>
       <trans-unit id="ssa" resname="ssa" approved="yes">
         <source>Nilo-Saharan languages</source>
-        <target>nilo-sahariennes, langues</target>
+        <target>Nilo-sahariennes, langues</target>
       </trans-unit>
       <trans-unit id="st" resname="st" approved="yes">
         <source>Sotho, Southern</source>
-        <target>sotho du Sud</target>
+        <target>Sotho du Sud</target>
       </trans-unit>
       <trans-unit id="su" resname="su" approved="yes">
         <source>Sundanese</source>
-        <target>sundanais</target>
+        <target>Sundanais</target>
       </trans-unit>
       <trans-unit id="suk" resname="suk" approved="yes">
         <source>Sukuma</source>
-        <target>sukuma</target>
+        <target>Sukuma</target>
       </trans-unit>
       <trans-unit id="sus" resname="sus" approved="yes">
         <source>Susu</source>
-        <target>sosso</target>
+        <target>Sosso</target>
       </trans-unit>
       <trans-unit id="sux" resname="sux" approved="yes">
         <source>Sumerian</source>
-        <target>sumérien</target>
+        <target>Sumérien</target>
       </trans-unit>
       <trans-unit id="sv" resname="sv" approved="yes">
         <source>Swedish</source>
-        <target>suédois</target>
+        <target>Suédois</target>
       </trans-unit>
       <trans-unit id="sw" resname="sw" approved="yes">
         <source>Swahili</source>
-        <target>swahili</target>
+        <target>Swahili</target>
       </trans-unit>
       <trans-unit id="syc" resname="syc" approved="yes">
         <source>Classical Syriac</source>
-        <target>syriaque classique</target>
+        <target>Syriaque classique</target>
       </trans-unit>
       <trans-unit id="syr" resname="syr" approved="yes">
         <source>Syriac</source>
-        <target>syriaque</target>
+        <target>Syriaque</target>
       </trans-unit>
       <trans-unit id="ta" resname="ta" approved="yes">
         <source>Tamil</source>
-        <target>tamoul</target>
+        <target>Tamoul</target>
       </trans-unit>
       <trans-unit id="tai" resname="tai" approved="yes">
         <source>Tai languages</source>
-        <target>tai, langues</target>
+        <target>Tai, langues</target>
       </trans-unit>
       <trans-unit id="te" resname="te" approved="yes">
         <source>Telugu</source>
-        <target>télougou</target>
+        <target>Télougou</target>
       </trans-unit>
       <trans-unit id="tem" resname="tem" approved="yes">
         <source>Timne</source>
-        <target>timné</target>
+        <target>Timné</target>
       </trans-unit>
       <trans-unit id="ter" resname="ter" approved="yes">
         <source>Tereno</source>
-        <target>tereno</target>
+        <target>Tereno</target>
       </trans-unit>
       <trans-unit id="tet" resname="tet" approved="yes">
         <source>Tetum</source>
-        <target>tetum</target>
+        <target>Tetum</target>
       </trans-unit>
       <trans-unit id="tg" resname="tg" approved="yes">
         <source>Tajik</source>
-        <target>tadjik</target>
+        <target>Tadjik</target>
       </trans-unit>
       <trans-unit id="th" resname="th" approved="yes">
         <source>Thai</source>
-        <target>thaï</target>
+        <target>Thaï</target>
       </trans-unit>
       <trans-unit id="ti" resname="ti" approved="yes">
         <source>Tigrinya</source>
-        <target>tigrigna</target>
+        <target>Tigrigna</target>
       </trans-unit>
       <trans-unit id="tig" resname="tig" approved="yes">
         <source>Tigre</source>
-        <target>tigre</target>
+        <target>Tigre</target>
       </trans-unit>
       <trans-unit id="tiv" resname="tiv" approved="yes">
         <source>Tiv</source>
-        <target>tiv</target>
+        <target>Tiv</target>
       </trans-unit>
       <trans-unit id="tk" resname="tk" approved="yes">
         <source>Turkmen</source>
-        <target>turkmène</target>
+        <target>Turkmène</target>
       </trans-unit>
       <trans-unit id="tkl" resname="tkl" approved="yes">
         <source>Tokelau</source>
@@ -1724,63 +1724,63 @@
       </trans-unit>
       <trans-unit id="tl" resname="tl" approved="yes">
         <source>Tagalog</source>
-        <target>tagalog</target>
+        <target>Tagalog</target>
       </trans-unit>
       <trans-unit id="tlh" resname="tlh" approved="yes">
         <source>Klingon; tlhIngan-Hol</source>
-        <target>klingon</target>
+        <target>Klingon</target>
       </trans-unit>
       <trans-unit id="tli" resname="tli" approved="yes">
         <source>Tlingit</source>
-        <target>tlingit</target>
+        <target>Tlingit</target>
       </trans-unit>
       <trans-unit id="tmh" resname="tmh" approved="yes">
         <source>Tamashek</source>
-        <target>tamacheq</target>
+        <target>Tamacheq</target>
       </trans-unit>
       <trans-unit id="tn" resname="tn" approved="yes">
         <source>Tswana</source>
-        <target>tswana</target>
+        <target>Tswana</target>
       </trans-unit>
       <trans-unit id="to" resname="to" approved="yes">
         <source>Tonga (Tonga Islands)</source>
-        <target>tongien (ÃŽles Tonga)</target>
+        <target>Tongien (ÃŽles Tonga)</target>
       </trans-unit>
       <trans-unit id="tog" resname="tog" approved="yes">
         <source>Tonga (Nyasa)</source>
-        <target>tonga (Nyasa)</target>
+        <target>Tonga (Nyasa)</target>
       </trans-unit>
       <trans-unit id="tpi" resname="tpi" approved="yes">
         <source>Tok Pisin</source>
-        <target>tok pisin</target>
+        <target>Tok pisin</target>
       </trans-unit>
       <trans-unit id="tr" resname="tr" approved="yes">
         <source>Turkish</source>
-        <target>turc</target>
+        <target>Turc</target>
       </trans-unit>
       <trans-unit id="ts" resname="ts" approved="yes">
         <source>Tsonga</source>
-        <target>tsonga</target>
+        <target>Tsonga</target>
       </trans-unit>
       <trans-unit id="tsi" resname="tsi" approved="yes">
         <source>Tsimshian</source>
-        <target>tsimshian</target>
+        <target>Tsimshian</target>
       </trans-unit>
       <trans-unit id="tt" resname="tt" approved="yes">
         <source>Tatar</source>
-        <target>tatar</target>
+        <target>Tatar</target>
       </trans-unit>
       <trans-unit id="tum" resname="tum" approved="yes">
         <source>Tumbuka</source>
-        <target>tumbuka</target>
+        <target>Tumbuka</target>
       </trans-unit>
       <trans-unit id="tup" resname="tup" approved="yes">
         <source>Tupi languages</source>
-        <target>tupi, langues</target>
+        <target>Tupi, langues</target>
       </trans-unit>
       <trans-unit id="tut" resname="tut" approved="yes">
         <source>Altaic languages</source>
-        <target>altaïques, langues</target>
+        <target>Altaïques, langues</target>
       </trans-unit>
       <trans-unit id="tvl" resname="tvl" approved="yes">
         <source>Tuvalu</source>
@@ -1788,167 +1788,167 @@
       </trans-unit>
       <trans-unit id="tw" resname="tw" approved="yes">
         <source>Twi</source>
-        <target>twi</target>
+        <target>Twi</target>
       </trans-unit>
       <trans-unit id="ty" resname="ty" approved="yes">
         <source>Tahitian</source>
-        <target>tahitien</target>
+        <target>Tahitien</target>
       </trans-unit>
       <trans-unit id="tyv" resname="tyv" approved="yes">
         <source>Tuvinian</source>
-        <target>touvain</target>
+        <target>Touvain</target>
       </trans-unit>
       <trans-unit id="udm" resname="udm" approved="yes">
         <source>Udmurt</source>
-        <target>oudmourte</target>
+        <target>Oudmourte</target>
       </trans-unit>
       <trans-unit id="ug" resname="ug" approved="yes">
         <source>Uighur; Uyghur</source>
-        <target>ouïgour</target>
+        <target>Ouïgour</target>
       </trans-unit>
       <trans-unit id="uga" resname="uga" approved="yes">
         <source>Ugaritic</source>
-        <target>ougaritique</target>
+        <target>Ougaritique</target>
       </trans-unit>
       <trans-unit id="uk" resname="uk" approved="yes">
         <source>Ukrainian</source>
-        <target>ukrainien</target>
+        <target>Ukrainien</target>
       </trans-unit>
       <trans-unit id="umb" resname="umb" approved="yes">
         <source>Umbundu</source>
-        <target>umbundu</target>
+        <target>Umbundu</target>
       </trans-unit>
       <trans-unit id="und" resname="und" approved="yes">
         <source>Undetermined</source>
-        <target>indéterminé</target>
+        <target>Indéterminé</target>
       </trans-unit>
       <trans-unit id="ur" resname="ur" approved="yes">
         <source>Urdu</source>
-        <target>ourdou</target>
+        <target>Ourdou</target>
       </trans-unit>
       <trans-unit id="uz" resname="uz" approved="yes">
         <source>Uzbek</source>
-        <target>ouszbek</target>
+        <target>Ouszbek</target>
       </trans-unit>
       <trans-unit id="vai" resname="vai" approved="yes">
         <source>Vai</source>
-        <target>vaï</target>
+        <target>Vaï</target>
       </trans-unit>
       <trans-unit id="ve" resname="ve" approved="yes">
         <source>Venda</source>
-        <target>venda</target>
+        <target>Venda</target>
       </trans-unit>
       <trans-unit id="vi" resname="vi" approved="yes">
         <source>Vietnamese</source>
-        <target>vietnamien</target>
+        <target>Vietnamien</target>
       </trans-unit>
       <trans-unit id="vo" resname="vo" approved="yes">
         <source>Volapük</source>
-        <target>volapük</target>
+        <target>Volapük</target>
       </trans-unit>
       <trans-unit id="vot" resname="vot" approved="yes">
         <source>Votic</source>
-        <target>vote</target>
+        <target>Vote</target>
       </trans-unit>
       <trans-unit id="wa" resname="wa" approved="yes">
         <source>Walloon</source>
-        <target>wallon</target>
+        <target>Wallon</target>
       </trans-unit>
       <trans-unit id="wak" resname="wak" approved="yes">
         <source>Wakashan languages</source>
-        <target>wakashennes, langues</target>
+        <target>Wakashennes, langues</target>
       </trans-unit>
       <trans-unit id="wal" resname="wal" approved="yes">
         <source>Walamo</source>
-        <target>walamo</target>
+        <target>Walamo</target>
       </trans-unit>
       <trans-unit id="war" resname="war" approved="yes">
         <source>Waray</source>
-        <target>waray</target>
+        <target>Waray</target>
       </trans-unit>
       <trans-unit id="was" resname="was" approved="yes">
         <source>Washo</source>
-        <target>washo</target>
+        <target>Washo</target>
       </trans-unit>
       <trans-unit id="wen" resname="wen" approved="yes">
         <source>Sorbian languages</source>
-        <target>sorabes, langues</target>
+        <target>Sorabes, langues</target>
       </trans-unit>
       <trans-unit id="wo" resname="wo" approved="yes">
         <source>Wolof</source>
-        <target>wolof</target>
+        <target>Wolof</target>
       </trans-unit>
       <trans-unit id="xal" resname="xal" approved="yes">
         <source>Kalmyk; Oirat</source>
-        <target>kalmouk ; oïrat</target>
+        <target>Kalmouk ; Oïrat</target>
       </trans-unit>
       <trans-unit id="xh" resname="xh" approved="yes">
         <source>Xhosa</source>
-        <target>xhosa</target>
+        <target>Xhosa</target>
       </trans-unit>
       <trans-unit id="yao" resname="yao" approved="yes">
         <source>Yao</source>
-        <target>yao</target>
+        <target>Yao</target>
       </trans-unit>
       <trans-unit id="yap" resname="yap" approved="yes">
         <source>Yapese</source>
-        <target>yapois</target>
+        <target>Yapois</target>
       </trans-unit>
       <trans-unit id="yi" resname="yi" approved="yes">
         <source>Yiddish</source>
-        <target>yiddish</target>
+        <target>Yiddish</target>
       </trans-unit>
       <trans-unit id="yo" resname="yo" approved="yes">
         <source>Yoruba</source>
-        <target>yoruba</target>
+        <target>Yoruba</target>
       </trans-unit>
       <trans-unit id="ypk" resname="ypk" approved="yes">
         <source>Yupik languages</source>
-        <target>yupik, langues</target>
+        <target>Yupik, langues</target>
       </trans-unit>
       <trans-unit id="za" resname="za" approved="yes">
         <source>Zhuang; Chuang</source>
-        <target>zhuang</target>
+        <target>Zhuang</target>
       </trans-unit>
       <trans-unit id="zap" resname="zap" approved="yes">
         <source>Zapotec</source>
-        <target>zapotèque</target>
+        <target>Zapotèque</target>
       </trans-unit>
       <trans-unit id="zbl" resname="zbl" approved="yes">
         <source>Blissymbols; Blissymbolics; Bliss</source>
-        <target>symboles Bliss</target>
+        <target>Symboles Bliss</target>
       </trans-unit>
       <trans-unit id="zen" resname="zen" approved="yes">
         <source>Zenaga</source>
-        <target>zenaga</target>
+        <target>Zenaga</target>
       </trans-unit>
       <trans-unit id="zgh" resname="zgh" approved="yes">
         <source>Standard Moroccan Tamazight</source>
-        <target>amazighe standard marocain</target>
+        <target>Amazighe standard marocain</target>
       </trans-unit>
       <trans-unit id="zh" resname="zh" approved="yes">
         <source>Chinese</source>
-        <target>chinois</target>
+        <target>Chinois</target>
       </trans-unit>
       <trans-unit id="znd" resname="znd" approved="yes">
         <source>Zande languages</source>
-        <target>zandé, langues</target>
+        <target>Zandé, langues</target>
       </trans-unit>
       <trans-unit id="zu" resname="zu" approved="yes">
         <source>Zulu</source>
-        <target>zoulou</target>
+        <target>Zoulou</target>
       </trans-unit>
       <trans-unit id="zun" resname="zun" approved="yes">
         <source>Zuni</source>
-        <target>zuni</target>
+        <target>Zuni</target>
       </trans-unit>
       <trans-unit id="zxx" resname="zxx" approved="yes">
         <source>No linguistic content; Not applicable</source>
-        <target>pas de contenu linguistique ; non applicable</target>
+        <target>Pas de contenu linguistique ; Non applicable</target>
       </trans-unit>
       <trans-unit id="zza" resname="zza" approved="yes">
         <source>Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki</source>
-        <target>dimili</target>
+        <target>Dimili</target>
       </trans-unit>
     </body>
   </file>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/ka.languages.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/ka.languages.xlf
index d7d29227522e..9f93835ccf43 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/ka.languages.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/ka.languages.xlf
@@ -10,6 +10,10 @@
         <source>Abkhazian</source>
         <target>აბხაზური</target>
       </trans-unit>
+      <trans-unit id="ady" resname="ady" approved="yes">
+        <source>Adyghe; Adygei</source>
+        <target>ადიღეური</target>
+      </trans-unit>
       <trans-unit id="ae" resname="ae" approved="yes">
         <source>Avestan</source>
         <target>ავესტანი</target>
@@ -38,6 +42,10 @@
         <source>Aragonese</source>
         <target>არაგონური</target>
       </trans-unit>
+      <trans-unit id="ang" resname="ang" approved="yes">
+        <source>English, Old (ca. 450-1100)</source>
+        <target>ინგლუსური, ძველი (დაახლ. 450-1100)</target>
+      </trans-unit>
       <trans-unit id="apa" resname="apa" approved="yes">
         <source>Apache languages</source>
         <target>აპაჩის ენები</target>
@@ -158,6 +166,10 @@
         <source>Chamorro</source>
         <target>ჩამორო</target>
       </trans-unit>
+      <trans-unit id="chm" resname="chm" approved="yes">
+        <source>Mari</source>
+        <target>მარული</target>
+      </trans-unit>
       <trans-unit id="chr" resname="chr" approved="yes">
         <source>Cherokee</source>
         <target>ჩეროკი</target>
@@ -242,6 +254,10 @@
         <source>English</source>
         <target>ინგლისური</target>
       </trans-unit>
+      <trans-unit id="enm" resname="enm" approved="yes">
+        <source>English, Middle (1100-1500)</source>
+        <target>ინგლისური, შუასაუკუნეების (1100-1500)</target>
+      </trans-unit>
       <trans-unit id="eo" resname="eo" approved="yes">
         <source>Esperanto</source>
         <target>ესპერანტო</target>
@@ -410,6 +426,10 @@
         <source>Japanese</source>
         <target>იაპონური</target>
       </trans-unit>
+      <trans-unit id="jbo" resname="jbo" approved="yes">
+        <source>Lojban</source>
+        <target>ლოჟბანი</target>
+      </trans-unit>
       <trans-unit id="jv" resname="jv" approved="yes">
         <source>Javanese</source>
         <target>იავური</target>
@@ -426,6 +446,10 @@
         <source>Karen languages</source>
         <target>კარენის ენები</target>
       </trans-unit>
+      <trans-unit id="kg" resname="kg" approved="yes">
+        <source>Kongo</source>
+        <target>კონგო</target>
+      </trans-unit>
       <trans-unit id="khi" resname="khi" approved="yes">
         <source>Khoisan languages</source>
         <target>ხოისანის ენები</target>
@@ -598,6 +622,10 @@
         <source>Oriya</source>
         <target>ორია</target>
       </trans-unit>
+      <trans-unit id="osa" resname="osa" approved="yes">
+        <source>Osage</source>
+        <target>ოსეიჯი</target>
+      </trans-unit>
       <trans-unit id="oto" resname="oto" approved="yes">
         <source>Otomian languages</source>
         <target>ოტომიური ენები</target>
@@ -662,6 +690,10 @@
         <source>Sanskrit</source>
         <target>სანსკრიტი</target>
       </trans-unit>
+      <trans-unit id="sah" resname="sah" approved="yes">
+        <source>Yakut</source>
+        <target>იაკუტიური</target>
+      </trans-unit>
       <trans-unit id="sal" resname="sal" approved="yes">
         <source>Salishan languages</source>
         <target>სალიშანის ენები</target>
@@ -674,6 +706,10 @@
         <source>Sardinian</source>
         <target>სარდინიული</target>
       </trans-unit>
+      <trans-unit id="scn" resname="scn" approved="yes">
+        <source>Sicilian</source>
+        <target>სიცილიური</target>
+      </trans-unit>
       <trans-unit id="sd" resname="sd" approved="yes">
         <source>Sindhi</source>
         <target>სინდი</target>
@@ -842,6 +878,10 @@
         <source>Tahitian</source>
         <target>ტაიტური</target>
       </trans-unit>
+      <trans-unit id="udm" resname="udm" approved="yes">
+        <source>Udmurt</source>
+        <target>უდმურტული</target>
+      </trans-unit>
       <trans-unit id="uga" resname="uga" approved="yes">
         <source>Ugaritic</source>
         <target>უგარათული</target>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/lt.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/lt.countries.xlf
index 42bd6d3f97ab..0b5cf174ed22 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/lt.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/lt.countries.xlf
@@ -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>Žaliasis Kyšulys</target>
       </trans-unit>
       <trans-unit id="CV.official_name" resname="CV.official_name" approved="yes">
         <source>Republic of Cabo Verde</source>
-        <target>Republic of Cabo Verde</target>
+        <target>Žaliojo Kyšulio Respublika</target>
       </trans-unit>
       <trans-unit id="CW.name" resname="CW.name" approved="yes">
         <source>Curaçao</source>
@@ -358,6 +358,10 @@
         <source>Republic of Cyprus</source>
         <target>Kipro Respublika</target>
       </trans-unit>
+      <trans-unit id="CZ.name" resname="CZ.name" approved="yes">
+        <source>Czechia</source>
+        <target>ÄŒekija</target>
+      </trans-unit>
       <trans-unit id="CZ.official_name" resname="CZ.official_name" approved="yes">
         <source>Czech Republic</source>
         <target>ÄŒekijos Respublika</target>
@@ -552,7 +556,7 @@
       </trans-unit>
       <trans-unit id="GM.official_name" resname="GM.official_name" approved="yes">
         <source>Republic of the Gambia</source>
-        <target>Republic of the Gambia</target>
+        <target>Gambijos Respublika</target>
       </trans-unit>
       <trans-unit id="GN.name" resname="GN.name" approved="yes">
         <source>Guinea</source>
@@ -956,11 +960,11 @@
       </trans-unit>
       <trans-unit id="MK.name" resname="MK.name" approved="yes">
         <source>North Macedonia</source>
-        <target>North Macedonia</target>
+        <target>Å iaurÄ—s Makedonija</target>
       </trans-unit>
       <trans-unit id="MK.official_name" resname="MK.official_name" approved="yes">
         <source>Republic of North Macedonia</source>
-        <target>Republic of North Macedonia</target>
+        <target>Å iaurÄ—s Makedonijos Respublika</target>
       </trans-unit>
       <trans-unit id="ML.name" resname="ML.name" approved="yes">
         <source>Mali</source>
@@ -1184,7 +1188,7 @@
       </trans-unit>
       <trans-unit id="PG.official_name" resname="PG.official_name" approved="yes">
         <source>Independent State of Papua New Guinea</source>
-        <target>Independent State of Papua New Guinea</target>
+        <target>Papua Naujosios GvinÄ—jos Nepriklausomoji ValstybÄ—</target>
       </trans-unit>
       <trans-unit id="PH.name" resname="PH.name" approved="yes">
         <source>Philippines</source>
@@ -1388,7 +1392,7 @@
       </trans-unit>
       <trans-unit id="SO.official_name" resname="SO.official_name" approved="yes">
         <source>Federal Republic of Somalia</source>
-        <target>Federal Republic of Somalia</target>
+        <target>Somalio FederacinÄ— Respublika</target>
       </trans-unit>
       <trans-unit id="SR.name" resname="SR.name" approved="yes">
         <source>Suriname</source>
@@ -1434,9 +1438,13 @@
         <source>Syrian Arab Republic</source>
         <target>Sirijos Arabų Respublika</target>
       </trans-unit>
+      <trans-unit id="SZ.name" resname="SZ.name" approved="yes">
+        <source>Eswatini</source>
+        <target>Esvatinis</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>Esvatinio KaralystÄ—</target>
       </trans-unit>
       <trans-unit id="TC.name" resname="TC.name" approved="yes">
         <source>Turks and Caicos Islands</source>
@@ -1472,7 +1480,7 @@
       </trans-unit>
       <trans-unit id="TJ.name" resname="TJ.name" approved="yes">
         <source>Tajikistan</source>
-        <target>Tadžikistanas</target>
+        <target>Tadžikija</target>
       </trans-unit>
       <trans-unit id="TJ.official_name" resname="TJ.official_name" approved="yes">
         <source>Republic of Tajikistan</source>
@@ -1492,7 +1500,7 @@
       </trans-unit>
       <trans-unit id="TM.name" resname="TM.name" approved="yes">
         <source>Turkmenistan</source>
-        <target>TurkmÄ—nistanas</target>
+        <target>TurkmÄ—nija</target>
       </trans-unit>
       <trans-unit id="TN.name" resname="TN.name" approved="yes">
         <source>Tunisia</source>
@@ -1510,9 +1518,13 @@
         <source>Kingdom of Tonga</source>
         <target>Tongos KaralystÄ—</target>
       </trans-unit>
+      <trans-unit id="TR.name" resname="TR.name" approved="yes">
+        <source>Türkiye</source>
+        <target>Turkija</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>Turkijos Respublika</target>
       </trans-unit>
       <trans-unit id="TT.name" resname="TT.name" approved="yes">
         <source>Trinidad and Tobago</source>
@@ -1556,7 +1568,7 @@
       </trans-unit>
       <trans-unit id="UM.name" resname="UM.name" approved="yes">
         <source>United States Minor Outlying Islands</source>
-        <target>Jungtinių Amerikos Valstijų mažosios aplinkinės salos</target>
+        <target>Jungtinių Valstijų Mažosios pakraštinės salos</target>
       </trans-unit>
       <trans-unit id="US.name" resname="US.name" approved="yes">
         <source>United States</source>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/lt.languages.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/lt.languages.xlf
index b67411e76617..93b6b405dc5c 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/lt.languages.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/lt.languages.xlf
@@ -192,7 +192,7 @@
       </trans-unit>
       <trans-unit id="bh" resname="bh" approved="yes">
         <source>Bihari languages</source>
-        <target>Bihari languages</target>
+        <target>Biharų kalbos</target>
       </trans-unit>
       <trans-unit id="bho" resname="bho" approved="yes">
         <source>Bhojpuri</source>
@@ -222,6 +222,10 @@
         <source>Bengali</source>
         <target>Bengalų</target>
       </trans-unit>
+      <trans-unit id="bnt" resname="bnt" approved="yes">
+        <source>Bantu (Other)</source>
+        <target>Bantų (kitos)</target>
+      </trans-unit>
       <trans-unit id="bo" resname="bo" approved="yes">
         <source>Tibetan</source>
         <target>Tibetiečių</target>
@@ -330,6 +334,10 @@
         <source>Chamic languages</source>
         <target>Čamikų kalbos</target>
       </trans-unit>
+      <trans-unit id="cnr" resname="cnr" approved="yes">
+        <source>Montenegrin</source>
+        <target>Juodkalniečių</target>
+      </trans-unit>
       <trans-unit id="co" resname="co" approved="yes">
         <source>Corsican</source>
         <target>Korsikiečių</target>
@@ -410,6 +418,10 @@
         <source>Delaware</source>
         <target>Delavarų</target>
       </trans-unit>
+      <trans-unit id="den" resname="den" approved="yes">
+        <source>Slave (Athapascan)</source>
+        <target>Atapaskų</target>
+      </trans-unit>
       <trans-unit id="dgr" resname="dgr" approved="yes">
         <source>Dogrib</source>
         <target>Dogribų</target>
@@ -678,13 +690,17 @@
         <source>Hiligaynon</source>
         <target>Hiligainon</target>
       </trans-unit>
+      <trans-unit id="him" resname="him" approved="yes">
+        <source>Himachali languages; Western Pahari languages</source>
+        <target>Vakarų paharų kalbos</target>
+      </trans-unit>
       <trans-unit id="hit" resname="hit" approved="yes">
         <source>Hittite</source>
         <target>Hetitų</target>
       </trans-unit>
       <trans-unit id="hmn" resname="hmn" approved="yes">
         <source>Hmong; Mong</source>
-        <target>Hmong; Mong</target>
+        <target>Hmongų</target>
       </trans-unit>
       <trans-unit id="ho" resname="ho" approved="yes">
         <source>Hiri Motu</source>
@@ -738,6 +754,10 @@
         <source>Igbo</source>
         <target>Igbo</target>
       </trans-unit>
+      <trans-unit id="ii" resname="ii" approved="yes">
+        <source>Sichuan Yi; Nuosu</source>
+        <target>Nosų</target>
+      </trans-unit>
       <trans-unit id="ijo" resname="ijo" approved="yes">
         <source>Ijo languages</source>
         <target>Ijo kalbos</target>
@@ -852,7 +872,7 @@
       </trans-unit>
       <trans-unit id="kho" resname="kho" approved="yes">
         <source>Khotanese; Sakan</source>
-        <target>Khotanese; Sakan</target>
+        <target>Kotanezų</target>
       </trans-unit>
       <trans-unit id="ki" resname="ki" approved="yes">
         <source>Kikuyu; Gikuyu</source>
@@ -1014,6 +1034,10 @@
         <source>Lunda</source>
         <target>Lunda</target>
       </trans-unit>
+      <trans-unit id="luo" resname="luo" approved="yes">
+        <source>Luo (Kenya and Tanzania)</source>
+        <target>Luo (Kenija ir Tanzanija)</target>
+      </trans-unit>
       <trans-unit id="lus" resname="lus" approved="yes">
         <source>Lushai</source>
         <target>Lušai</target>
@@ -1288,7 +1312,7 @@
       </trans-unit>
       <trans-unit id="oc" resname="oc" approved="yes">
         <source>Occitan (post 1500); Provençal</source>
-        <target>Occitan (post 1500); Provençal</target>
+        <target>Oksitanų (po 1500 m.); Provansaliečių</target>
       </trans-unit>
       <trans-unit id="oj" resname="oj" approved="yes">
         <source>Ojibwa</source>
@@ -1376,7 +1400,7 @@
       </trans-unit>
       <trans-unit id="pro" resname="pro" approved="yes">
         <source>Provençal, Old (to 1500)</source>
-        <target>Provençal, Old (to 1500)</target>
+        <target>Provansaliečių, senoji (iki 1500 m.)</target>
       </trans-unit>
       <trans-unit id="ps" resname="ps" approved="yes">
         <source>Pushto; Pashto</source>
@@ -1416,7 +1440,7 @@
       </trans-unit>
       <trans-unit id="ro" resname="ro" approved="yes">
         <source>Romanian; Moldavian; Moldovan</source>
-        <target>Romanian; Moldavian; Moldovan</target>
+        <target>Rumunų; Moldavų</target>
       </trans-unit>
       <trans-unit id="roa" resname="roa" approved="yes">
         <source>Romance languages</source>
@@ -1452,7 +1476,7 @@
       </trans-unit>
       <trans-unit id="sai" resname="sai" approved="yes">
         <source>South American Indian (Other)</source>
-        <target>South American Indian (Other)</target>
+        <target>Pietų Amerikos indėnų (kitos)</target>
       </trans-unit>
       <trans-unit id="sal" resname="sal" approved="yes">
         <source>Salishan languages</source>
@@ -1702,6 +1726,10 @@
         <source>Tagalog</source>
         <target>Tagalų</target>
       </trans-unit>
+      <trans-unit id="tlh" resname="tlh" approved="yes">
+        <source>Klingon; tlhIngan-Hol</source>
+        <target>Klingonų</target>
+      </trans-unit>
       <trans-unit id="tli" resname="tli" approved="yes">
         <source>Tlingit</source>
         <target>Tlingit</target>
@@ -1830,6 +1858,10 @@
         <source>Wakashan languages</source>
         <target>Vakašan kalbos</target>
       </trans-unit>
+      <trans-unit id="wal" resname="wal" approved="yes">
+        <source>Walamo</source>
+        <target>Velaitų</target>
+      </trans-unit>
       <trans-unit id="war" resname="war" approved="yes">
         <source>Waray</source>
         <target>Varai</target>
@@ -1890,6 +1922,10 @@
         <source>Zenaga</source>
         <target>Zenaga</target>
       </trans-unit>
+      <trans-unit id="zgh" resname="zgh" approved="yes">
+        <source>Standard Moroccan Tamazight</source>
+        <target>Standartinė Maroko berberų</target>
+      </trans-unit>
       <trans-unit id="zh" resname="zh" approved="yes">
         <source>Chinese</source>
         <target>Kinų</target>
diff --git a/typo3/sysext/core/Resources/Private/Language/Iso/sk.countries.xlf b/typo3/sysext/core/Resources/Private/Language/Iso/sk.countries.xlf
index d4b0ed0a77dd..7e1785de4eb8 100644
--- a/typo3/sysext/core/Resources/Private/Language/Iso/sk.countries.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/Iso/sk.countries.xlf
@@ -1184,7 +1184,7 @@
       </trans-unit>
       <trans-unit id="PG.name" resname="PG.name" approved="yes">
         <source>Papua New Guinea</source>
-        <target>Papua - Nová Guinea</target>
+        <target>Papua-Nová Guinea</target>
       </trans-unit>
       <trans-unit id="PG.official_name" resname="PG.official_name" approved="yes">
         <source>Independent State of Papua New Guinea</source>
-- 
GitLab