1. 31 Aug, 2007 1 commit
    • pichoro's avatar
      Improved image mask for magic-futureshift. · 5da31292
      pichoro authored
      Changed embossedletter font to fix AE error.
      Adjusted artist and copyright lines for futureshifts.
      Making some minor preparations for creation of Planeswalker template.
      5da31292
  2. 30 Aug, 2007 6 commits
  3. 29 Aug, 2007 12 commits
  4. 28 Aug, 2007 2 commits
  5. 27 Aug, 2007 1 commit
  6. 26 Aug, 2007 1 commit
  7. 25 Aug, 2007 6 commits
  8. 24 Aug, 2007 8 commits
  9. 23 Aug, 2007 2 commits
  10. 18 Aug, 2007 1 commit
    • twanvl's avatar
      Added validator for locales based on all strings in the source code. · 5ef8ff29
      twanvl authored
      It checks:
       - whether all keys used by the program are in the locale
       - whether the right number of %s are used
       - if there are no extra keys in the locale that shouldn't be there
      This will become very useful when translations need to be updated for new MSE versions.
      
      There is a perl script for generating the 'expected_locale_keys' resource file.
      This file contains a list of all the locale keys used.
      This is a resource and not a data file because it is automatically generated from the code,
       the user has no business modifying it.
      
      I also fixed all the locale errors I found in the process.
      5ef8ff29