NAME

Test::BDD::Cucumber::I18N - Internationalization

VERSION

version 0.23

DESCRIPTION

Internationalization of feature files and step definitions.

SYNOPSIS

use Test::BDD::Cucumber::I18N
    qw(languages has_language langdef);

# get codes of supported languages
my @supported_languages = languages();

# look up if a language is supported
my $language_is_supported = has_language('de');

# get definition of a language
my $langdef = langdef('de');

# get readable keyword definitions
my $string = readable_keywords

LANGUAGES

Languages are defined in a JSON-based hash in the __DATA__ section of Test::BDD::Cucumber::I18N::Data, and have been lifted from the Gherkin distribution.

AUTHOR

Gregor Goldbach glauschwuffel@nomaden.org (based on the works of Pablo Duboue)

LICENSE

Copyright 2014, Gregor Goldbach; Licensed under the same terms as Perl