Opened 9 years ago
Last modified 9 years ago
#328 accepted enhancement
Points systems should be translatable
Reported by: | ibboard | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | WarFoundry-API | Version: | Trunk |
Keywords: | translation api system points | Cc: | |
Blocked By: | #99 | Blocking: |
Description
As discussed on the forums the ideal (but not essential) would be to have the points systems translatable. This would probably require some kind of translation file within the zip as an override to the default values created by #99.
Note: See
TracTickets for help on using
tickets.
We need to think about how to handle translation languages. The current language may be held by the UI rather than some central point, but the points system still needs to know what the current language is so that it returns the correct value.
The best interface from an API PoV would be to have the methods/properties from #99 left as-is and keep the translation fetching hidden.