mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Simplify localization of the "default-content" in FreeText editors
By using "data-l10n-attrs" it's possible to instruct Fluent to localize *custom* attributes, which means that we don't need to manually translate/update the "default-content" in FreeText editors.
This commit is contained in:
parent
f9659f4635
commit
2ef3fd2a81
3 changed files with 6 additions and 15 deletions
|
@ -348,9 +348,9 @@ pdfjs-editor-free-highlight-thickness-input = Thickness
|
|||
pdfjs-editor-free-highlight-thickness-title =
|
||||
.title = Change thickness when highlighting items other than text
|
||||
|
||||
pdfjs-free-text =
|
||||
pdfjs-free-text2 =
|
||||
.aria-label = Text Editor
|
||||
pdfjs-free-text-default-content = Start typing…
|
||||
.default-content = Start typing…
|
||||
pdfjs-ink =
|
||||
.aria-label = Draw Editor
|
||||
pdfjs-ink-canvas =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue