{{ $t("txt") }} |
-
+
{{ $t("source_text_help") }}
diff --git a/src/fontawesome.ts b/src/fontawesome.ts
index 9343474..11faa65 100644
--- a/src/fontawesome.ts
+++ b/src/fontawesome.ts
@@ -16,6 +16,7 @@ import {
faPen,
faPersonRunning,
faRightToBracket,
+ faRotate,
faTriangleExclamation,
faUserPlus,
faXmark,
@@ -30,6 +31,7 @@ library.add(
faPen,
faPersonRunning,
faRightToBracket,
+ faRotate,
faSquareMinus,
faSquarePlus,
faTrashCan,
diff --git a/src/i18n/locales/en.yaml b/src/i18n/locales/en.yaml
index eb8236d..4891f56 100644
--- a/src/i18n/locales/en.yaml
+++ b/src/i18n/locales/en.yaml
@@ -173,6 +173,7 @@ txt: Plain text
docx: Microsoft Word
odt: OpenDocument Text
pdf: PDF
+load: Load
file.archive: Archive
file.singles: Single files
name: Name
diff --git a/src/i18n/locales/sv.yaml b/src/i18n/locales/sv.yaml
index 43c7b36..0756a17 100644
--- a/src/i18n/locales/sv.yaml
+++ b/src/i18n/locales/sv.yaml
@@ -168,6 +168,7 @@ txt: Ren text
docx: Microsoft Word
odt: OpenDocument Text
pdf: PDF
+load: Ladda in
file.archive: Arkivfil
file.singles: Enskilda filer
name: Namn
|