updated Polish translation (#670)

Thanks!
This commit is contained in:
neuroine
2017-10-26 18:33:41 +02:00
committed by Michael Starke
parent 85ac751a44
commit 15b9401084
28 changed files with 755 additions and 339 deletions

View File

@@ -10,7 +10,6 @@
@interface MPDayCountFormatter : NSFormatter
@property (copy) NSString *zeroFormat; // Supply this to override the default format for a 0-value. Default will localize: "ZERO_DAYS"
@property (copy) NSString *valueFormat; // Supply this to override the defualt format for all values not 0. Default will localized "%ld_DAYS"
@end