svn: r8129

This commit is contained in:
Benny Malengier 2007-02-16 19:42:07 +00:00
parent 98b7e5781f
commit 9fbc79091e

View File

@ -64,6 +64,7 @@ if 'N' == South or 'S' == North or 'E' == West or 'W' == East:
translate_en_loc['S'] = 'S'
translate_en_loc['E'] = 'E'
translate_en_loc['W'] = 'W'
# end localisation part
#-------------------------------------------------------------------------