richie
6 years ago
484 changed files with 366 additions and 0 deletions
@ -0,0 +1,30 @@
|
||||
package com.fr.demo; |
||||
|
||||
import com.fr.third.joda.time.DateTime; |
||||
import com.fr.third.joda.time.LocalDate; |
||||
import com.fr.third.joda.time.format.DateTimeFormat; |
||||
import com.fr.third.joda.time.format.DateTimeFormatter; |
||||
|
||||
/** |
||||
* @author richie |
||||
* @version 10.0 |
||||
* Created by richie on 2019-02-12 |
||||
*/ |
||||
public class Test { |
||||
|
||||
public static void main(String... args) { |
||||
LocalDate date = LocalDate.now(); |
||||
|
||||
System.out.println(date); |
||||
|
||||
String dateTime = "11/15/2013 08:00:00"; |
||||
// Format for input
|
||||
DateTimeFormatter dtf = DateTimeFormat.forPattern("MM/dd/yyyy HH:mm:ss"); |
||||
// Parsing the date
|
||||
DateTime jodatime = dtf.parseDateTime(dateTime); |
||||
// Format for output
|
||||
DateTimeFormatter dtfOut = DateTimeFormat.forPattern("MM/dd/yyyy"); |
||||
// Printing the date
|
||||
System.out.println(dtfOut.print(jodatime)); |
||||
} |
||||
} |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,and |
||||
PeriodFormat.commaspaceand=, and |
||||
PeriodFormat.commaspace=, |
||||
PeriodFormat.spaceandspace=\ and |
||||
PeriodFormat.year=\ year |
||||
PeriodFormat.years=\ years |
||||
PeriodFormat.month=\ month |
||||
PeriodFormat.months=\ months |
||||
PeriodFormat.week=\ week |
||||
PeriodFormat.weeks=\ weeks |
||||
PeriodFormat.day=\ day |
||||
PeriodFormat.days=\ days |
||||
PeriodFormat.hour=\ hour |
||||
PeriodFormat.hours=\ hours |
||||
PeriodFormat.minute=\ minute |
||||
PeriodFormat.minutes=\ minutes |
||||
PeriodFormat.second=\ second |
||||
PeriodFormat.seconds=\ seconds |
||||
PeriodFormat.millisecond=\ millisecond |
||||
PeriodFormat.milliseconds=\ milliseconds |
@ -0,0 +1,23 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,a |
||||
PeriodFormat.commaspaceand=, a |
||||
PeriodFormat.commaspace=, |
||||
PeriodFormat.spaceandspace=\ a |
||||
PeriodFormat.regex.separator=% |
||||
PeriodFormat.years.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.years.list=\ rok%\ roky%\ let |
||||
PeriodFormat.months.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.months.list=\ měsíc%\ měsíce%\ měsíců |
||||
PeriodFormat.weeks.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.weeks.list=\ týden%\ týdny%\ týdnů |
||||
PeriodFormat.days.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.days.list=\ den%\ dny%\ dnů |
||||
PeriodFormat.hours.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.hours.list=\ hodina%\ hodiny%\ hodin |
||||
PeriodFormat.minutes.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.minutes.list=\ minuta%\ minuty%\ minut |
||||
PeriodFormat.seconds.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.seconds.list=\ sekunda%\ sekundy%\ sekund |
||||
PeriodFormat.milliseconds.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.milliseconds.list=\ milisekunda%\ milisekundy%\ milisekund |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,og |
||||
PeriodFormat.commaspaceand=, og |
||||
PeriodFormat.commaspace=,\ |
||||
PeriodFormat.spaceandspace=\ og\ |
||||
PeriodFormat.year=\ \u00e5r |
||||
PeriodFormat.years=\ \u00e5r |
||||
PeriodFormat.month=\ m\u00e5ned |
||||
PeriodFormat.months=\ m\u00e5neder |
||||
PeriodFormat.week=\ uge |
||||
PeriodFormat.weeks=\ uger |
||||
PeriodFormat.day=\ dag |
||||
PeriodFormat.days=\ dage |
||||
PeriodFormat.hour=\ time |
||||
PeriodFormat.hours=\ timer |
||||
PeriodFormat.minute=\ minut |
||||
PeriodFormat.minutes=\ minutter |
||||
PeriodFormat.second=\ sekund |
||||
PeriodFormat.seconds=\ sekunder |
||||
PeriodFormat.millisecond=\ millisekund |
||||
PeriodFormat.milliseconds=\ millisekunder |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,und |
||||
PeriodFormat.commaspaceand=, und |
||||
PeriodFormat.commaspace=, |
||||
PeriodFormat.spaceandspace=\ und |
||||
PeriodFormat.year=\ Jahr |
||||
PeriodFormat.years=\ Jahre |
||||
PeriodFormat.month=\ Monat |
||||
PeriodFormat.months=\ Monate |
||||
PeriodFormat.week=\ Woche |
||||
PeriodFormat.weeks=\ Wochen |
||||
PeriodFormat.day=\ Tag |
||||
PeriodFormat.days=\ Tage |
||||
PeriodFormat.hour=\ Stunde |
||||
PeriodFormat.hours=\ Stunden |
||||
PeriodFormat.minute=\ Minute |
||||
PeriodFormat.minutes=\ Minuten |
||||
PeriodFormat.second=\ Sekunde |
||||
PeriodFormat.seconds=\ Sekunden |
||||
PeriodFormat.millisecond=\ Millisekunde |
||||
PeriodFormat.milliseconds=\ Millisekunden |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,y |
||||
PeriodFormat.commaspaceand=, y |
||||
PeriodFormat.commaspace=, |
||||
PeriodFormat.spaceandspace=\ y |
||||
PeriodFormat.year=\ a\u00f1o |
||||
PeriodFormat.years=\ a\u00f1os |
||||
PeriodFormat.month=\ mes |
||||
PeriodFormat.months=\ meses |
||||
PeriodFormat.week=\ semana |
||||
PeriodFormat.weeks=\ semanas |
||||
PeriodFormat.day=\ d\u00eda |
||||
PeriodFormat.days=\ d\u00edas |
||||
PeriodFormat.hour=\ hora |
||||
PeriodFormat.hours=\ horas |
||||
PeriodFormat.minute=\ minuto |
||||
PeriodFormat.minutes=\ minutos |
||||
PeriodFormat.second=\ segundo |
||||
PeriodFormat.seconds=\ segundos |
||||
PeriodFormat.millisecond=\ milisegundo |
||||
PeriodFormat.milliseconds=\ milisegundos |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,et |
||||
PeriodFormat.commaspaceand=, et |
||||
PeriodFormat.commaspace=, |
||||
PeriodFormat.spaceandspace=\ et |
||||
PeriodFormat.year=\ ann\u00e9e |
||||
PeriodFormat.years=\ ann\u00e9es |
||||
PeriodFormat.month=\ mois |
||||
PeriodFormat.months=\ mois |
||||
PeriodFormat.week=\ semaine |
||||
PeriodFormat.weeks=\ semaines |
||||
PeriodFormat.day=\ jour |
||||
PeriodFormat.days=\ jours |
||||
PeriodFormat.hour=\ heure |
||||
PeriodFormat.hours=\ heures |
||||
PeriodFormat.minute=\ minute |
||||
PeriodFormat.minutes=\ minutes |
||||
PeriodFormat.second=\ seconde |
||||
PeriodFormat.seconds=\ secondes |
||||
PeriodFormat.millisecond=\ milliseconde |
||||
PeriodFormat.milliseconds=\ millisecondes |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,e |
||||
PeriodFormat.commaspaceand=, e |
||||
PeriodFormat.commaspace=, |
||||
PeriodFormat.spaceandspace=\ e |
||||
PeriodFormat.year=\ anno |
||||
PeriodFormat.years=\ anni |
||||
PeriodFormat.month=\ mese |
||||
PeriodFormat.months=\ mesi |
||||
PeriodFormat.week=\ settimana |
||||
PeriodFormat.weeks=\ settimane |
||||
PeriodFormat.day=\ giorno |
||||
PeriodFormat.days=\ giorni |
||||
PeriodFormat.hour=\ ora |
||||
PeriodFormat.hours=\ ore |
||||
PeriodFormat.minute=\ minuto |
||||
PeriodFormat.minutes=\ minuti |
||||
PeriodFormat.second=\ secondo |
||||
PeriodFormat.seconds=\ secondi |
||||
PeriodFormat.millisecond=\ millisecondo |
||||
PeriodFormat.milliseconds=\ millisecondi |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space= |
||||
PeriodFormat.comma= |
||||
PeriodFormat.commandand= |
||||
PeriodFormat.commaspaceand= |
||||
PeriodFormat.commaspace= |
||||
PeriodFormat.spaceandspace= |
||||
PeriodFormat.year=\u5E74 |
||||
PeriodFormat.years=\u5E74 |
||||
PeriodFormat.month=\u304B\u6708 |
||||
PeriodFormat.months=\u304B\u6708 |
||||
PeriodFormat.week=\u9031\u9593 |
||||
PeriodFormat.weeks=\u9031\u9593 |
||||
PeriodFormat.day=\u65E5 |
||||
PeriodFormat.days=\u65E5 |
||||
PeriodFormat.hour=\u6642\u9593 |
||||
PeriodFormat.hours=\u6642\u9593 |
||||
PeriodFormat.minute=\u5206 |
||||
PeriodFormat.minutes=\u5206 |
||||
PeriodFormat.second=\u79D2 |
||||
PeriodFormat.seconds=\u79D2 |
||||
PeriodFormat.millisecond=\u30DF\u30EA\u79D2 |
||||
PeriodFormat.milliseconds=\u30DF\u30EA\u79D2 |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space=\u0020 |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,\u0436\u04D9\u043D\u0435 |
||||
PeriodFormat.commaspaceand=, \u0436\u04D9\u043D\u0435 |
||||
PeriodFormat.commaspace=,\u0020 |
||||
PeriodFormat.spaceandspace=\ \u0436\u04D9\u043D\u0435\u0020 |
||||
PeriodFormat.year=\ \u0436\u044B\u043B |
||||
PeriodFormat.years=\ \u0436\u044B\u043B |
||||
PeriodFormat.month=\ \u0430\u0439 |
||||
PeriodFormat.months=\ \u0430\u0439 |
||||
PeriodFormat.week=\ \u0430\u043F\u0442\u0430 |
||||
PeriodFormat.weeks=\ \u0430\u043F\u0442\u0430 |
||||
PeriodFormat.day=\ \u043A\u04AF\u043D |
||||
PeriodFormat.days=\ \u043A\u04AF\u043D |
||||
PeriodFormat.hour=\ \u0441\u0430\u0493\u0430\u0442 |
||||
PeriodFormat.hours=\ \u0441\u0430\u0493\u0430\u0442 |
||||
PeriodFormat.minute=\ \u043C\u0438\u043D\u0443\u0442 |
||||
PeriodFormat.minutes=\ \u043C\u0438\u043D\u0443\u0442 |
||||
PeriodFormat.second=\ \u0441\u0435\u043A\u0443\u043D\u0434 |
||||
PeriodFormat.seconds=\ \u0441\u0435\u043A\u0443\u043D\u0434 |
||||
PeriodFormat.millisecond=\ \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434 |
||||
PeriodFormat.milliseconds=\ \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434 |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,en |
||||
PeriodFormat.commaspaceand=, en |
||||
PeriodFormat.commaspace=, |
||||
PeriodFormat.spaceandspace=\ en |
||||
PeriodFormat.year=\ jaar |
||||
PeriodFormat.years=\ jaar |
||||
PeriodFormat.month=\ maand |
||||
PeriodFormat.months=\ maanden |
||||
PeriodFormat.week=\ week |
||||
PeriodFormat.weeks=\ weken |
||||
PeriodFormat.day=\ dag |
||||
PeriodFormat.days=\ dagen |
||||
PeriodFormat.hour=\ uur |
||||
PeriodFormat.hours=\ uur |
||||
PeriodFormat.minute=\ minuut |
||||
PeriodFormat.minutes=\ minuten |
||||
PeriodFormat.second=\ seconde |
||||
PeriodFormat.seconds=\ seconden |
||||
PeriodFormat.millisecond=\ milliseconde |
||||
PeriodFormat.milliseconds=\ milliseconden |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,og |
||||
PeriodFormat.commaspaceand=, og |
||||
PeriodFormat.commaspace=,\ |
||||
PeriodFormat.spaceandspace=\ og\ |
||||
PeriodFormat.year=\ \u00e5r |
||||
PeriodFormat.years=\ \u00e5r |
||||
PeriodFormat.month=\ m\u00e5ned |
||||
PeriodFormat.months=\ m\u00e5neder |
||||
PeriodFormat.week=\ uke |
||||
PeriodFormat.weeks=\ uker |
||||
PeriodFormat.day=\ dag |
||||
PeriodFormat.days=\ dager |
||||
PeriodFormat.hour=\ time |
||||
PeriodFormat.hours=\ timer |
||||
PeriodFormat.minute=\ minutt |
||||
PeriodFormat.minutes=\ minutter |
||||
PeriodFormat.second=\ sekund |
||||
PeriodFormat.seconds=\ sekunder |
||||
PeriodFormat.millisecond=\ millisekund |
||||
PeriodFormat.milliseconds=\ millisekunder |
@ -0,0 +1,26 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,i |
||||
PeriodFormat.commaspaceand=, i |
||||
PeriodFormat.commaspace=, |
||||
PeriodFormat.spaceandspace=\ i |
||||
PeriodFormat.regex.separator=% |
||||
PeriodFormat.years.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.years.list=\ rok%\ lata%\ lat |
||||
PeriodFormat.months.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.months.list=\ miesi\u0105c%\ miesi\u0105ce%\ miesi\u0119cy |
||||
PeriodFormat.weeks.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.weeks.list=\ tydzie\u0144%\ tygodnie%\ tygodni |
||||
PeriodFormat.day=\ dzie\u0144 |
||||
PeriodFormat.days=\ dni |
||||
#For reference: |
||||
#PeriodFormat.days.regex=^1$%[0-9]* |
||||
#PeriodFormat.days.list=\ dzie\u0144%\ dni |
||||
PeriodFormat.hours.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.hours.list=\ godzina%\ godziny%\ godzin |
||||
PeriodFormat.minutes.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.minutes.list=\ minuta%\ minuty%\ minut |
||||
PeriodFormat.seconds.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.seconds.list=\ sekunda%\ sekundy%\ sekund |
||||
PeriodFormat.milliseconds.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.milliseconds.list=\ milisekunda%\ milisekundy%\ milisekund |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,e |
||||
PeriodFormat.commaspaceand=, e |
||||
PeriodFormat.commaspace=, |
||||
PeriodFormat.spaceandspace=\ e |
||||
PeriodFormat.year=\ ano |
||||
PeriodFormat.years=\ anos |
||||
PeriodFormat.month=\ m\u00eas |
||||
PeriodFormat.months=\ meses |
||||
PeriodFormat.week=\ semana |
||||
PeriodFormat.weeks=\ semanas |
||||
PeriodFormat.day=\ dia |
||||
PeriodFormat.days=\ dias |
||||
PeriodFormat.hour=\ hora |
||||
PeriodFormat.hours=\ horas |
||||
PeriodFormat.minute=\ minuto |
||||
PeriodFormat.minutes=\ minutos |
||||
PeriodFormat.second=\ segundo |
||||
PeriodFormat.seconds=\ segundos |
||||
PeriodFormat.millisecond=\ milissegundo |
||||
PeriodFormat.milliseconds=\ milissegundos |
@ -0,0 +1,23 @@
|
||||
PeriodFormat.space=\u0020 |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,\u0438 |
||||
PeriodFormat.commaspaceand=, \u0438 |
||||
PeriodFormat.commaspace=,\u0020 |
||||
PeriodFormat.spaceandspace=\ \u0438\u0020 |
||||
PeriodFormat.regex.separator=% |
||||
PeriodFormat.years.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.years.list=\ \u0433\u043E\u0434%\ \u0433\u043E\u0434\u0430%\ \u043B\u0435\u0442 |
||||
PeriodFormat.months.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.months.list=\ \u043C\u0435\u0441\u044F\u0446%\ \u043C\u0435\u0441\u044F\u0446\u0430%\ \u043C\u0435\u0441\u044F\u0446\u0435\u0432 |
||||
PeriodFormat.weeks.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.weeks.list=\ \u043D\u0435\u0434\u0435\u043B\u044F%\ \u043D\u0435\u0434\u0435\u043B\u0438%\ \u043D\u0435\u0434\u0435\u043B\u044C |
||||
PeriodFormat.days.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.days.list=\ \u0434\u0435\u043D\u044C%\ \u0434\u043D\u044F%\ \u0434\u043D\u0435\u0439 |
||||
PeriodFormat.hours.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.hours.list=\ \u0447\u0430\u0441%\ \u0447\u0430\u0441\u0430%\ \u0447\u0430\u0441\u043E\u0432 |
||||
PeriodFormat.minutes.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.minutes.list=\ \u043C\u0438\u043D\u0443\u0442\u0430%\ \u043C\u0438\u043D\u0443\u0442\u044B%\ \u043C\u0438\u043D\u0443\u0442 |
||||
PeriodFormat.seconds.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.seconds.list=\ \u0441\u0435\u043A\u0443\u043D\u0434\u0430%\ \u0441\u0435\u043A\u0443\u043D\u0434\u044B%\ \u0441\u0435\u043A\u0443\u043D\u0434 |
||||
PeriodFormat.milliseconds.regex=^1$%[0-9]*(?<!1)[2-4]$%[0-9]* |
||||
PeriodFormat.milliseconds.list=\ \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u0430%\ \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u044B%\ \u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434 |
@ -0,0 +1,22 @@
|
||||
PeriodFormat.space=\ |
||||
PeriodFormat.comma=, |
||||
PeriodFormat.commandand=,ve |
||||
PeriodFormat.commaspaceand=, ve |
||||
PeriodFormat.commaspace=, |
||||
PeriodFormat.spaceandspace=\ ve |
||||
PeriodFormat.year=\ y\u0131l |
||||
PeriodFormat.years=\ y\u0131l |
||||
PeriodFormat.month=\ ay |
||||
PeriodFormat.months=\ ay |
||||
PeriodFormat.week=\ hafta |
||||
PeriodFormat.weeks=\ hafta |
||||
PeriodFormat.day=\ g\u00fcn |
||||
PeriodFormat.days=\ g\u00fcn |
||||
PeriodFormat.hour=\ saat |
||||
PeriodFormat.hours=\ saat |
||||
PeriodFormat.minute=\ dakika |
||||
PeriodFormat.minutes=\ dakika |
||||
PeriodFormat.second=\ saniye |
||||
PeriodFormat.seconds=\ saniye |
||||
PeriodFormat.millisecond=\ milisaniye |
||||
PeriodFormat.milliseconds=\ milisaniye |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue