Closed tomvolek closed 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") }
That should work :/ Works fine on my side.
Closing, for lack of response.
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") }