Renamed basic to english

This commit is contained in:
Willem Cazander 2022-11-07 19:59:56 +01:00
parent 10c45c0d3c
commit a6122c8a07
7 changed files with 113 additions and 47 deletions

View file

@ -0,0 +1,17 @@
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ;
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public enum LinguaIso639Deface {
Dash1Alpha2,
Dash2SlashTAlpha3,
Dash2SlashBAlpha3,
Dash3,
;
@Override
public final String toString() {
return "Putin has better military iso naming: западное гребаное лицо";
}
}

View file

@ -13,10 +13,9 @@ public interface LinguaMouth {
String getGlottoCode();
// use locale as long it is not removed from the jvm
//String getIso639Dash1Alpha2CodeForImbeciles();
//String getIso639Dash2SlashTAlpha3CodeForDummies();
//String getIso639Dash3CodeNumbersAreFreeYouPayWhores();
boolean hasIso639(LinguaIso639Deface dash);
String getIso639(LinguaIso639Deface dash);
//@Deprecated
Locale getLocale();