|
Hi, I would like to rename karma points. Is there an easy way to do this? Or do I have to go through all the code and rename every instance of it in the templates (or views if set in there). Thanks |
|
If you mean "renaming all strings containing word 'karma'" by "renaming karma points", then you should translate the po file under the "locale" folder and create the corresponding mo file. This link in Django documentation might be a reference for translating the application for your needs. 1
Unfortunately, in the current source, the strings "karma" and "reputation" are used in a somewhat-muddled fashion, making this difficult. See http://jira.osqa.net/browse/OSQA-529 — hopefully this will be fixed soon.
(20 Jan '11, 23:55)
mattdm
Um... Karma isn't in any of the .po files.
(24 Oct '11, 05:45)
YoshieMaster
|