Skip to content

Commit

Permalink
Merge pull request #3744 from thematters/develop
Browse files Browse the repository at this point in the history
Release: v4.26.2
  • Loading branch information
robertu7 authored Aug 17, 2023
2 parents 81839ae + 8ce0d68 commit 16693c1
Show file tree
Hide file tree
Showing 23 changed files with 594 additions and 263 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
"plugin:storybook/recommended"
],
"plugins": [
"simple-import-sort"
"simple-import-sort",
"formatjs"
],
"rules": {
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"react-hooks/exhaustive-deps": "off",
"@next/next/no-img-element": "off"
"@next/next/no-img-element": "off",
"formatjs/no-offset": "error",
"formatjs/enforce-default-message": "error",
"formatjs/no-multiple-whitespaces": "error"
}
}
3 changes: 3 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
commit_message: 'docs: new translation %original_file_name% (%language%) [ci skip]'
append_commit_message: false

files:
- source: /lang/default.json
translation: /lang/%locale%.json
24 changes: 12 additions & 12 deletions lang/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"defaultMessage": "Adding contents into IPFS network, and it usually takes some times, please wait. You can accelerate the process by publishing new article.",
"description": "src/components/Dialogs/RssFeedDialog/Content.tsx"
},
"/BQWEh": {
"defaultMessage": "Last 1 month",
"description": "src/views/Me/Analytics/SelectPeriod/index.tsx"
},
"/IMR+8": {
"defaultMessage": "Top Supporters"
},
Expand Down Expand Up @@ -51,6 +55,10 @@
"defaultMessage": "Create collection",
"description": "src/views/User/Collections/UserCollections.tsx"
},
"0iyH+q": {
"defaultMessage": "Last 7 days",
"description": "src/views/Me/Analytics/SelectPeriod/index.tsx"
},
"0qagOO": {
"defaultMessage": "Circle Subscription",
"description": "src/components/Transaction/index.tsx"
Expand Down Expand Up @@ -246,10 +254,6 @@
"A3g33H": {
"defaultMessage": "Archived articles can only be seen by you, and this operation cannot be undone. If this article has been added to collections, it will be removed. (IPFS version will not be effected)"
},
"A3rLZt": {
"defaultMessage": "Last {months} months",
"description": "src/views/Me/Analytics/SelectPeriod/index.tsx"
},
"A41QIy": {
"defaultMessage": "Enter Password"
},
Expand Down Expand Up @@ -570,10 +574,6 @@
"OKhRC6": {
"defaultMessage": "Share"
},
"Po+kJe": {
"defaultMessage": "Last {month} month",
"description": "src/views/Me/Analytics/SelectPeriod/index.tsx"
},
"Pp/0po": {
"defaultMessage": "Shuffle"
},
Expand Down Expand Up @@ -699,6 +699,10 @@
"VzzYJk": {
"defaultMessage": "Create"
},
"W0sZaX": {
"defaultMessage": "Last 3 months",
"description": "src/views/Me/Analytics/SelectPeriod/index.tsx"
},
"W8OZ3G": {
"defaultMessage": "Confirm Deletion"
},
Expand Down Expand Up @@ -808,10 +812,6 @@
"defaultMessage": "replied to your discussion on",
"description": "src/components/Notice/CommentCommentNotice/CommentNewReplyNotice.tsx"
},
"b3onWZ": {
"defaultMessage": "Last {days} days",
"description": "src/views/Me/Analytics/SelectPeriod/index.tsx"
},
"b6zdPs": {
"defaultMessage": "{count} articles",
"description": "src/components/Book/index.tsx"
Expand Down
Loading

0 comments on commit 16693c1

Please sign in to comment.