refactor: english please
This commit is contained in:
parent
ccc28135af
commit
8ece7baec0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class I18N {
|
|||
} else {
|
||||
final InputStream resource = instance.getResource(locale.getCode() + ".yml");
|
||||
final YamlConfig yamlConfig = YamlConfig.load(resource);
|
||||
// TODO: 1/12/23 French apostrophe is omited?
|
||||
// TODO: 1/12/23 French apostrophe is omitted?
|
||||
translation = yamlConfig.getString(key.key());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue