[mb-commits] branch, beta, updated. i18n: export N_ functions
MusicBrainz Git Server <[email protected]>
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1TTILT-0002E7-KO@wiley> |
The branch, beta has been updated
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=2d59e0677de28befc162df20a78df30ec88a6f06 (commit)
from http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=7d7de8cd4a19ffae08ebecddb83d2ce7bcd4eb9e (commit)
Summary of changes:
lib/MusicBrainz/Server/Translation.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2d59e0677de28befc162df20a78df30ec88a6f06
Author: Ian McEwen <[email protected]>
Date: Tue Oct 30 13:23:18 2012 -0700
i18n: export N_ functions
diff --git a/lib/MusicBrainz/Server/Translation.pm b/lib/MusicBrainz/Server/Translation.pm
index 9796ce1..2c64394 100644
--- a/lib/MusicBrainz/Server/Translation.pm
+++ b/lib/MusicBrainz/Server/Translation.pm
@@ -15,9 +15,9 @@ use List::UtilsBy qw( sort_by );
with 'MusicBrainz::Server::Role::Translation' => { domain => 'mb_server' };
use Sub::Exporter -setup => {
- exports => [qw( l lp ln N_l )],
+ exports => [qw( l lp ln N_l N_ln N_lp )],
groups => {
- default => [qw( l lp ln N_l )]
+ default => [qw( l lp ln N_l N_ln N_lp )]
}
};
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server