mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #348] i18n support #128
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#128
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 @FatDoge on GitHub (Nov 27, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/348
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Support multiple languages is user-friendly.
Maybe we can create serveral language profiles and everyone can take a part in the translation plan.
@liyasthomas commented on GitHub (Nov 27, 2019):
This is gold. I was waiting for someone to ask about it. Internationalization should be the next best thing that could happen to PW.
I think there's a official Nuxt mod for that. Will look up to it and implement it ASAP.
@FatDoge commented on GitHub (Nov 27, 2019):
Thanks again for this awesome project, I think everyone would be pleasure to help with supporting i18n.
@liyasthomas commented on GitHub (Nov 27, 2019):
#351 fixes this. Which is just an initial model. And we're gonna need contributors for finishing it.
@liyasthomas commented on GitHub (Nov 27, 2019):
This was solved in #351 hence closing
@liyasthomas commented on GitHub (Nov 27, 2019):
For those who are interested in localization, can contribute to
i18n branch. i18n is maintained on a separate branch and will merge to master once or twice in a week for convenience. Please make PRs toi18n branchonly so that we could track it's progress easily.Checklist:
Git clone repo, checkout
i18n branchPull the latest changes from
i18nbranchAdd/find
lang/<<your_locale_file>>.jsEx:
lang/es-ES.jsFill translations with locale
Add/update
nuxt.config.jsNo need to updatenuxt.config.jsif language is already added onceEx:
Save & commit changes. Push to
i18nbranch onlyMake PR to
i18nbranch.Refer English translation file
en-US.jsonfor reference and stylings. Comment here if you've any doubts.