Ticket #64 (assigned enhancement)

Opened 4 years ago

Last modified 1 year ago

multiple language interface

Reported by: 980711446@uaeu.ac.ae Assigned to: anonymous (accepted)
Priority: high Milestone:
Component: Instiki Version: 0.9.2
Severity: normal Keywords: translation
Cc:

Description

Any wiki has a set of static labels(i.e title, statndard links ...etc),if we provide a a wiki administration page that contains a table with two columns, the first column contains all of the main labels[login, settings, Edit Page, Edit Web], the second column contains a textboxs where the Administrator can fill the new translations. This will aid in translating instiki to many languages rapidly with ease.

(Note: this is the same thing used by some wikis and also a similar idea is used in translating gnome)

Change History

02/14/05 19:26:10 changed by anonymous

  • owner changed from developer to anonymous.
  • status changed from new to assigned.

03/18/05 19:53:23 changed by anonymous

It could be so easy as replace the <% ... "HomePage?" ...%> chains in .rhtml files with code that read a key in a file with this style (spanish example):

HomePage? = Pagina de Inicio RecentChanges = Cambios recientes

rhtml files are eruby file? where can i find documentation to do this change?

Thanks.