Move files again
Just for better structure
This commit is contained in:
parent
12f1cdfdcb
commit
ec5c7520dc
8 changed files with 1 additions and 1 deletions
|
|
@ -64,6 +64,6 @@ public class MessageEditor {
|
|||
|
||||
public static String handle(String language_code, String string) {
|
||||
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.");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue