diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-05 15:19:04 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-05 15:19:04 +0100 |
commit | 5f697f3ddb704af45782793efa6f84e0804271f8 (patch) | |
tree | 7114ed3f1abfff3408b6ebbac0d4ae0c54b48c83 | |
parent | 959dbbd7bf655e9a36a310838dae75b9909f0096 (diff) | |
download | PeerTube-5f697f3ddb704af45782793efa6f84e0804271f8.tar.gz PeerTube-5f697f3ddb704af45782793efa6f84e0804271f8.tar.zst PeerTube-5f697f3ddb704af45782793efa6f84e0804271f8.zip |
Add missing i18n tags
-rw-r--r-- | client/src/app/modal/welcome-modal.component.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/client/src/app/modal/welcome-modal.component.html b/client/src/app/modal/welcome-modal.component.html index f99bbe2ef..9b210eb4d 100644 --- a/client/src/app/modal/welcome-modal.component.html +++ b/client/src/app/modal/welcome-modal.component.html | |||
@@ -9,24 +9,24 @@ | |||
9 | <div class="block-documentation"> | 9 | <div class="block-documentation"> |
10 | <div class="columns"> | 10 | <div class="columns"> |
11 | <a class="link-block" href="https://docs.joinpeertube.org/#/maintain-tools" target="_blank" rel="noopener noreferrer"> | 11 | <a class="link-block" href="https://docs.joinpeertube.org/#/maintain-tools" target="_blank" rel="noopener noreferrer"> |
12 | <a class="link-title" href="https://docs.joinpeertube.org/#/maintain-tools" target="_blank" rel="noopener noreferrer">CLI | 12 | <a i18n class="link-title" href="https://docs.joinpeertube.org/#/maintain-tools" target="_blank" rel="noopener noreferrer">CLI |
13 | documentation</a> | 13 | documentation</a> |
14 | 14 | ||
15 | <div>Upload or import videos, parse logs, prune storage directories, reset user password...</div> | 15 | <div i18n>Upload or import videos, parse logs, prune storage directories, reset user password...</div> |
16 | </a> | 16 | </a> |
17 | 17 | ||
18 | <a class="link-block" href="https://docs.joinpeertube.org/#/admin-following-instances" target="_blank" rel="noopener noreferrer"> | 18 | <a class="link-block" href="https://docs.joinpeertube.org/#/admin-following-instances" target="_blank" rel="noopener noreferrer"> |
19 | <a class="link-title" href="https://docs.joinpeertube.org/#/admin-following-instances" target="_blank" rel="noopener noreferrer">Administer | 19 | <a i18n class="link-title" href="https://docs.joinpeertube.org/#/admin-following-instances" target="_blank" rel="noopener noreferrer">Administer |
20 | documentation</a> | 20 | documentation</a> |
21 | 21 | ||
22 | <div>Managing users, following other instances, dealing with spammers...</div> | 22 | <div i18n>Managing users, following other instances, dealing with spammers...</div> |
23 | </a> | 23 | </a> |
24 | 24 | ||
25 | <a class="link-block" href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer"> | 25 | <a class="link-block" href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer"> |
26 | <a class="link-title" href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer">Use | 26 | <a i18n class="link-title" href="https://docs.joinpeertube.org/#/use-setup-account" target="_blank" rel="noopener noreferrer">Use |
27 | documentation</a> | 27 | documentation</a> |
28 | 28 | ||
29 | <div>Setup your account, managing video playlists, discover third-party applications...</div> | 29 | <div i18n>Setup your account, managing video playlists, discover third-party applications...</div> |
30 | </a> | 30 | </a> |
31 | </div> | 31 | </div> |
32 | </div> | 32 | </div> |
@@ -41,10 +41,10 @@ | |||
41 | <div i18n class="subtitle">Useful links</div> | 41 | <div i18n class="subtitle">Useful links</div> |
42 | 42 | ||
43 | <ul> | 43 | <ul> |
44 | <li>Official PeerTube website (news, support, contribute...): <a href="https://joinpeertube.org" target="_blank" | 44 | <li i18n>Official PeerTube website (news, support, contribute...): <a href="https://joinpeertube.org" target="_blank" |
45 | rel="noopener noreferrer">https://joinpeertube.org</a></li> | 45 | rel="noopener noreferrer">https://joinpeertube.org</a></li> |
46 | 46 | ||
47 | <li>Put your instance on the public PeerTube index: <a href="https://instances.joinpeertube.org/instances">https://instances.joinpeertube.org/instances</a> | 47 | <li i18n>Put your instance on the public PeerTube index: <a href="https://instances.joinpeertube.org/instances">https://instances.joinpeertube.org/instances</a> |
48 | </li> | 48 | </li> |
49 | </ul> | 49 | </ul> |
50 | </div> | 50 | </div> |