Skip to content

Commit

Permalink
Remove de locale from registry
Browse files Browse the repository at this point in the history
  • Loading branch information
strobelt committed Oct 28, 2021
1 parent 7778993 commit 0742bab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public TimeOnlyToClockNotationConvertersRegistry() : base(new DefaultTimeOnlyToC
{
Register("en-US", new DefaultTimeOnlyToClockNotationConverter());
Register("en-UK", new DefaultTimeOnlyToClockNotationConverter());
Register("de", new DefaultTimeOnlyToClockNotationConverter());
Register("pt-BR", new BrazilianPortugueseTimeOnlyToClockNotationConverter());
}
}
Expand Down

0 comments on commit 0742bab

Please sign in to comment.