Mercurial > pub > Impl
comparison Lib/IMPL/Resources/Strings.pm @ 50:521c9c1a3ea1
:q
| author | wizard@linux-odin.local |
|---|---|
| date | Sat, 27 Feb 2010 16:28:45 +0300 |
| parents | 16ada169ca75 |
| children | f47f93534005 |
comparison
equal
deleted
inserted
replaced
| 49:16ada169ca75 | 50:521c9c1a3ea1 |
|---|---|
| 33 | 33 |
| 34 push @ways, File::Spec->catfile($baseDir,'locale',$Locale,$fileClass); | 34 push @ways, File::Spec->catfile($baseDir,'locale',$Locale,$fileClass); |
| 35 | 35 |
| 36 | 36 |
| 37 | 37 |
| 38 my $stringsStorage = findResource(@Locations,$Base,$Locale,) | 38 my $stringsStorage = findResource($class,@ways); |
| 39 | 39 |
| 40 } | 40 } |
| 41 | 41 |
| 42 sub findResource { | 42 sub findResource { |
| 43 my (@locations,$file,%options) = @_; | 43 my ($class,$refWays) = @_; |
| 44 | 44 |
| 45 | 45 |
| 46 } | 46 } |
| 47 | 47 |
| 48 | 48 |
