Skip to content

Commit

Permalink
[LU] Français @ishi_sama
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayCoffee committed Oct 11, 2020
1 parent f9fb8f9 commit a040e26
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 9 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion ClayTech.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="minecraft" name="Minecraft">
<configuration>
<autoDetectTypes>
<platformType>SPIGOT</platformType>
</autoDetectTypes>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
Expand All @@ -20,7 +29,7 @@
<orderEntry type="library" scope="PROVIDED" name="Maven: org.yaml:snakeyaml:1.26" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.github.TheBusyBiscuit:CS-CoreLib:master-v1.6.1-g832d33f-121" level="project" />
<orderEntry type="library" name="Maven: com.github.Multiverse:Multiverse-Core:3afca50930" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.github.TheBusyBiscuit:Slimefun4:master-RC-7-g0cc934f-2013" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.github.TheBusyBiscuit:Slimefun4:master-RC-7-gfc26f95-2250" level="project" />
<orderEntry type="module-library">
<library name="Maven: org.eclipse.jdt:Anotation:2.2.400">
<CLASSES>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>club.claycoffee</groupId>
<artifactId>ClayTech</artifactId>
<version>1.2.16</version>
<version>1.2.17</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 3 additions & 1 deletion src/main/java/cn/claycoffee/ClayTech/ClayTech.java
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,9 @@ private String languageCodeToLanguage(String code) {
case "JA":
return "Japanese";
case "PL-PL":
return "Poland";
return "Polski";
case "FR":
return "Français";
default:
return code;
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cn/claycoffee/ClayTech/utils/Lang.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.List;

public class Lang {
public static String[] LocaleList = {"zh-CN", "zh-TW", "en-GB", "en-US", "ja", "pl-PL"};
public static String[] LocaleList = {"zh-CN", "zh-TW", "en-GB", "en-US", "ja", "pl-PL", "fr"};
public static String cantPlace;
public static String blindFive;
public static String slownessFive;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ClayTech
main: cn.claycoffee.ClayTech.ClayTech
version: 1.2.16
version: 1.2.17
api-version: 1.13
author: ClayCoffee
loadbefore: [Multiverse-Core]
Expand Down

0 comments on commit a040e26

Please sign in to comment.