-
Notifications
You must be signed in to change notification settings - Fork 7
i18n Support and Task improvements #80
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
Conversation
Don't have every string added to the locale files, but should be all the ones not being worked on elsewhere. Think I also got all the time stuff using the new i18n time formatter. |
Are there ESLint rules to highlight missing strings? I saw you added some ESLint config. |
Yes, the eslint rules should do that for all the vue files. Server side we should make the errors translated too where we can, but eslint doesn't mark those. |
for future reference, arktype discission on i18n: arktypeio/arktype#819 arktypeio/arktype#1276 |
fixes #53, and lays the groundwork for #52
A new version of #66, apparently renaming a branch breaks prs, I didn't know that. woops