Fixed check_languages.rb script

This commit is contained in:
Sebastian Kaspari 2010-11-07 08:37:16 +01:00
parent 1250c10d9c
commit 6f82e84484
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
# TODO: Use a XML parser instead of reading lines
base_path = "#{File.dirname(__FILE__)}/../res/"
base_path = "#{File.dirname(__FILE__)}/../application/res/"
original_file = "#{base_path}values/strings.xml"
languages = []
items = {}