Skip to content

Commit

Permalink
update translation for code change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nriver committed Jan 10, 2022
1 parent 2dcb5d5 commit 8d2f9a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1084,8 +1084,8 @@
'Cannot move notes before root note.': '',
'Cannot move notes after root note.': '',
'Undeleting notes in progress:': '',
'''Create and link child note "${term}"''': '',
'''Insert external link to "${term}"''': '',
'''Create and link child note "${utils.escapeHtml(term)}"''': '',
'''Insert external link to "${utils.escapeHtml(term)}"''': '',
'Clear text field': '',
'Show recent notes': '',
'Sunday': '',
Expand Down
4 changes: 2 additions & 2 deletions trilium_trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -2717,8 +2717,8 @@ def replace_in_file(file_path, translation, base_path=BASE_PATH):

file_path = 'src/public/app/services/note_autocomplete.js'
translation = [
'`{{Create and link child note "${term}"}}`',
'`{{Insert external link to "${term}"}}`',
'`{{Create and link child note "${utils.escapeHtml(term)}"}}`',
'`{{Insert external link to "${utils.escapeHtml(term)}"}}`',
'"{{Clear text field}}"',
'"{{Show recent notes}}"',
]
Expand Down

0 comments on commit 8d2f9a5

Please sign in to comment.