I write server side application. I use CalendarSelect but I need polish names of months and days. How can I create script with new resources and where I have to place it in order to client see it.
I've seen this document. But I need set resources file for client.
I found such code in CalendarSelectPeer for Germany, but I don't know how I can use it for polish. I don't want create new Component only form polish resources.
Copy the existing German translation file (SyncLocale.CalendarSelect.de.js) and add an addLocaleService call in CalendarSelectPeer. After that, you can rebuild the Echo binaries.
You could also just provide the translations and attach them to a tracker issue. Hopefully someone is willing to commit your contribution.
I've created file SyncLocale.CalendarSelect.pl.js with polish names and some necessary modification in CalendarSelectPeer. How can I send it to tracker issue? I've subscribed to Bug Tracking system but I can't add new bug.
Hopefully someone else will
Hopefully someone else will chime in with specifics, but does this documentation help?
http://echo.nextapp.com/site/node/101
I've seen this document. But
I've seen this document. But I need set resources file for client.
I found such code in CalendarSelectPeer for Germany, but I don't know how I can use it for polish. I don't want create new Component only form polish resources.
Copy the existing German
Copy the existing German translation file (SyncLocale.CalendarSelect.de.js) and add an addLocaleService call in CalendarSelectPeer. After that, you can rebuild the Echo binaries.
You could also just provide the translations and attach them to a tracker issue. Hopefully someone is willing to commit your contribution.
Niels
I've created file
I've created file SyncLocale.CalendarSelect.pl.js with polish names and some necessary modification in CalendarSelectPeer. How can I send it to tracker issue? I've subscribed to Bug Tracking system but I can't add new bug.
Bug Tracker requires a
Bug Tracker requires a separate user account from these forums; make sure you've created one and log in as it.
Thanx. It's already all
Thanx. It's already all right.