yannickl / YLMoment

Parsing, validating, manipulating, and formatting dates easily in Objective-C (API inspired by moment.js)

Home Page:http://yannickl.github.io/YLMoment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You should not use Localizable.strings for localization

soualid opened this issue · comments

It forces any user of your project to rename their own Localizable string file. You should rename yours with something like "YLLocalizable".

Anyway, many thanks for a such great library !

I don't understand, the localizabe string files are already named as "YLMomentRelativeTimeLocalizable.strings". Have you the problem with Cocoapods or by importing the library manually?