-
Notifications
You must be signed in to change notification settings - Fork 1.7k
City state resources #4755
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
City state resources #4755
Conversation
Just remember you got nudged in that direction from someone who managed to overdo their Kdoc's. Also - there's tricks and quirks. Maybe I kept records of some stuff I learned in my notes, or maybe I forgot. |
I made the function more generic and moved the more specific stuff to the declaration of the list. Thanks for the feedback. |
|
Forgot one nitpick: isn't |
@yairm210 gotcha will fix tomorrow morning |
not sure how to use templates though |
For the translation, we need Build [improvementName] on [resourceName] (200 Gold) = to be added to the template.properties file |
what about just adding [amount] Gold? |
@yairm210 i did it |
looks good! |
yep fixed the conflicts. Ready to merge. :) |
The tests show that your translation lines don't end with a space |
Fixed! |
Congrats on your second merged PR! The short discussion on template.properties has prompted me to add an extra chapter to the wiki entry on translations - please tell me if I explained badly or where I missed a detail. |
@SomeTroglodyte Thanks! The documentation looks good |
This is basically my old pull request but better!