We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3c60d commit 07ed296Copy full SHA for 07ed296
src/main/java/fr/themsou/windows/LanguageWindow.java
@@ -36,7 +36,7 @@ public class LanguageWindow extends Stage{
36
37
public static final String[] TO_COPY_FILES = new String[]{
38
"Français France (Defaut).txt", "Français France (Defaut).png", "Français France (Defaut).pdf", "Français France (Defaut).odt",
39
- "English US.txt", "English US.png", //"English US.pdf", "English US.odt"
+ "English US.txt", "English US.png", "English US.pdf", "English US.odt",
40
"English GB.png"
41
};
42
0 commit comments