Opened 13 years ago
Closed 13 years ago
#2197 closed defect (bug) (fixed)
Add missing textdomains (mostly in About screen)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.3 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Locale - i18n/l10n | Keywords: | |
| Cc: |
Description
In bbPress 2.3 Beta 2 are still some strings without textdomain, mostly in the "About" screen, these are the following:
#@ default #: includes/admin/settings.php:1355 msgid "For more information:" #: includes/admin/admin.php:1320 #: includes/admin/admin.php:1423 #@ default msgid "Welcome to bbPress %s" #: includes/admin/admin.php:1424 #@ default msgid "Thank you for updating to the latest version! bbPress %s is ready to make your community a safer, faster, and better looking place to hang out!" #: includes/admin/admin.php:1322 #: includes/admin/admin.php:1425 #@ default msgid "Version %s" #: includes/admin/admin.php:1326 #: includes/admin/admin.php:1429 #@ default msgid "What’s New" #: includes/admin/admin.php:1328 #: includes/admin/admin.php:1431 #@ default msgid "Credits" #: includes/admin/admin.php:1402 #: includes/admin/admin.php:1530 #@ default msgid "Go to Forum Settings" #: includes/admin/admin.php:1321 #, php-format #@ default msgid "Thank you for updating to the latest version! bbPress %s goes great with pizza and popcorn, and will nicely complement your community too!"
Fixing those for final release would be awesome! Thank you!
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [4760]) Add missing textdomain's for admin component. Props daveshine. Fixes #2197.