Please create po files so that we may create translations.
I have already translated some strings but I cannot change strings like

refresh
no one
There are no other users online

It seems we need a .po file.

Comments

pahariwalla’s picture

Excellent ... I have yet to set up a non-English Drupal site and am not familiar with the whole process. I'd like to take a stab at it, and would love any/all of your translations for IM. I think there are some Drupal modules or functions that will provide a list of strings passed to t() function, and maybe a module with a UI that makes it easy to find them all?

If not, I'd be happy to make a list of the strings calling t() as well as those in javascript using Drupal.t()

regarding the 3 strings you mentioned:
"refresh" is wrapped in t()
"no one" and "no One" are also wrapped in t()
"There are no other users online" - I can't find this string, but there is a admin/setting where you can specify the text for this situation.

Thanks for your help and please let me know what I can do enable better translation. If you post up your translation po files I could make links for them on the project page? Or include them in the download?