[Slim-Checkins] r33847 - /7.7/trunk/platforms/readynas/tools/txt2str.pl

[email protected] Fri, 17 Feb 2012 08:47:09 -0000
Newsgroups gmane.music.equipment.slimdevices.cvs
Message-ID <[email protected]>
Author: mherger
Date: Fri Feb 17 00:47:09 2012
New Revision: 33847

URL: http://svn.slimdevices.com/slim?rev=33847&view=rev
Log:
Bug: n/a
Description: update string helper script to use the new folder for ReadyNAS language files

Modified:
    7.7/trunk/platforms/readynas/tools/txt2str.pl

Modified: 7.7/trunk/platforms/readynas/tools/txt2str.pl
URL: http://svn.slimdevices.com/slim/7.7/trunk/platforms/readynas/tools/txt2str.pl?rev=33847&r1=33846&r2=33847&view=diff
==============================================================================
--- 7.7/trunk/platforms/readynas/tools/txt2str.pl (original)
+++ 7.7/trunk/platforms/readynas/tools/txt2str.pl Fri Feb 17 00:47:09 2012
@@ -53,7 +53,7 @@
 close(STRINGS);
 
 for my $lang (keys %data) {
-	my $dir = 'addon_template/files/etc/frontview/addons/ui/SQUEEZEBOX/language/' . $langs{$lang};
+	my $dir = 'addon_template/language/' . $langs{$lang};
 	make_path($dir) unless -d $dir;
 	
 	my $stringsFile = $dir . '/SQUEEZEBOX.str';