Translations (#65)

This commit is contained in:
hammoveck 2021-07-15 22:38:05 +03:00 committed by GitHub
parent 97afb0e9fb
commit 312062ddaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -140,8 +140,13 @@ export default {
or_small: "or",
automatically_load_webtorrent_attachments: "Automatically load webtorrent attachments",
autoplay_webtorrent_videos: "Autoplay webtorrent videos",
home: "Home",
media: "Media",
messages: "Messages",
market: "Market",
contacts: "Contacts",
explorer: "Explorer",
no_contacts_in_list: 'You don\'t have any contacts in your list.',
},
"es": {
language_name: "Español",
@ -689,8 +694,7 @@ export default {
or_small: "tai",
automatically_load_webtorrent_attachments: "Lataa webtorrentin liitteet automaattisesti",
autoplay_webtorrent_videos: "Käynnistä webtorrentin videot automaattisesti",
search: "Etsi",
},
"it": {
language_name: "Italian",

View File

@ -168,7 +168,7 @@ class Profile extends View {
<${Link} activeClassName="active" href="/profile/${this.props.id}">${t('posts')}<//>
<${Link} activeClassName="active" href="/replies/${this.props.id}">${t('replies')}<//>
<${Link} activeClassName="active" href="/likes/${this.props.id}">${t('likes')}<//>
<${Link} activeClassName="active" href="/media/${this.props.id}">Media<//>
<${Link} activeClassName="active" href="/media/${this.props.id}">${t('media')}<//>
</div>
`;
}