Skip to content

Commit

Permalink
Readd translation support to Til Death Evaluation stats
Browse files Browse the repository at this point in the history
tie up loose ends
provide future string for future use
  • Loading branch information
poco0317 committed Apr 27, 2020
1 parent 5e06a60 commit 46963f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ function scoreBoard(pn, position)
local doot = {
THEME:GetString("ScreenEvaluation", "Mean"),
THEME:GetString("ScreenEvaluation", "StandardDev"),
"Largest",
THEME:GetString("ScreenEvaluation", "LargestDev"),
THEME:GetString("ScreenEvaluation", "LeftCB"),
THEME:GetString("ScreenEvaluation", "RightCB"),
THEME:GetString("ScreenEvaluation", "MiddleCB")
Expand Down
2 changes: 2 additions & 0 deletions Themes/Til Death/Languages/en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ MAPARatio=MA/PA ratio
Mean=Mean
AbsMean=Mean(Abs)
StandardDev=Sd
LargestDev=Largest
SmallestDev=Smallest
LeftCB=Left cbs
RightCB=Right cbs
MiddleCB=Middle cbs
Expand Down
2 changes: 1 addition & 1 deletion Themes/_fallback/Languages/en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ ProfilePlaytime=PlayTime
ProfileJudge=Judge
ProfileSongsLoaded=Songs Loaded
DifferentialReloadTrigger=Refresh Songs
SessionTime=Wasted Human Cycles
SessionTime=Session Time
RateMusicString=Music
NoProfile=No Profile

Expand Down

0 comments on commit 46963f4

Please sign in to comment.