Browse Source

Merge pull request #189 from TrustTheBoy/patch-1

add zh_CN locale
master
Henning Hall 5 years ago
committed by GitHub
parent
commit
8829c12932
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      android/src/main/java/com/henninghall/date_picker/DayFormats.java

+ 1
- 0
android/src/main/java/com/henninghall/date_picker/DayFormats.java View File

@ -732,6 +732,7 @@ public class DayFormats {
put("zgh","EEE d MMM"); put("zgh","EEE d MMM");
put("zgh_MA","EEE d MMM"); put("zgh_MA","EEE d MMM");
put("zh","M月d日EEE"); put("zh","M月d日EEE");
put("zh_CN","M月d日EEE");
put("zh_CH","M月d日EEE"); put("zh_CH","M月d日EEE");
put("zh_HK","M月d日EEE"); put("zh_HK","M月d日EEE");
put("zh_MO","M月d日EEE"); put("zh_MO","M月d日EEE");

Loading…
Cancel
Save