tomitrescak / meteor-uploads

MIT License
295 stars 41 forks source link

localization #167

Closed tomvolek closed 9 years ago

tomvolek commented 9 years ago

How do I localize the text on the UI ? I am doing the following , but don't see any text getting translated.

Uploader.localisation = { browse: "فهرست", cancelled: i18n("Cancelled"), remove: i18n("Remove"), upload: "Upload", done: i18n("Done"), cancel: i18n("Cancel") }

tomitrescak commented 9 years ago

That should work :/ Works fine on my side.

tomitrescak commented 9 years ago

Closing, for lack of response.