Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies {
modImplementation include("org.languagetool:language-ga:6.4")
modImplementation include("org.languagetool:language-ro:6.4")
modImplementation include("org.languagetool:language-sk:6.4")
modImplementation include("org.languagetool:language-sv:6.4")
modImplementation include("org.languagetool:language-pt:6.4") {
exclude group: 'org.languagetool', module: 'portuguese-pos-dict'
}
Expand Down Expand Up @@ -112,8 +113,6 @@ dependencies {
modImplementation include('org.jvnet.staxex:stax-ex:1.7.8')
modImplementation include('org.slf4j:slf4j-api:2.0.7')



// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/oiha/lexikon/client/ModConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public class ModConfig {
add("ga-IE");
add("ro-RO");
add("sk-SK");
add("sv-SE");
}};
public static final List<String> possibleLanguages = new ArrayList<>(){{
add("English (GB)");
Expand All @@ -74,6 +75,7 @@ public class ModConfig {
add("Irish");
add("Romanian");
add("Slovak");
add("Swedish");
}};


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.