Skip to content

Commit

Permalink
Merge pull request #8 from NewmansHub/master
Browse files Browse the repository at this point in the history
Add whatsapp to socialmedialist
  • Loading branch information
eki89 authored May 4, 2021
2 parents a4f0030 + bbd1948 commit fd76b5f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Resources/contao/dca/tl_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@
'vimeo',
'xing',
'youtube',
'behance'
'behance',
'whatsapp'
),
'reference' => &$GLOBALS['TL_LANG']['tl_page'],
'eval' => array('includeBlankOption'=>true, 'style'=>'width:100%')
Expand Down
3 changes: 2 additions & 1 deletion src/Resources/contao/dca/tl_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@
'vimeo',
'xing',
'youtube',
'behance'
'behance',
'whatsapp'
),
'reference' => &$GLOBALS['TL_LANG']['tl_settings'],
'eval' => array('includeBlankOption'=>true, 'style'=>'width:100%')
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/contao/languages/de/tl_page.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
<source>Behance</source>
<target>Behance</target>
</trans-unit>
<trans-unit id="tl_page.whatsapp">
<source>WhatsApp</source>
<target>WhatsApp</target>
</trans-unit>
<trans-unit id="tl_page.company_legend">
<source>Company details</source>
<target>Unternehmensdaten</target>
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/contao/languages/de/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
<source>Behance</source>
<target>Behance</target>
</trans-unit>
<trans-unit id="tl_settings.whatsapp">
<source>WhatsApp</source>
<target>WhatsApp</target>
</trans-unit>
<trans-unit id="tl_settings.company_legend">
<source>Company details</source>
<target>Unternehmensdaten</target>
Expand Down
3 changes: 3 additions & 0 deletions src/Resources/contao/languages/en/tl_page.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@
<trans-unit id="tl_page.behance">
<source>Behance</source>
</trans-unit>
<trans-unit id="tl_page.whatsapp">
<source>WhatsApp</source>
</trans-unit>
</body>
</file>
</xliff>
3 changes: 3 additions & 0 deletions src/Resources/contao/languages/en/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@
<trans-unit id="tl_settings.behance">
<source>Behance</source>
</trans-unit>
<trans-unit id="tl_settings.whatsapp">
<source>WhatsApp</source>
</trans-unit>
<trans-unit id="tl_settings.company_legend">
<source>Company details</source>
</trans-unit>
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/contao/languages/it/tl_page.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
<source>Behance</source>
<target>Behance</target>
</trans-unit>
<trans-unit id="tl_page.whatsapp">
<source>WhatsApp</source>
<target>WhatsApp</target>
</trans-unit>
<trans-unit id="tl_page.company_legend">
<source>Company details</source>
<target>Dettagli azienda</target>
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/contao/languages/it/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@
<source>Behance</source>
<target>Behance</target>
</trans-unit>
<trans-unit id="tl_settings.whatsapp">
<source>WhatsApp</source>
<target>WhatsApp</target>
</trans-unit>
<trans-unit id="tl_settings.company_legend">
<source>Company details</source>
<target>Dettagli azienda</target>
Expand Down

0 comments on commit fd76b5f

Please sign in to comment.