Translate UserStatus, titles of pages in header

This commit is contained in:
jvyden 2022-07-27 16:37:38 -04:00
parent 6525ebe3cb
commit f0befef31f
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
45 changed files with 699 additions and 120 deletions

View file

@ -8,6 +8,7 @@ public static class GeneralStrings
public static readonly TranslatableString ForgotPassword = create("forgot_password");
public static readonly TranslatableString Error = create("error");
public static readonly TranslatableString LogIn = create("log_in");
public static readonly TranslatableString Unknown = create("unknown");
private static TranslatableString create(string key) => new(TranslationAreas.General, key);
}