-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
🎨 wrap missing strings in portal #21042
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.
Hey @cathysarisky thank you so so much for getting this done 🙏 . Would you mind making the change @sagzy suggested? Other than that this is good to go! 🎉 |
I'm wondering if I needed to bump the version of portal? I don't see the changes in a fresh Ghost install today... |
Update pt-BR translation of portal.json Following commit TryGhost#21042 , the following updates were made: - Filled in 6 missing translations and made style corrections to existing translations to improve clarity and consistency.
Hey @cathysarisky, you're spot on that we need to bump Portal when we add new i18n strings to it. But our bad, not yours! :) I have now released a patch version of Portal (v2.43.2), which contains the new i18n strings. |
Got some code for us? Awesome 🎊!
Please include a description of your change & check your PR against this list, thanks!
yarn test:all
andyarn lint
)We appreciate your contribution!
Added sneaky missing translation wrapping, notably the elusive /year and /month strings. Also "Change Plan" and "Choose Plan" for upgrade situations.
I opted to include the slash in /year and /month , to give translators more options for interval presentation.