Skip to content

Commit afeded0

Browse files
committed
Remove license information from the home page footer and translations
1 parent 901e837 commit afeded0

2 files changed

Lines changed: 0 additions & 49 deletions

File tree

apps/editor/src/views/panel/frontend/Home/Home.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -325,18 +325,6 @@ export const Home: React.FC<Props> = (props) => {
325325
<div className={styles.bottom}>
326326
<div className={styles.bottom__links}>
327327
<div>{props.version}</div>
328-
<div>
329-
<Translation
330-
id="home.footer.license"
331-
components={{
332-
link: (
333-
<a href="https://github.com/robertpiosik/CodeWebChat/blob/dev/LICENSE">
334-
{t('home.footer.license.name')}
335-
</a>
336-
)
337-
}}
338-
/>
339-
</div>
340328
<div>
341329
<Translation
342330
id="home.footer.copyright"

apps/editor/src/views/panel/frontend/i18n/translations/home.ts

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -71,43 +71,6 @@ export const home = {
7171
hu: 'Kattintson szöveg hozzáadásához...',
7272
bg: 'Кликнете, за да добавите текст...'
7373
},
74-
'home.footer.license': {
75-
en: 'Released under the {link}',
76-
pl: 'Wydano na {link}',
77-
'zh-cn': '在 {link} 下发布',
78-
ja: '{link} の下で公開',
79-
'zh-tw': '在 {link} 下發佈',
80-
de: 'Veröffentlicht unter der {link}',
81-
es: 'Publicado bajo la {link}',
82-
fr: 'Publié sous la {link}',
83-
'pt-br': 'Lançado sob a {link}',
84-
ru: 'Распространяется по {link}',
85-
ko: '{link}에 따라 출시됨',
86-
it: 'Rilasciato sotto la {link}',
87-
tr: '{link} kapsamında yayınlanmıştır',
88-
cs: 'Vydáno pod {link}',
89-
hu: '{link} alatt kiadva',
90-
bg: 'Публикуван под {link}'
91-
},
92-
'home.footer.license.name': {
93-
en: 'GPL-3.0 license',
94-
pl: 'licencji GPL-3.0',
95-
'zh-cn': 'GPL-3.0 许可证',
96-
ja: 'GPL-3.0 ライセンス',
97-
'zh-tw': 'GPL-3.0 許可證',
98-
de: 'GPL-3.0-Lizenz',
99-
es: 'licencia GPL-3.0',
100-
fr: 'licence GPL-3.0',
101-
'pt-br': 'licença GPL-3.0',
102-
ru: 'лицензией GPL-3.0',
103-
ko: 'GPL-3.0 라이선스',
104-
it: 'licenza GPL-3.0',
105-
tr: 'GPL-3.0 lisansı',
106-
cs: 'licencí GPL-3.0',
107-
108-
hu: 'GPL-3.0 licenc',
109-
bg: 'GPL-3.0 лиценз'
110-
},
11174
'home.footer.copyright': {
11275
en: 'Copyright © {year} {link}',
11376
pl: 'Copyright © {year} {link}',

0 commit comments

Comments
 (0)