Skip to content

Commit

Permalink
removed html entity from translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Peppie84 committed Nov 24, 2024
1 parent fc137ba commit eb18ce0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
38 changes: 19 additions & 19 deletions FS25_ExtendedGameInfoDisplay/modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="92">
<author>Peppie84</author>
<version>1.0.0.0</version>
<title>
<en>Extended Game Infodisplay</en>
<de>Erweiterte Spiel-Infodarstellung</de>
</title>
<description>
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="92">
<author>Peppie84</author>
<version>1.0.0.0</version>
<title>
<en>Extended Game Infodisplay</en>
<de>Erweiterte Spiel-Infodarstellung</de>
</title>
<description>
<en><![CDATA[
Expands the current GameInfoDisplay in the upper right corner by displaying the current year under the date and activates a hidden temperature feature with an indicator of whether the temperature is falling, staying constant or rising, the display of the current temperature. I also added the min/max temperature of the day.
For more information, help and reporting issues please visit <a href='https://github.com/Peppie84/FS25_ExtendedGameInfoDisplay'>GitHub</a>.
]]></en>
]]></en>
<de><![CDATA[
Erweitert die aktuelle GameInfoDisplay oben rechts um die Anzeige des aktuellen Jahres unter dem Datum und aktiviert ein verstecktes Temperaturfeature mit einem Indikator ob die Temepratur fällt, gleich bleibt oder steigt, die Anzeige der aktuellen Temperatur und der min/max Temperatur des Tages.
Weitere Informationen, Hilfe und Probleme melden findest Du unter <a href='https://github.com/Peppie84/FS25_ExtendedGameInfoDisplay'>GitHub</a>.
]]></de>
</description>
<iconFilename>icon_ExGameInfoDisp.dds</iconFilename>
<multiplayer supported="true" />
<extraSourceFiles>
<sourceFile filename="src/extendedgameinfodisplay.lua" />
</extraSourceFiles>
<l10n filenamePrefix="translations/l10n" />
</modDesc>
]]></de>
</description>
<iconFilename>icon_ExGameInfoDisp.dds</iconFilename>
<multiplayer supported="true" />
<extraSourceFiles>
<sourceFile filename="src/extendedgameinfodisplay.lua" />
</extraSourceFiles>
<l10n filenamePrefix="translations/l10n" />
</modDesc>
16 changes: 8 additions & 8 deletions FS25_ExtendedGameInfoDisplay/translations/l10n_fr.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<l10n>
<translationContributors>Rudolfet</translationContributors>
<elements>
<e k="mod_title" v="Affichage &eacute;tendu des informations sur le jeu"/>
<e k="yearinfo_current_year" v="Ann&eacute;e"/>
</elements>
</l10n>
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<l10n>
<translationContributors>Rudolfet</translationContributors>
<elements>
<e k="mod_title" v="Affichage étendu des informations sur le jeu"/>
<e k="yearinfo_current_year" v="Année"/>
</elements>
</l10n>

0 comments on commit eb18ce0

Please sign in to comment.