-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: add i18n (translation/localization) #15678
base: 0.16
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for frigate-docs canceled.
|
I'd suggest making sure that all of these objects have translations set frigate/web/src/utils/iconUtil.tsx Line 57 in 0037154
Also, you'll want to rebase your commits on |
Of course, I’ll pull the new code right away. |
The code from the 0.16 branch has been merged.
|
Sorry, can you rebase on 0.16 (as opposed to merging in), the commits changed when resyncing with dev. Let me know if you would like some specific steps on how to do that |
Should I first pull the 0.16 branch, and then use git rebase dev on that branch? |
Yeah you can do that |
Like this? Sorry. It's my frist open source PR. :( |
Yep looks good |
Looks like the lint and build is failing |
I fix that. And lint passes |
Looks like there are still some issues |
Fixed! |
Co-authored-by: Josh Hawkins <[email protected]>
Co-authored-by: Josh Hawkins <[email protected]>
Proposed change
This PR add web i18n system.
Support for language files in JSON format.
I can provide support for Chinese translation. Maybe we should be use Weblate?
Type of change
Additional information
Translation / Localization #925
Checklist
ruff format frigate
)