[Catalyst-commits] r14461 - in Catalyst-Plugin-I18N/trunk: .
lib/Catalyst/Plugin lib/Catalyst/Plugin/I18N
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sat Jul 27 20:43:31 GMT 2013
Author: t0m
Date: 2013-07-27 20:43:31 +0000 (Sat, 27 Jul 2013)
New Revision: 14461
Modified:
Catalyst-Plugin-I18N/trunk/Changes
Catalyst-Plugin-I18N/trunk/lib/Catalyst/Plugin/I18N.pm
Catalyst-Plugin-I18N/trunk/lib/Catalyst/Plugin/I18N/Manual.pod
Log:
Typo fixes. RT#87371
Modified: Catalyst-Plugin-I18N/trunk/Changes
===================================================================
--- Catalyst-Plugin-I18N/trunk/Changes 2013-07-27 19:39:01 UTC (rev 14460)
+++ Catalyst-Plugin-I18N/trunk/Changes 2013-07-27 20:43:31 UTC (rev 14461)
@@ -1,5 +1,7 @@
Revision history for Perl extension Catalyst::Plugin::I18N.
+ - Typo fixes. RT#87371
+
0.10 Mon Jun 14 2010
- Add Installed Languages feature by Ton Voon and Chris Dolan
(RT #25050)
Modified: Catalyst-Plugin-I18N/trunk/lib/Catalyst/Plugin/I18N/Manual.pod
===================================================================
--- Catalyst-Plugin-I18N/trunk/lib/Catalyst/Plugin/I18N/Manual.pod 2013-07-27 19:39:01 UTC (rev 14460)
+++ Catalyst-Plugin-I18N/trunk/lib/Catalyst/Plugin/I18N/Manual.pod 2013-07-27 20:43:31 UTC (rev 14461)
@@ -565,7 +565,7 @@
=item LocFactory Editor
-Translation tool for Mac OS X. Supports sevral formats, including gettext
+Translation tool for Mac OS X. Supports several formats, including gettext
catalogs.
L<http://www.triplespin.com/en/products/locfactoryeditor.html>
Modified: Catalyst-Plugin-I18N/trunk/lib/Catalyst/Plugin/I18N.pm
===================================================================
--- Catalyst-Plugin-I18N/trunk/lib/Catalyst/Plugin/I18N.pm 2013-07-27 19:39:01 UTC (rev 14460)
+++ Catalyst-Plugin-I18N/trunk/lib/Catalyst/Plugin/I18N.pm 2013-07-27 20:43:31 UTC (rev 14461)
@@ -106,7 +106,7 @@
if (! $self->config->{ 'Plugin::I18N' }->{installed_languages}) {
my $languages_list = {};
# We re-read the list of files in $path
- # Originally tried to detect via namespaces, but this lists the currently set LANG envvar, which may not
+ # Originally tried to detect via namespaces, but this lists the currently set LANG env var, which may not
# be a supported language. Also misses out .pm files
# Is acceptable to re-read this directory once on setup
if (opendir my $langdir, $path) {
More information about the Catalyst-commits
mailing list