-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed html entity from translation
- Loading branch information
Showing
2 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 étendu des informations sur le jeu"/> | ||
<e k="yearinfo_current_year" v="Anné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> |