MyBB Community Forums
Translation improvement for 1.6 - proposal - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: Translation improvement for 1.6 - proposal (/thread-69727.html)



Translation improvement for 1.6 - proposal - MarHaj - 2010-05-16

There is mysql_db_inserts.php in the distribution package that hard codes
some texts (lines 70 - 72) info the database table mybb_profilefields. These hardcoded texts are visible for all users independently on the front end language used. You know them well: 'Location', 'Where in the world do you live?', 'Bio', 'Enter a few short details about yourself, your life story etc.' and 'Sex', 'Please select your sex from the list below.

Is there a possibility to change it to external language file in MyBB 1.6?

If so, thanks in an advance.


RE: Translation improvement for 1.6 - proposal - Michael Malin - 2010-05-16

I don't think they will ever be in an extrenal language file, because these are only examples for own fields.


RE: Translation improvement for 1.6 - proposal - Aaron - 2010-05-16

Would make sense to make it in a language file...


RE: Translation improvement for 1.6 - proposal - Michael Malin - 2010-05-16

(2010-05-16, 03:16 PM)magent Wrote: I don't think they will ever be in an extrenal language file, because these are only examples for own fields.
Reading is better.


RE: Translation improvement for 1.6 - proposal - MarHaj - 2010-05-16

(2010-05-16, 03:16 PM)magent Wrote: I don't think they will ever be in an extrenal language file, because these are only examples for own fields.

Labels like "Location", "Bio" and "Sex" are not, as far as I know, editable in 1.4.
So I had to post sql script for our local users to change it.


RE: Translation improvement for 1.6 - proposal - StefanT - 2010-05-16

They are editable. It was one of the first things I do after an installation...


RE: Translation improvement for 1.6 - proposal - MarHaj - 2010-05-16

Yupiii!!!
Confirmed: they are editable (in 1.6). Nice indeed.


RE: Translation improvement for 1.6 - proposal - Matt - 2010-05-16

They were always editable... this isn't the sort of thing that can be in language files as other profile fields can't be in language files because, as said above, they're examples of ones you can add and work in the exact same way, i.e. the names are hardcoded when you make them and not translatable.