• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Language Text: It's you Issue

Started by megaman79,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

megaman79Topic starter

Hello,

I'm having issue translating my site to Spanish. Here are a list of text.

1. I'm translating my site to Spanish but the following text field: It's you I input the Spanish Version and Click  "Updated language" but is not Saving the Changes for this Text Field.

2. Text Field: Views (Can save changes but stay English in Front End.)

3. Profile Text: Lives in (is not available in the language to change it).

4. Text Field: Watched (Can save changes but stay English in Front End.)

5. Text Field: Your playlist's title (Is not saving changes) Front End stay English.

6. PlayList: Button: (Delete playlist) no way to translate it.

7. PlayList: Button: (Manage videos) no way to translate it.

8. Text: All done!  (After I add a video to Favorite) no way to translate it.


Send me a Fix.
"Very Happy with PHPVibe"
  •  

PHPVibe A.

All I can do is put this on a patches list, it takes time to find and see all those.

megaman79Topic starter

Alexander,

I will have to wait days or weeks to get a fix?
"Very Happy with PHPVibe"
  •  

PHPVibe A.

I can't give you a timeframe since we are suspending activity for summer vacation soon, I can explain you how to find them if you want and how to change them.

I've searches two of them, but they are not hard coded, they should be available in the language.
did you clear cache from Tools -> Clean cache before editing the language?

There is indeed an issue:

<?php echo _("Lives in"); ?>

should be
<?php echo _lang("Lives in"); ?>

megaman79Topic starter

Quote from: Alexander on
I can't give you a timeframe since we are suspending activity for summer vacation soon, I can explain you how to find them if you want and how to change them.

I've searches two of them, but they are not hard coded, they should be available in the language.
did you clear cache from Tools -> Clean cache before editing the language?

There is indeed an issue:

<?php echo _("Lives in"); ?>

should be
<?php echo _lang("Lives in"); ?>


Thanks, so if: "lang"  is missing it will not work. ok. there may be some other text with this same issue. I will check the codes. this can help me.
"Very Happy with PHPVibe"
  •  

PHPVibe A.

You can use textrep programs to replace _( to _lang( in all files with no effort.
We may have a few slips.



Similar topics (7)