Combine translation files into one per language

This commit is contained in:
Brian Miyaji
2014-03-02 15:05:24 +11:00
parent b722da15b1
commit 3331defc3c
38 changed files with 6803 additions and 12319 deletions

View File

@@ -3,13 +3,7 @@ function sportspress_plugins_loaded() {
// Load plugin textdomain
if ( function_exists( 'load_plugin_textdomain' ) ) {
// SportsPress
load_plugin_textdomain ( 'sportspress', false, dirname( SPORTSPRESS_PLUGIN_BASENAME ) . '/languages/' );
// Countries
load_plugin_textdomain ( 'countries', false, dirname( SPORTSPRESS_PLUGIN_BASENAME ) . '/languages/' );
}
// Add image sizes