Created the new localization system#8
Draft
TheOnlyTails wants to merge 17 commits intoTechnoVisionDev:masterfrom
Draft
Created the new localization system#8TheOnlyTails wants to merge 17 commits intoTechnoVisionDev:masterfrom
TheOnlyTails wants to merge 17 commits intoTechnoVisionDev:masterfrom
Conversation
chore(localization): added localization to the automation, economy, fun, and greeting categories chore(deps): updated deps
feat(localization): added a bunch of utility records for the `LocalizationSchema` Signed-off-by: theonlytails <theonlytails@theonlytails.com>
chore(l10n): switched all the previously migrated commands to the new schema Signed-off-by: theonlytails <theonlytails@theonlytails.com>
Signed-off-by: theonlytails <theonlytails@theonlytails.com>
config(l10n): added an intellij run config file to generate the schema Signed-off-by: theonlytails <theonlytails@theonlytails.com>
Signed-off-by: theonlytails <theonlytails@theonlytails.com>
Signed-off-by: theonlytails <theonlytails@theonlytails.com>
…10n system Signed-off-by: theonlytails <theonlytails@theonlytails.com>
…ew l10n system Signed-off-by: theonlytails <theonlytails@theonlytails.com>
…system Signed-off-by: theonlytails <theonlytails@theonlytails.com>
Signed-off-by: theonlytails <theonlytails@theonlytails.com>
Signed-off-by: theonlytails <theonlytails@theonlytails.com>
Signed-off-by: theonlytails <theonlytails@theonlytails.com>
# Conflicts: # src/main/java/technobot/commands/music/NowPlayingCommand.java # src/main/java/technobot/commands/music/PauseCommand.java # src/main/java/technobot/commands/music/PlayCommand.java # src/main/java/technobot/commands/music/RepeatCommand.java # src/main/java/technobot/commands/music/ResumeCommand.java # src/main/java/technobot/commands/music/SeekCommand.java # src/main/java/technobot/commands/music/SkipCommand.java # src/main/java/technobot/commands/music/StopCommand.java # src/main/java/technobot/commands/music/VolumeCommand.java # src/main/java/technobot/commands/utility/PollCommand.java # src/main/java/technobot/commands/utility/UserCommand.java # src/main/java/technobot/data/cache/Config.java # src/main/java/technobot/handlers/economy/EconomyHandler.java # src/main/java/technobot/handlers/economy/EconomyLocalization.java # src/main/java/technobot/listeners/MusicListener.java # src/main/resources/localization/economy.json
Signed-off-by: theonlytails <theonlytails@theonlytails.com>
…into localization � Conflicts: � src/main/java/technobot/commands/economy/InspectCommand.java � src/main/java/technobot/commands/economy/InventoryCommand.java � src/main/java/technobot/commands/economy/ItemCommand.java � src/main/java/technobot/data/cache/Config.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new localization system for loading text resources.