Sha256: b5a36342f6649a73a3eb03ddb5bc1687aa26399a6df128c03799edb4aaae875a
Contents?: true
Size: 542 Bytes
Versions: 2
Compression:
Stored size: 542 Bytes
Contents
<?php /* Welcome to <%= theme_id %> :) Thanks to the fantastic work by <%= theme_id %> users, we've now the ability to translate <%= theme_id %> into different languages. Developed by: <%= config[:author] %> URL: <%= config[:author_uri] %> */ // Adding Translation Option load_theme_textdomain( '<%= theme_id %>theme', get_template_directory() .'/library/translation' ); $locale = get_locale(); $locale_file = get_template_directory() ."/library/translation/$locale.php"; if ( is_readable($locale_file) ) require_once($locale_file); ?>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fones-0.1.3 | layouts/default/functions/library/translation/translation.php.erb |
fones-0.1.2 | layouts/default/functions/library/translation/translation.php.erb |