mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-02 15:53:55 +01:00
Plural fixes2
This commit is contained in:
parent
3e8daf8178
commit
ec8135dded
2 changed files with 2 additions and 2 deletions
|
|
@ -147,7 +147,7 @@ public class NearbyController extends MapController {
|
|||
*/
|
||||
public List<Place> getPlaces(List<Place> placeList) throws Exception {
|
||||
|
||||
String secondaryLanguages = defaultKvStore.getString(Prefs.SECONDARY_LANGUAGE, "");
|
||||
String secondaryLanguages = defaultKvStore.getString(Prefs.SECONDARY_LANGUAGES, "");
|
||||
|
||||
return nearbyPlaces.getPlaces(placeList, Locale.getDefault().getLanguage(), secondaryLanguages);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ public class Prefs {
|
|||
public static final String UPLOADS_SHOWING = "uploadsshowing";
|
||||
public static final String MANAGED_EXIF_TAGS = "managed_exif_tags";
|
||||
public static final String DESCRIPTION_LANGUAGE = "languageDescription";
|
||||
public static final String SECONDARY_LANGUAGES = "languageSecondary";
|
||||
public static final String SECONDARY_LANGUAGES = "secondaryLanguages";
|
||||
|
||||
public static final String APP_UI_LANGUAGE = "appUiLanguage";
|
||||
public static final String KEY_THEME_VALUE = "appThemePref";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue