Skip to content

Commit ee9b719

Browse files
Merge branch 'main' into fix/upload-progress-stability
2 parents f4f0ddd + 4a0d39d commit ee9b719

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/src/main/java/fr/free/nrw/commons/nearby/presenter/NearbyParentFragmentPresenter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ class NearbyParentFragmentPresenter
352352
exists = repoPlace.exists ?: true
353353
longDescription = repoPlace.longDescription ?: ""
354354
language = repoPlace.language
355+
siteLinks = repoPlace.siteLinks
355356
}
356357
} else {
357358
indicesToUpdate.add(i)

app/src/main/res/values-ia/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,4 +824,5 @@
824824
<string name="image_tag_line_created_and_uploaded_by">Create e incargate per: %1$s</string>
825825
<string name="image_tag_line_created_by_and_uploaded_by">Create per %1$s e incargate per %2$s</string>
826826
<string name="nominated_for_deletion_btn">Nominate pro deletion</string>
827+
<string name="custom_selector_max_image_limit_reached">Tu pote solmente seliger un maximo de %d imagines.</string>
827828
</resources>

app/src/main/res/values-ne/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<string name="intent_share_upload_label">कमन्समा उर्ध्वभरण गर्नुहाेस्</string>
6565
<string name="upload_in_progress">अर्ध्वभरण कार्य हुँदैछ</string>
6666
<string name="username">प्रयोगकर्ता नाम</string>
67-
<string name="password">पासवर्ड</string>
67+
<string name="password">प्रवेश शब्द</string>
6868
<string name="login_credential">तपाईको कमन्स बिटा खातामा प्रवेश गर्नुहोस्</string>
6969
<string name="login">प्रवेश गर्नुहोस्</string>
7070
<string name="forgot_password">पासवर्ड बिर्सिनुभयो?</string>

0 commit comments

Comments
 (0)