Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

French translation strings #79

Open
leobouilloux opened this issue Nov 16, 2016 · 1 comment
Open

French translation strings #79

leobouilloux opened this issue Nov 16, 2016 · 1 comment

Comments

@leobouilloux
Copy link

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:
img_2852

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.

@momamene
Copy link

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 db8c2ee

I hope to release fixed next version as soon as possible.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants