Skip to content

Commit

Permalink
kalmyk markup: add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliauvarova committed Dec 20, 2024
1 parent 099daf7 commit 687c590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/api/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ export const stringsToTranslate = [
"Delete markup",
"Delete markup file",
"Delete markup group",
"Delete markup(s)",
"Delete markup(s) with related groups",
"Delete organization",
"Delete sound file",
"Deleting",
Expand Down
3 changes: 0 additions & 3 deletions src/components/JoinMarkupsModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,6 @@ const JoinMarkupsModal = ({ perspectiveId, onClose }) => {
selectedIds.splice(position, 1);
}

//console.log("onRelationSelect: selectedIds======");
//console.log(selectedIds);

const selectedTotal = selectedIds.length;
setSelectedRelations(selectedIds);
setSelectedTotal(selectedTotal);
Expand Down

0 comments on commit 687c590

Please sign in to comment.