added the translation to the component view, also adding lang tags of ready translated languages

This commit is contained in:
dev
2017-04-05 17:26:17 +01:00
parent 1b3cb2bfdd
commit 2caaa1a1e3
69 changed files with 857 additions and 560 deletions

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 314 of this MVC
@version @update number 318 of this MVC
@build 5th April, 2017
@created 6th May, 2015
@package Component Builder
@ -77,7 +77,10 @@ class ComponentbuilderViewJoomla_component extends JViewLegacy
$this->vwncustom_admin_views = $this->get('Vwncustom_admin_views');
// Get Linked view data
$this->vwosite_views = $this->get('Vwosite_views');
$this->vwosite_views = $this->get('Vwosite_views');
// Get Linked view data
$this->vwptranslation = $this->get('Vwptranslation');
// Set the toolbar
$this->addToolBar();