CS Translator is a Community Server Application that you can install
into your CS website to allow your members to help translating
community server to another language.
It's available for both ASPNET 1.1 and ASPNET 2.0 versions.
Requires Community Server v2.1
Features
- Allow editing of Resources.xml,
ControlPanelResources.xml, FileGallery.xml and FeedReader.xml
- Search item by resource name or resource
value (original and translated)
- Ajax
used to send your work, to reduce server's file system interactions
- Check string parameters against missing items
: if you forget to recopy any {0}, {1}, ... parameter, a javascript will alert
you
- Support "obsolete" tagged item,
so you can revise resources which have changed between to CS versions (see "And
More")
- Immediate application of your
changes, thanks to CSCache and files changes monitoring.
History
Version 1.0.60822.1 :
- [FIXED] Search was broken
Version 1.0.60821.2 :
- [FIXED] Configuration was not used properly
and communityserver.config settings was ignored
Version 1.0.60821.1 :