Skip to content

Commit

Permalink
feat: update translation, update map (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia authored Apr 22, 2024
1 parent e6ea1e7 commit 20dd874
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@graasp/chatbox": "3.1.0",
"@graasp/map": "1.10.0",
"@graasp/map": "1.11.0",
"@graasp/query-client": "3.4.1",
"@graasp/sdk": "4.7.5",
"@graasp/translations": "1.27.0",
Expand Down
4 changes: 2 additions & 2 deletions src/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"EDIT_ITEM_IMAGE_ALT_TEXT_LABEL": "Alternative text (for accessibility purposes)",
"EMPTY_ITEM_MESSAGE": "This item is empty.",
"ERROR_MESSAGE": "An error occured.",
"BOOKMARKED_ITEM_ADD_TEXT": "Add to Favorites",
"BOOKMARKED_ITEM_REMOVE_TEXT": "Remove from Favorites",
"BOOKMARKED_ITEM_ADD_TEXT": "Add to Bookmarks",
"BOOKMARKED_ITEM_REMOVE_TEXT": "Remove from Bookmarks",
"BOOKMARKED_ITEMS_TITLE": "Bookmarks",
"FLAG_ITEM_BUTTON": "Flag",
"FLAG_ITEM_MODAL_TITLE": "Flag Item",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1472,9 +1472,9 @@ __metadata:
languageName: node
linkType: hard

"@graasp/map@npm:1.10.0":
version: 1.10.0
resolution: "@graasp/map@npm:1.10.0"
"@graasp/map@npm:1.11.0":
version: 1.11.0
resolution: "@graasp/map@npm:1.11.0"
dependencies:
"@emotion/react": "npm:11.11.4"
"@emotion/styled": "npm:11.11.5"
Expand Down Expand Up @@ -1509,7 +1509,7 @@ __metadata:
react: "*"
react-dom: "*"
react-i18next: ^14.0.0
checksum: 10/dceb9733555e3c2f9213cf9ee5caa9aa2ed83ff42c8fb3c9d2b165ce94131bd828a877f70c9af869e6955bf8db93bd65c0877d5d5d72a52f1713d30125e55cb7
checksum: 10/3a8a80ebd231aeccfcd62a5c193accd2ecd9d90c62187eac7ef5525067cc8d6fd85f6b44494b10dbb2fb7e6236bf7c1c9995217886a24ebfdcbba614868d9ed4
languageName: node
linkType: hard

Expand Down Expand Up @@ -7433,7 +7433,7 @@ __metadata:
"@emotion/react": "npm:11.11.4"
"@emotion/styled": "npm:11.11.5"
"@graasp/chatbox": "npm:3.1.0"
"@graasp/map": "npm:1.10.0"
"@graasp/map": "npm:1.11.0"
"@graasp/query-client": "npm:3.4.1"
"@graasp/sdk": "npm:4.7.5"
"@graasp/translations": "npm:1.27.0"
Expand Down

0 comments on commit 20dd874

Please sign in to comment.