Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: server core localized strings (AscensionGameDev#2338)
* server localization chore: AccountNamespace and General - Alphabetically sorted the properties. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Changed the property name none to None to follow PascalCase naming convention. - Improved the string messages grammar where necessary. - Adds new messages for notice and error notice. - Removed unused messages - Fixed issue with swapped messages order within the ErrorMessagePacket handler * server localization chore: BagsNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: BankNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: ChatNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: ClassNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: ColorNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: CombatNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. - Removed unused messages. * server localization chore: CommandOutputNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. - Removed unused messages. * server localization chore: CraftingNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: DatabaseNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: ErrorsNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: EventsNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. - Deleted unused messages (also a few outside the scope of EventsNamespace). * server localization chore: FormulasNamespace - Removed unused messages. - Improved strings grammar where necessary. * server localization chore: FriendsNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: GeneralNamespace (again) - Removes unused messages. * server localization chore: GuildsNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: IntroNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: ItemsNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. - Solves a TODO leftover. - Removes unused messages. * server localization chore: MappingNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: MigrationNamespace - Alphabetically sorted properties. - Improved grammar where necessary. - Removed unused messages * server localization chore: NetDebugNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Improved strings grammar where necessary. * server localization chore: NetworkingNamespace - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. - Removed unused messages. * server localization chore: NotificationsNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Improved strings grammar where necessary. * server localization chore: PartiesNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: PasswordResetNotificationNamespace - Renamed property to follow PascalCase naming convention. * server localization chore: PlayerNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. - Removed unused properties. * server localization chore: PortcheckingNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. - Removed unused properties. * server localization chore: QuestsNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Improved strings grammar where necessary. * server localization chore: RegexNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Removed unused properties. * server localization chore: ShopsNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: TradingNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary. * server localization chore: UpnpNamespace - Alphabetically sorted the properties and Renamed them to follow PascalCase naming convention. - Added [JsonProperty(NullValueHandling = NullValueHandling.Ignore)] to all properties. - Improved strings grammar where necessary.
- Loading branch information