Make more strings localizable#37655
Conversation
c21a4cc to
3969bf8
Compare
|
55077f4 to
36d4515
Compare
| public static LocalisableString EndedStatus => new TranslatableString(getKey(@"ended_status"), @"Thanks for playing! The match will close shortly."); | ||
|
|
||
|
|
||
| private static string getKey(string key) => $@"{prefix}:{key}"; |
please try and avoid belittling new contributes
what does this one mean?
i'd rather we don't start by threatening new users. at that point i'll just turn off PRs to avoid this contention. |
sorry for the unintentional rage, should be better now |
This commit moves several hard-coded strings to localization files to make them translatable.
The biggest change is the mods descriptions, but there are also some changes in the editor, the matchmaking system, the score ranking statistics screen, and the spectate screen.