Skip to content

Commit

Permalink
chore(release, i18n): version 1.0.4, update contributors list
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Sep 20, 2024
1 parent 32e3935 commit ff9721f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions HallOfFame/HallOfFame.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.3</Version>
<FileVersion>1.0.3</FileVersion>
<Version>1.0.4</Version>
<FileVersion>1.0.4</FileVersion>

<OutputType>Library</OutputType>
<!-- According to @Wayz and @tdw_village on Discord, C# 9 is the highest version supported by Burst. -->
Expand Down
2 changes: 1 addition & 1 deletion HallOfFame/Properties/PublishConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Screenshot Value="" />
<Tag Value="Code Mod" />
<ForumLink Value="" />
<ModVersion Value="1.0.3" />
<ModVersion Value="1.0.4" />
<GameVersion Value="1.1.*" />
<Dependency Id="74417" DisplayName="Unified Icon Library" />
<Dependency Id="75426" DisplayName="I18n EveryWhere" />
Expand Down
2 changes: 1 addition & 1 deletion HallOfFame/UI/mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "HallOfFame",
"author": "Morgan Touverey Quilling",
"version": "1.0.3",
"version": "1.0.4",
"dependencies": []
}
2 changes: 1 addition & 1 deletion HallOfFame/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"Options.OPTION[HallOfFame.HallOfFame.Mod.Settings.RandomScreenshotWeight]": "Random",
"Options.OPTION_DESCRIPTION[HallOfFame.HallOfFame.Mod.Settings.RandomScreenshotWeight]": "Screenshots chosen completely at random!",
"Options.OPTION[HallOfFame.HallOfFame.Mod.Settings.SupporterScreenshotWeight]": "Initial Supporters",
"Options.OPTION_DESCRIPTION[HallOfFame.HallOfFame.Mod.Settings.SupporterScreenshotWeight]": "A selection of screenshots from talented people who helped hydrating the mod’s database before release!\nThanks to:\nCloverPie, Danil.V.L, Prophedt, TheBusStop.",
"Options.OPTION_DESCRIPTION[HallOfFame.HallOfFame.Mod.Settings.SupporterScreenshotWeight]": "A selection of screenshots from talented people who helped hydrating the mod’s database and test the mod before release!\nThanks to:\nCloverPie, Danil.V.L, Hendrix, Jojodaisuke, Konsi, Prophedt, TheBusStop, ThemisC2, Tigon Ologdring.",
"Options.OPTION[HallOfFame.HallOfFame.Mod.Settings.OtherContentPreferences]": "Other content preferences:",
"Options.OPTION[HallOfFame.HallOfFame.Mod.Settings.ViewMaxAge]": "Minimum time before a screenshot may be shown again (in days)",
"Options.OPTION_DESCRIPTION[HallOfFame.HallOfFame.Mod.Settings.ViewMaxAge]": "Minimum time before you may see a screenshot you’ve already seen.\nSetting it to zero will actually remove any limit (you will never see a screenshot you’ve already seen).\nHowever, due to technical reasons, this preference is not guaranteed to be always honored.",
Expand Down
4 changes: 2 additions & 2 deletions HallOfFame/lang/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"Options.OPTION_DESCRIPTION[HallOfFame.HallOfFame.Mod.Settings.ArcheologistScreenshotWeight]": "Captures d’écran avec le moins de vues, les plus anciennes en premier.\nNous recommandons de ne pas la mettre à zéro afin qu’aucune ville ne tombe dans l’oubli\u00a0!",
"Options.OPTION[HallOfFame.HallOfFame.Mod.Settings.RandomScreenshotWeight]": "Aléatoire",
"Options.OPTION_DESCRIPTION[HallOfFame.HallOfFame.Mod.Settings.RandomScreenshotWeight]": "Captures d’écran choisies complètement au hasard\u00a0!",
"Options.OPTION[HallOfFame.HallOfFame.Mod.Settings.SupporterScreenshotWeight]": "Soutiens du projet",
"Options.OPTION_DESCRIPTION[HallOfFame.HallOfFame.Mod.Settings.SupporterScreenshotWeight]": "Une sélection de captures d’écran de personnes talentueuses qui ont aidé à hydrater la base de données du mod avant sa sortie\u00a0!\nMerci à :\nCloverPie, Danil.V.L, Prophedt, TheBusStop.",
"Options.OPTION[HallOfFame.HallOfFame.Mod.Settings.SupporterScreenshotWeight]": "Supporters",
"Options.OPTION_DESCRIPTION[HallOfFame.HallOfFame.Mod.Settings.SupporterScreenshotWeight]": "Une sélection de captures d’écran de personnes talentueuses qui ont aidé à hydrater la base de données du mod avant sa sortie et à tester le mod\u00a0!\nMerci à :\nCloverPie, Danil.V.L, Hendrix, Jojodaisuke, Konsi, Prophedt, TheBusStop, ThemisC2, Tigon Ologdring.",
"Options.OPTION[HallOfFame.HallOfFame.Mod.Settings.OtherContentPreferences]": "Autres préférences de contenu :",
"Options.OPTION[HallOfFame.HallOfFame.Mod.Settings.ViewMaxAge]": "Délai minimum avant de revoir une capture d’écran (en jours)",
"Options.OPTION_DESCRIPTION[HallOfFame.HallOfFame.Mod.Settings.ViewMaxAge]": "Délai minimum avant qu’une capture d’écran que vous avez déjà vue puisse vous être reproposée.\nDéfinir cette valeur à zéro supprimera toute limite (c.à.d. vous ne reverrez jamais une capture d’écran que vous avez déjà vue).\nCependant, pour des raisons techniques, cette préférence n’est pas garantie d’être toujours respectée.",
Expand Down

0 comments on commit ff9721f

Please sign in to comment.