forked from virt-mirrors/Sit
1.20.3 fixes
This commit is contained in:
parent
1dab3c8000
commit
65e051c465
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class LangReader {
|
|||
return txt;
|
||||
}
|
||||
}
|
||||
return MutableText.of(TextContent.EMPTY).append(translated);
|
||||
return Text.empty().append(translated);
|
||||
}
|
||||
public static LangReader of(String translationKey, Object... placeholders) {
|
||||
return new LangReader(translationKey, placeholders);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue