Browse Source
Merge pull request #189 from TrustTheBoy/patch-1
add zh_CN locale
master
Henning Hall
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
android/src/main/java/com/henninghall/date_picker/DayFormats.java
|
@ -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"); |
|
|