Skip to content

Commit

Permalink
remove more plenty of unused JS translations (!)
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 25, 2016
1 parent ee6d3d2 commit 1745412
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions modules/i18n/src/main/JsDump.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,11 @@ private[i18n] final class JsDump(
} void

private val jsMessages = List(
keys.standard,
keys.rated,
keys.casual,
keys.thisGameIsRated,
keys.gameOver,
keys.yourTurn,
keys.accept,
keys.decline,
keys.challengeToPlay,
keys.youNeedAnAccountToDoThat,
keys.createANewTournament,
keys.withdraw,
keys.join,
keys.joinTheGame,
keys.tournamentIsStarting)
keys.createANewTournament,
keys.rated,
keys.youNeedAnAccountToDoThat)

private val pathFile = new File(path)

Expand Down

0 comments on commit 1745412

Please sign in to comment.