mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-06 23:00:15 +00:00
add language screen (not finished)
This commit is contained in:
parent
12f1e20d9f
commit
85382de881
12 changed files with 709 additions and 20 deletions
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue