-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
fix missing translations features page #15603
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
fix missing translations features page #15603
Conversation
| tr(unlimited)( | ||
| "Play and create ", | ||
| a(href := routes.Simul.home)("simultaneous exhibitions") | ||
| a(href := routes.Tournament.home)(trans.features.playAndCreateSimul()) |
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.
you changed the href and made it wrong.
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.
this translation key is singular while the previous one is plural, fortunately they're both superfluous
the number was given as a string
translation/source/features.xml
Outdated
| <string name="ifYouLoveLichess">If you love Lichess,</string> | ||
| <string name="supportUsWithAPatronAccount">Support us with a Patron account!</string> | ||
| <string name="allFeaturesAreFreeForEverybody">all features are free for everybody, forever!</string> | ||
| <string name="weBelieveEveryChessPlayerDeservesTheBest">We believe every draughts player deserves the best, and so:</string> |
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.
is this a joke?
| a(cls := "button", href := routes.Plan.index)("Support us with a Patron account!") | ||
| trans.features.ifYouLoveLichess(), | ||
| a(cls := "button", href := routes.Plan.index)(trans.features.supportUsWithAPatronAccount()) | ||
| ) |
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.
the text of this box no longer makes sense.
|
Your pull requests take a long time to review and fix. Please try to focus more on quality and less on quantity. Your motivation should be to help the project rather than feeding your fancy github profile. So please take the time to proof-read your code, run it, and adhere to standards. Instead of relying on me to do it for you. |
|
Hi, I just spent a wonderful summer vacation and delayed this PR, I'm sorry for not being put as a draft |
No description provided.