Skip to content

Commit

Permalink
Merge pull request #1163 from nataliauvarova/kalmyk_markup
Browse files Browse the repository at this point in the history
Kalmyk markup: fix
  • Loading branch information
nataliauvarova authored Dec 10, 2024
2 parents d65ffc2 + ddc7aaa commit d8f2a43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/api/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const stringsToTranslate = [
"Ask questions about the LingvoDoc program at",
"assertive",
"assumptive",
"Attach",
"Attach new user",
"Attached to another group.",
"attributive",
Expand Down Expand Up @@ -467,6 +468,7 @@ export const stringsToTranslate = [
"Languages databases",
"Last modified at",
"left",
"Left text",
"Legend",
"Levenshtein distance limit for entity content matching",
"Lexical entries",
Expand All @@ -484,6 +486,7 @@ export const stringsToTranslate = [
"Link to search results:",
"Linked organizations:",
"Linking",
"Literal translation",
"Loading",
"Loading additional filter data...",
"Loading adjacent character data",
Expand Down Expand Up @@ -749,6 +752,7 @@ export const stringsToTranslate = [
"results",
"results on",
"Return to tree",
"Right text",
"Role",
"Role data loading error, please contact adiministrators.",
"Role in the sentence",
Expand Down Expand Up @@ -907,6 +911,7 @@ export const stringsToTranslate = [
"Translation loading error",
"Translations",
"Translator",
"Translit",
"transpnition marker",
"Try closing the dialog and opening it again; if the error persists, please contact administrators.",
"Try reloading the page; if the error persists, please contact administrators.",
Expand Down
2 changes: 1 addition & 1 deletion src/components/JoinMarkupsModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const JoinMarkupsModal = ({ perspectiveId, mode, relations, onClose }) => {
</Form>

<Button
content={getTranslation("Join")}
content={getTranslation("Attach")}
onClick={onAddRelation}
className="lingvo-button-greenest"
disabled={!joinActive}
Expand Down

0 comments on commit d8f2a43

Please sign in to comment.