Opened 15 years ago
Closed 15 years ago
#1416 closed defect (bug) (fixed)
Some translation went wrong in 1.1.3
Reported by: | chouf1 | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | admin translation | |
Cc: |
Description
After update from 1.1.2 to 1.1.3 the .mo file disapeared from bp-language directory. Had to reinstall it completely to make things to work.
Also after updating the .mo file...
Some long phrase in the BP admin are no more translated because of wrong white space and breaking lines in the original variable.
Simply write all on one line !
bp-xprofile-admin.php:38
_e (variable) could be writen on one line instead using \n \t in pot file
line 9567 in .pot
bp-core_admin.php:194
_e (variable) could be writen on one line instead using \n \t in pot file
line 649 in .pot
(In [2374]) Fixes #1416