diff Lib/IMPL/Resources/StringLocaleMap.pm @ 383:2f16f13b000c

DOM localization
author cin
date Thu, 23 Jan 2014 17:26:34 +0400
parents 99ac2e19c0cc
children
line wrap: on
line diff
--- a/Lib/IMPL/Resources/StringLocaleMap.pm	Thu Jan 23 02:35:28 2014 +0400
+++ b/Lib/IMPL/Resources/StringLocaleMap.pm	Thu Jan 23 17:26:34 2014 +0400
@@ -129,7 +129,7 @@
         chomp;
         $line ++ and next if /^\s*$/;
         
-        if (/^(\w+)\s*=\s*(.*)$/) {
+        if (/^([\w\.]+)\s*=\s*(.*)$/) {
             $map{$1} = $2;
         } else {
             die "Invalid resource format in $fname at $line";