mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1761] Contributors cannot translate text in some places #564
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#564
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?
Originally created by @ghost on GitHub (Aug 6, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1761
Originally assigned to: @liyasthomas on GitHub.
Hello,
I have found places where contributors cannot translate text.
Problem description
When a user changes current language to another, many places are translated, but we can find places where text is not possible to translate. It does not look good in my opinion. Users want to have translated everything in the specific language.
Preferred solution
I prefer to add keys with translations, then contributors will be able to update them.
Examples
I leave below a few examples to understand better my problem.
github.com/hoppscotch/hoppscotch@b0b758a9c6/components/teams/Edit.vue (L79)github.com/hoppscotch/hoppscotch@b0b758a9c6/components/collections/ImportExport.vue (L144)github.com/hoppscotch/hoppscotch@b0b758a9c6/components/collections/ChooseType.vue (L36)@liyasthomas commented on GitHub (Aug 6, 2021):
Thanks for pointing out these untranslated strings in the app. We'll cover these strings for translations in the next release.
@juzhiyuan commented on GitHub (Aug 8, 2021):
@liyasthomas Could I help to translate them?
@liyasthomas commented on GitHub (Aug 8, 2021):
@juzhiyuan please follow our translation guide for contributing.
@juzhiyuan commented on GitHub (Aug 8, 2021):
got it
@juzhiyuan commented on GitHub (Aug 8, 2021):
After using
yarn && yarn dev, it shows this error fromanalytics🤔@juzhiyuan commented on GitHub (Aug 8, 2021):
Just adding this patch to check if
analyticsexist@liyasthomas commented on GitHub (Aug 8, 2021):
In the developing instructions section, there's a step 0: Update
.env.examplefile found in repository's root directory with your own keys and rename it to.env.Please rename
.env.examplefile found in root director to.envand restart the local server to fix this issue.@juzhiyuan commented on GitHub (Aug 8, 2021):
After setting up the Firebase App & GitHub OAuth App, I have no idea how to get the correct configuration data for local development, would better have a Guide on this.
@liyasthomas commented on GitHub (Aug 8, 2021):
For local development you just need to rename .env.example file found in root director to .env and restart the local server to fix this issue.
@liyasthomas commented on GitHub (Aug 30, 2021):
With the release of v2 - we've introduced a community-driven translations system with the help of Git Localize.
Read our TRANSLATIONS guide for more info on how to make contribution to translations.