opencredit / BadgeOS-Community-Add-on

The "BadgeOS Community Add-on" integrates BadgeOS features into BuddyPress and bbPress. Site members complete achievements and earn badges based on a range of community activity and triggers. This add-on to BadgeOS also includes the ability to display badges and achievements on user profiles and activity feeds.
GNU Affero General Public License v3.0
11 stars 8 forks source link

Localization tweaks #25

Closed WTurunen closed 9 years ago

WTurunen commented 10 years ago

1) The textdomain is not loaded in line ./badgeos-community.php:40. Please change to

load_plugin_textdomain( 'badgeos-community', false, dirname( plugin_basename( __FILE__ ) ) .'/languages/' );

2) Please add localization support to ./includes/steps-ui.php:38. Eg.

$triggers['community_trigger'] = __( 'Community Activity', 'badgeos-community' );
tw2113 commented 9 years ago

Closing as it looks like at some point, we merged in the changes needed, and forgot to close the ticket :D