Skip to content

Commit

Permalink
Sort languages by name
Browse files Browse the repository at this point in the history
  • Loading branch information
fmasa authored Sep 4, 2023
1 parent 007d36b commit 15f962e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package cz.frantisekmasa.wfrp_master.common.settings

enum class Language(
val localizedName: String,
val englishName: String
val englishName: String,
) {
BASE("English", "English"),
IT("Italiano", "Italian"),
FR("Français", "French"),
IT("Italiano", "Italian"),
}

0 comments on commit 15f962e

Please sign in to comment.