Skip to content
Snippets Groups Projects
L10N.pm 91 B
package AccountManager::L10N;

use strict;
use warnings;

use base 'Locale::Maketext';

1;