Rename Fluent-related code to be more precise.

This commit is contained in:
Paul Chote
2024-10-01 19:34:12 +01:00
committed by Gustas
parent 771b9ddfda
commit b29b685058
176 changed files with 1349 additions and 1369 deletions

View File

@@ -30,22 +30,22 @@ namespace OpenRA.Mods.Common.Server
// 1 second (in milliseconds) minimum delay between pings
const int RateLimitInterval = 1000;
[TranslationReference]
[FluentReference]
const string NoPortForward = "notification-no-port-forward";
[TranslationReference]
[FluentReference]
const string BlacklistedTitle = "notification-blacklisted-server-name";
[TranslationReference]
[FluentReference]
const string InvalidErrorCode = "notification-invalid-error-code";
[TranslationReference]
[FluentReference]
const string Connected = "notification-master-server-connected";
[TranslationReference]
[FluentReference]
const string Error = "notification-master-server-error";
[TranslationReference]
[FluentReference]
const string GameOffline = "notification-game-offline";
static readonly Beacon LanGameBeacon;