mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
Compare commits
2 commits
bb3ef131bc
...
f32fcd5b38
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f32fcd5b38 | ||
|
|
64882ca27c |
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package fr.free.nrw.commons.nearby.model
|
||||
|
||||
import com.google.gson.annotations.SerializedName
|
||||
import java.util.Locale
|
||||
|
||||
class ResultTuple {
|
||||
@SerializedName("xml:lang")
|
||||
|
|
@ -15,7 +16,7 @@ class ResultTuple {
|
|||
}
|
||||
|
||||
constructor() {
|
||||
language = "bug" // Basa Ugi language - TODO Respect the `Default description language` setting.
|
||||
language = Locale.getDefault().language
|
||||
type = ""
|
||||
value = ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue