forked from quisquous/cactbot
-
Notifications
You must be signed in to change notification settings - Fork 74
util: add gen_oopsy_timeline_replace #1011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Jaehyuk-Lee
wants to merge
19
commits into
OverlayPlugin:main
Choose a base branch
from
Jaehyuk-Lee:oopsy-i18n-data
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b36672d
types: add timelineReplace field to SimpleOopsyTriggerSet
Jaehyuk-Lee f34c6f2
oopsy: refactor regex translation logic in DamageTracker
Jaehyuk-Lee f289ae3
type: move TimelineReplacement to trigger.d.ts
Jaehyuk-Lee 09101be
Revert "oopsy: refactor regex translation logic in DamageTracker"
Jaehyuk-Lee 91c82e2
types: add timelineReplace field to SimpleOopsyTriggerSet
Jaehyuk-Lee 9dd67d8
type: move TimelineReplacement to trigger.d.ts
Jaehyuk-Lee d9922a6
util: auto-generate oopsy replaceSync
Jaehyuk-Lee a614c0c
util: auto-generate oopsy replaceSync to all data
Jaehyuk-Lee 672b00a
i18n: auto-generated timelineReplace for oopsyraidsy
Jaehyuk-Lee 9ade8e9
util: gen_oopsy_timeline_replace.ts translates `target` data too
Jaehyuk-Lee f1df354
util: gen_oopsy_timeline_replace.ts use ConsoleLogger
Jaehyuk-Lee 275458f
util: gen_oopsy_timeline_replace.ts use regex for multiple candidates
Jaehyuk-Lee a4829ed
util: gen_oopsy_timeline_replace.ts fix German names
Jaehyuk-Lee 226683b
i18n: fix German translation
Jaehyuk-Lee b486b54
fix lint
Jaehyuk-Lee b4fb88c
util: gen_oopsy_timeline_replace.ts logs missing translations
Jaehyuk-Lee 34851b9
refactor: convert hardcoded regex fields to configurable array
Jaehyuk-Lee 6d5ab8a
util: gen_oopsy_timeline_replace.ts works case-insensitive
Jaehyuk-Lee 4ca83b3
refactor: improve readability
Jaehyuk-Lee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I manually chose
冰柱(options:冰柱/氷柱) for Chinese translation which was being used in raidboss e12s data.cactbot/ui/raidboss/data/05-shb/raid/e12s.ts
Line 2151 in a920bb8