[Debian-l10n-commits] r1481 - in /dl10n/trunk: Changelog lib/Debian/L10n/Utils.pm

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sat Nov 29 19:59:07 UTC 2008


Author: nekral-guest
Date: Sat Nov 29 19:59:07 2008
New Revision: 1481

URL: http://svn.debian.org/wsvn/?sc=1&rev=1481
Log:
	* lib/Debian/L10n/Utils.pm: Export the %Status, %Status_syn,
	%Type_syn, %LanguageList, and %Language hashes.

Modified:
    dl10n/trunk/Changelog
    dl10n/trunk/lib/Debian/L10n/Utils.pm

Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=1481&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sat Nov 29 19:59:07 2008
@@ -1,3 +1,8 @@
+2008-11-29  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* lib/Debian/L10n/Utils.pm: Export the %Status, %Status_syn,
+	%Type_syn, %LanguageList, and %Language hashes.
+
 2008-11-29  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* lib/Debian/L10n/Spider.pm, lib/Debian/L10n/Utils.pm: %Status,

Modified: dl10n/trunk/lib/Debian/L10n/Utils.pm
URL: http://svn.debian.org/wsvn/dl10n/trunk/lib/Debian/L10n/Utils.pm?rev=1481&op=diff
==============================================================================
--- dl10n/trunk/lib/Debian/L10n/Utils.pm (original)
+++ dl10n/trunk/lib/Debian/L10n/Utils.pm Sat Nov 29 19:59:07 2008
@@ -10,7 +10,7 @@
 
 my $VERSION = "1.0";				# External Version Number
 
-my %Status = (
+our %Status = (
 	todo => 0,
 	itt  => 1,
 	rfr  => 2,
@@ -23,21 +23,21 @@
 	maj  => 9,
 	);
 
-my %Status_syn = (
+our %Status_syn = (
 	ddr  => 'rfr',
 	relu => 'lcfc',
 	lfcf => 'lcfc', #this seems to be a current typo
 	taf  => 'todo',
 	);
 
-my %Type_syn = (
+our %Type_syn = (
 	'debian-installer' => 'podebconf',	# debian-installer is a sub-category
 	'debconf-po'       => 'podebconf',	# typo
 	'po-debconf'       => 'podebconf',	# That's the way it should be witten in DB
 	'po-man'           => 'man',      	# nobody uses po4a so far, but it may come
 	);
 
-my %LanguageList = (
+our %LanguageList = (
 	ar    => 'arabic',
 	ca    => 'catalan',
 	cs    => 'czech',
@@ -53,7 +53,7 @@
 	tr    => 'turkish',
 	);
 
-my %Language = (
+our %Language = (
 	ar    => 'arabic',
 	ca    => 'catalan',
 	cs    => 'czech',




More information about the Debian-l10n-commits mailing list