nilswx / strik

Mobile multiplayer word game with cocos2D
2 stars 0 forks source link

[Timeline] Replace RECIEVED_ITEM with translated values #29

Open matthijn opened 10 years ago

matthijn commented 10 years ago

The default RECIEVED_ITEM and other texts should be replaced with the translated values.

nilswx commented 10 years ago

RECEIVED_ITEM just sent a 'code' string for every item, like BDAY_HAT. The client was supposed to perform a lookup for that code in the local files and determine the localized name/description + icon image.

However, we've dropped the whole item system for RELEASE 1.0.0. :+1:

matthijn commented 10 years ago

Yeah, well it is still relevant for achievements I suppose. And that code string needs to be translated. The lookup is not there yet.