Skip to content

Commit

Permalink
feat(navbar): add Lemmy
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Jun 10, 2023
1 parent 9798f2d commit 3733c9e
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,10 @@ const NAV_ITEMS: Array<NavItem> = [
label: 'navbar.social.matrix',
href: 'https://matrix.to/#/#pacstall:matrix.org',
},
{
label: 'navbar.social.lemmy',
href: 'https://lemmy.ml/c/pacstall',
},
{
label: 'navbar.social.reddit',
href: 'https://www.reddit.com/r/pacstall',
Expand Down
1 change: 1 addition & 0 deletions client/src/locale/de-DE.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default <Locale>{
discord: 'Discord',
matrix: 'Matrix',
reddit: 'Reddit',
lemmy: 'Lemmy',
mastodon: 'Mastodon',
},
browse: {
Expand Down
1 change: 1 addition & 0 deletions client/src/locale/en-US.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default <Locale>{
discord: 'Discord',
matrix: 'Matrix',
reddit: 'Reddit',
lemmy: 'Lemmy',
mastodon: 'Mastodon',
},
browse: {
Expand Down
1 change: 1 addition & 0 deletions client/src/locale/es-ES.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default <Locale>{
discord: 'Discord',
matrix: 'Matrix',
reddit: 'Reddit',
lemmy: 'Lemmy',
mastodon: 'Mastodon',
},
browse: {
Expand Down
1 change: 1 addition & 0 deletions client/src/locale/fr-FR.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default <Locale>{
discord: 'Discord',
matrix: 'Matrix',
reddit: 'Reddit',
lemmy: 'Lemmy',
mastodon: 'Mastodon',
},
browse: {
Expand Down
1 change: 1 addition & 0 deletions client/src/locale/id-ID.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default <Locale>{
discord: 'Discord',
matrix: 'Matrix',
reddit: 'Reddit',
lemmy: 'Lemmy',
mastodon: 'Mastodon',
},
browse: {
Expand Down
1 change: 1 addition & 0 deletions client/src/locale/it-IT.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default <Locale>{
discord: 'Discord',
matrix: 'Matrix',
reddit: 'Reddit',
lemmy: 'Lemmy',
mastodon: 'Mastodon',
},
browse: {
Expand Down
1 change: 1 addition & 0 deletions client/src/locale/nl-NL.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default <Locale>{
discord: 'Discord',
matrix: 'Matrix',
reddit: 'Reddit',
lemmy: 'Lemmy',
mastodon: 'Mastodon',
},
browse: {
Expand Down
1 change: 1 addition & 0 deletions client/src/locale/pl-PL.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default <Locale>{
discord: 'Discord',
matrix: 'Matrix',
reddit: 'Reddit',
lemmy: 'Lemmy',
mastodon: 'Mastodon',
},
browse: {
Expand Down
1 change: 1 addition & 0 deletions client/src/locale/pt-BR.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default <Locale>{
discord: 'Discord',
matrix: 'Matrix',
reddit: 'Reddit',
lemmy: 'Lemmy',
mastodon: 'Mastodon',
},
browse: {
Expand Down
1 change: 1 addition & 0 deletions client/src/locale/ro-RO.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default <Locale>{
discord: 'Discord',
matrix: 'Matrix',
reddit: 'Reddit',
lemmy: 'Lemmy',
mastodon: 'Mastodon',
},
browse: {
Expand Down
1 change: 1 addition & 0 deletions client/src/locale/sv-SE.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default <Locale>{
discord: 'Discord',
matrix: 'Matrix',
reddit: 'Reddit',
lemmy: 'Lemmy',
mastodon: 'Mastodon',
},
browse: {
Expand Down

0 comments on commit 3733c9e

Please sign in to comment.