devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 653 forks source link

Hey, I've used your great code, thanks a lot for that! Could you please incorporate my i18n changes into the main branch? Cheers. #180

Closed kerido closed 11 years ago

kerido commented 12 years ago
  1. Changed the `init' method to feature automatic selection of the first day of week according to the current locale.
  2. Improved formatting of the current month and year at the top panel by taking advantage of the current locale-dependent format string. This results in the Russian string "Августа 2012" (incorrect, literally "of August, 2012") being changed to "Август 2012" (correct, same as "August 2012" in English).
devinross commented 11 years ago

The calendar grid gets its own localized month & year string now. See the NSDate+TKCategory.m file.