Move files again

Just for better structure
This commit is contained in:
GregTCLTK 2019-12-10 17:42:55 +01:00
parent 12f1cdfdcb
commit ec5c7520dc
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67
8 changed files with 1 additions and 1 deletions

View file

@ -64,6 +64,6 @@ public class MessageEditor {
public static String handle(String language_code, String string) { public static String handle(String language_code, String string) {
Locale locale = new Locale(language_code); Locale locale = new Locale(language_code);
return ResourceBundle.getBundle("Translations", locale).getString(string).replaceAll("%prefix%", "h."); return ResourceBundle.getBundle("Translations/Translations", locale).getString(string).replaceAll("%prefix%", "h.");
} }
} }