SwiftMoment
SwiftMoment copied to clipboard
French translation strings
Hello,
I'm using your library to display the time between the last modification date of a file and the current date.
It works very well but it seems French strings (and maybe others) are not loaded properly.
I'm not sure, but I think that each translation string keys containing "%@" are not loaded.
You can see it the the screenshot bellow:
Just in case, here is the code used for the detailLabel:
detailLabel.text = moment(node.lastSyncDate).fromNow()
I'm using Swift 3 / Xcode 8.1 / iOS 10.1
Hope you can help me, cheers for the good work.
Korean also does. It seems that the format of localization strings in MomentFromNow.bundle
doesn't match with MomentFromNow.swift
. 1.0f%
and %d
doesn't same.
See https://github.com/akosma/SwiftMoment/commit/db8c2ee5e0528adf89fd12f78f7e9888cd2161e5
I hope to release fixed next version as soon as possible.