mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #1763] [CLOSED] Add the notranslate classes #3480
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3480
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/1763
Author: @ghost
Created: 8/6/2021
Status: ❌ Closed
Base:
main← Head:fix/material-icons📝 Commits (2)
7c4532aAdd thenotranslateclasses5e4099eMerge branch 'main' into fix/material-icons📊 Changes
77 files changed (+352 additions, -299 deletions)
View changed files
📝
components/app/Extensions.vue(+5 -5)📝
components/app/Footer.vue(+2 -2)📝
components/app/Header.vue(+10 -10)📝
components/app/Section.vue(+1 -1)📝
components/app/Shortcuts.vue(+1 -1)📝
components/app/Sidenav.vue(+5 -5)📝
components/collections/Add.vue(+1 -1)📝
components/collections/AddFolder.vue(+1 -1)📝
components/collections/Edit.vue(+1 -1)📝
components/collections/EditFolder.vue(+1 -1)📝
components/collections/EditRequest.vue(+1 -1)📝
components/collections/ImportExport.vue(+10 -10)📝
components/collections/SaveRequest.vue(+1 -1)📝
components/collections/graphql/Add.vue(+1 -1)📝
components/collections/graphql/AddFolder.vue(+1 -1)📝
components/collections/graphql/Collection.vue(+15 -9)📝
components/collections/graphql/Edit.vue(+1 -1)📝
components/collections/graphql/EditFolder.vue(+1 -1)📝
components/collections/graphql/EditRequest.vue(+1 -1)📝
components/collections/graphql/Folder.vue(+14 -8)...and 57 more files
📄 Description
Hello,
when I auto translated the website, I have found a bug.
Problem description
Material Icons crashed user interface when user wanted to auto translate the website.
Preferred solution
I have added the
notranslateclass to all elements with thematerial-iconsclass.Screenshot
I leave below screenshot without and with the
notranslateclasses.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.