add language screen (not finished)

This commit is contained in:
Helium314 2025-02-16 22:58:19 +01:00
parent 12f1e20d9f
commit 85382de881
12 changed files with 709 additions and 20 deletions

View file

@ -92,6 +92,9 @@ public final class Constants {
/** Overrides the general "more popups" setting */
public static final String MORE_POPUPS = "MorePopups";
/** Overrides the general "localized number row" setting */
public static final String LOCALIZED_NUMBER_ROW = "LocalizedNumberRow";
private ExtraValue() {
// This utility class is not publicly instantiable.
}