TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.75k stars 431 forks source link

TGMPA doesn't translate to pt_BR #703

Closed maxviewup closed 6 years ago

maxviewup commented 6 years ago

There is an pt_BR (and pt_PT) translate file on the TGMPA, but it doesn't work on my themes. All messages still are in english.

Path of the theme: /Applications/MAMP/htdocs/sites/artemobi/wp-content/themes/arte-mobiliaria/ Path of the TGMPA translate files on the theme: inc/plugin-activation/languages

Include of the TGMPA:

@include_once get_parent_theme_file_path( '/inc/plugin-activation/class-tgm-plugin-activation.php' );

on the file inc/plugins.php

jrfnl commented 6 years ago

Closing as duplicate of #656, please continue the conversation there.