Site search

Recent Comments

  • Eraserhead: Wordman I’ll look and see if I can allow customising of Initiative. A blog post on Pathfinder will...
  • Wordman: In the Battle screens, it used to be possible to edit the initiative rolls of the players (my players like...
  • Eraserhead: Can you email me your data file and I’ll take a look? Thanks
  • Daniel Amstutz: When I level up, it seems to put a negative number for both Attacks, and Attr. Is this a bug or am I...
  • Tracy: I’ll be rooting for you or anyone that take this to task. Would be awesome if there was a 4th edition...

Tags

4th edition CocoaLocalizer D&D Manager data file Data Project localisation Pathfinder Real life release Snow Leopard Software technical stuff the website itself translation travel

 

March 2010
M T W T F S S
« Feb    
1234567
891011121314
15161718192021
22232425262728
293031  

Categories

Archives

Meta

Tag: localisation

CocoaLocalizer

I made a mistake with my localisation coding and I assumed that NSLocalizedString used the form NSLocalizedString(key,value) when in fact it uses NSLocalizedString(keyValue,comment). Rather than go back and redo my coding so that it would work I created a new program called CocoaLocalizer to do this hard work for me. This program creates better comments [...]

Localisation part 2

As I mentioned in my original post on Localisation I’ve written some code to extract the strings from my programming code.
This file can be downloaded individually from here and they’ve also been added to the original zip file, which can be found here.
UPDATE: I’ve finished creating this comments file now. Still dropping me an email [...]

Looking at Localisation

Today I’ve also had a look at the options available for localisation of D&D Manager. I’ve started out by creating some of the files with lists of strings to translate. I’ve created a strings file for each of the user interface “.xib” files that are used to create the interface. This has produced a series [...]