Skip to content

Commit

Permalink
cleanup SkillSetsShort
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulti-FD committed Jul 5, 2021
1 parent e8dd93c commit 2beadd4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
8 changes: 8 additions & 0 deletions Themes/_fallback/Languages/en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2073,6 +2073,14 @@ Stamina=Stamina
Technical=Technical
JackSpeed=JackSpeed
Chordjack=Chordjack
OverallShort=Overall
StreamShort=Stream
JumpstreamShort=JS
HandstreamShort=HS
StaminaShort=Stam
TechnicalShort=Tech
JackSpeedShort=Jacks
ChordjackShort=CJ
[Etterna]
Announcer=Announcer
Expand Down
23 changes: 12 additions & 11 deletions Themes/_fallback/Scripts/10 WifeSundries.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@ ms.SkillSets = {
"Technical"
}

ms.SkillSetsShort = {
"Overall",
"Stream",
"JS",
"HS",
"Stam",
"Jack Speed",
"Chordjack",
"Tech"
}

ms.SkillSetsTranslatedByName = {
Overall = THEME:GetString("Skillsets", "Overall"),
Stream = THEME:GetString("Skillsets", "Stream"),
Expand All @@ -98,6 +87,18 @@ ms.SkillSetsTranslated = {
THEME:GetString("Skillsets", "Technical"),
}

ms.SkillSetsShortTranslated = {
THEME:GetString("Skillsets", "OverallShort"),
THEME:GetString("Skillsets", "StreamShort"),
THEME:GetString("Skillsets", "JumpstreamShort"),
THEME:GetString("Skillsets", "HandstreamShort"),
THEME:GetString("Skillsets", "StaminaShort"),
THEME:GetString("Skillsets", "JackSpeedShort"),
THEME:GetString("Skillsets", "ChordjackShort"),
THEME:GetString("Skillsets", "TechnicalShort"),
}


ms.JudgeScalers = GAMESTATE:GetTimingScales()

ms.BaseJudgeWindows = {
Expand Down

0 comments on commit 2beadd4

Please sign in to comment.