JPP: Removed enum from kaas talk localizer
Some checks failed
Run test asserts / Test-Asserts (push) Failing after 45s
Some checks failed
Run test asserts / Test-Asserts (push) Failing after 45s
This commit is contained in:
parent
4ba8edbb6e
commit
04d6d2e3b3
9 changed files with 86 additions and 22 deletions
|
|
@ -30,7 +30,7 @@ package ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒻᐤᕐᕐᓫᣗ;
|
|||
import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.StringUnicode;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
import ᒢᣘᐧᐧ.ᑊᑉᣔᣔᔆ.ᐪᣔᒻᑊᑉ.KaasTalkText;
|
||||
import ᒢᣘᐧᐧ.ᑊᑉᣔᣔᔆ.ᐪᣔᒻᑊᑉ.KaasTalkTextFactory;
|
||||
import ᒢᣘᐧᐧ.ᑊᑉᣔᣔᔆ.ᐪᣔᒻᑊᑉ.KaasTalkTextLocalizer;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public interface SoepLepelԲᵂʳᵃᵖ extends SoepLepelԲ {
|
||||
|
|
@ -60,7 +60,7 @@ public interface SoepLepelԲᵂʳᵃᵖ extends SoepLepelԲ {
|
|||
@Override
|
||||
default void soep(final Class<? extends KaasTalkText> msg, final Object...params) {
|
||||
if (hasLevelSoep()) {
|
||||
saltSoep(null, KaasTalkTextFactory.亞.buildMessage(msg, params));
|
||||
saltSoep(null, KaasTalkTextLocalizer.format(msg, params));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -95,7 +95,7 @@ public interface SoepLepelԲᵂʳᵃᵖ extends SoepLepelԲ {
|
|||
@Override
|
||||
default void groente(final Class<? extends KaasTalkText> msg, final Object...params) {
|
||||
if (hasLevelGroente()) {
|
||||
saltGroente(null, KaasTalkTextFactory.亞.buildMessage(msg, params));
|
||||
saltGroente(null, KaasTalkTextLocalizer.format(msg, params));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue