Skip to content

Commit c973114

Browse files
committed
Add countries supported by WLM2021 template, except Italy
1 parent 74e8472 commit c973114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/upload/mediaDetails/UploadMediaPresenter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class UploadMediaPresenter implements UserActionListener, SimilarImageInt
5656
private Scheduler ioScheduler;
5757
private Scheduler mainThreadScheduler;
5858

59-
private final List<String> WLM_SUPPORTED_COUNTRIES= Arrays.asList("au","ie", "in");
59+
private final List<String> WLM_SUPPORTED_COUNTRIES= Arrays.asList("am","at","az","br","hr","sv","fi","fr","de","gh","in","ie","il","mk","my","mt","pk","pe","pl","ru","rw","si","es","se","tw","ug","ua","us");
6060

6161
@Inject
6262
public UploadMediaPresenter(UploadRepository uploadRepository,

0 commit comments

Comments
 (0)