Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jul 25, 2024
1 parent d3daf82 commit 5712fea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file removed src/assets/icons/clear.png
Binary file not shown.
7 changes: 3 additions & 4 deletions src/content/docs/crowdin/online-editor/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import partiallyTranslatedIcon from '~/assets/icons/partially_translated.png';
import translatedIcon from '~/assets/icons/translated.png';
import untranslatedIcon from '~/assets/icons/untranslated.png';
import copySourceStringIcon from '~/assets/icons/copy_source_string.png';
import clearIcon from '~/assets/icons/clear.png';
import textSelectionModeIcon from '~/assets/icons/text_selection_mode.png';

import sections from '!/crowdin/online-editor/sections.png';
Expand Down Expand Up @@ -236,9 +235,9 @@ In the translation window, you will also see the *Maximum length of translation*

Additional buttons available in the translations section:

- <Image src={copySourceStringIcon} alt="Copy source" class="inline-icon no-shadow" width="24" /> - _Copy Source_. Use it to keep the initial string structure while translating messages with replacement tokens or elements of ICU message syntax.
- <Image src={clearIcon} alt="Clear Translation" class="inline-icon no-shadow" width="24" /> - _Clear_. Use it when you need to erase the whole suggestion quickly.
- <Image src={textSelectionModeIcon} alt="Text selection mode" class="inline-icon no-shadow" width="24" /> - _Text selection mode_. Use it when you want to copy a part of the translation from Translation Memory (TM) or Machine Translations (MT).
- <Image src={copySourceStringIcon} alt="Copy source" class="inline-icon no-shadow" width="20" /> - _Copy Source_. Use it to keep the initial string structure while translating messages with replacement tokens or elements of ICU message syntax.
- <Icon name="mdi:delete-outline" class="inline-icon" /> - _Clear_. Use it when you need to erase the whole suggestion quickly.
- <Image src={textSelectionModeIcon} alt="Text selection mode" class="inline-icon no-shadow" width="20" /> - _Text selection mode_. Use it when you want to copy a part of the translation from Translation Memory (TM) or Machine Translations (MT).

### Middle-Bottom Area

Expand Down

0 comments on commit 5712fea

Please sign in to comment.