-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
chore(web): another missing translations #10274
chore(web): another missing translations #10274
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO every translation usage should use this format $t('string_key_value')
. Please don't dynamically translate variables and please always follow this syntax. If it isn't in a svelte component then you can do this const $t = get(t);
and then $t('string_key_value')
.
|
web/src/routes/(user)/albums/[albumId=id]/[[photos=photos]]/[[assetId=id]]/+page.svelte
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks a lot better, thanks!
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the effort!
Happy to contribute. |
web/src/lib/components/shared-components/profile-image-cropper.svelte
Outdated
Show resolved
Hide resolved
…missing-translations
Add another missing translations.