Skip to content

Commit 12fc761

Browse files
committed
fix tunisia Currency issues
1 parent 6715559 commit 12fc761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commonui/src/main/java/com/hyperwallet/android/ui/common/util/CurrencyParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public void setLocaleList() {
202202
localeList.put("SVG",new LocaleDetails("en","US"));
203203
localeList.put("SZL",new LocaleDetails("en","SZ"));
204204
localeList.put("THB",new LocaleDetails("th","TH"));
205-
localeList.put("TND",new LocaleDetails("ar","TN"));
205+
localeList.put("TND",new LocaleDetails("en","TN"));
206206
localeList.put("TOP",new LocaleDetails("to","TO"));
207207
localeList.put("TRY",new LocaleDetails("tr","TR"));
208208
localeList.put("TWD",new LocaleDetails("zh","TW"));

0 commit comments

Comments
 (0)