mirror of
https://github.com/XProger/OpenLara.git
synced 2025-02-23 23:14:47 +01:00
add Android Finnish language auto-detect
This commit is contained in:
parent
3f698b3f27
commit
e11709cee6
@ -299,6 +299,8 @@ class Wrapper implements GvrView.StereoRenderer {
|
||||
id = 8;
|
||||
} else if (lang.startsWith("gr")) {
|
||||
id = 9;
|
||||
} else if (lang.startsWith("fi")) {
|
||||
id = 10;
|
||||
}
|
||||
return id;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user