Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for "Add to history" functionality #873

Merged
merged 8 commits into from
Feb 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _locales/hu/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,19 +600,19 @@
"description": "[options] Source code link in page footer"
},
"optFooterChangelog": {
"message": "Changelog",
"message": "Változtatási napló",
"description": "[options] Changelog link in page footer"
},
"optFooterReportIssue": {
"message": "Hiba jelentése",
"description": "[options] Report a bug link in page footer"
},
"optFooterVersionCopyright": {
"message": "Version $1 (last update: $2) - © 2014-2022 Oleg Anashkin",
"message": "Verzió: $1 (legutóbb frissítve: $2) - © 2014-2022 Oleg Anashkin",
"description": "[options] Copyright and version number in page footer"
},
"msgClickPageToPlayVideo": {
"message": "Click anywhere on the page then hover again",
"message": "Kattints bárhova ezen az oldalon, majd mutass a videóra megint",
"description": "User must interact with the document first to play video: https://goo.gl/xX8pDD"
}
}
6 changes: 3 additions & 3 deletions _locales/pt_PT/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,19 +600,19 @@
"description": "[options] Source code link in page footer"
},
"optFooterChangelog": {
"message": "Changelog",
"message": "Registo de alterações (changelog)",
"description": "[options] Changelog link in page footer"
},
"optFooterReportIssue": {
"message": "Reportar um erro",
"description": "[options] Report a bug link in page footer"
},
"optFooterVersionCopyright": {
"message": "Version $1 (last update: $2) - © 2014-2022 Oleg Anashkin",
"message": "Versão $1 (última atualização: $2) - © 2014-2022 Oleg Anashkin",
"description": "[options] Copyright and version number in page footer"
},
"msgClickPageToPlayVideo": {
"message": "Click anywhere on the page then hover again",
"message": "Clique em qualquer lugar na página e passe o rato novamente",
"description": "User must interact with the document first to play video: https://goo.gl/xX8pDD"
}
}
6 changes: 3 additions & 3 deletions _locales/ro/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,19 +600,19 @@
"description": "[options] Source code link in page footer"
},
"optFooterChangelog": {
"message": "Changelog",
"message": "Istoric modificări",
"description": "[options] Changelog link in page footer"
},
"optFooterReportIssue": {
"message": "Raportează o eroare",
"description": "[options] Report a bug link in page footer"
},
"optFooterVersionCopyright": {
"message": "Version $1 (last update: $2) - © 2014-2022 Oleg Anashkin",
"message": "Versiunea $1 (ultima actualizare: $2) - © 2014-2022 Oleg Anashkin",
"description": "[options] Copyright and version number in page footer"
},
"msgClickPageToPlayVideo": {
"message": "Click anywhere on the page then hover again",
"message": "Dă click oriunde pe pagină și mută cursorul înapoi",
"description": "User must interact with the document first to play video: https://goo.gl/xX8pDD"
}
}
Loading