Closed will-ca closed 1 year ago
All non-game-state and non-mod instances can be replaced with ctrl r - since they appear in the translation files the same way, this doesn't affect gameplay. Any instances where the string is saved in the mod or in the game state, this will require deprecation, and frankly I don't think it's worth it.
I do wish you would help deal with some of the problems you raise yourself though This is like the sixth issue you've raised and I'm not sure you've actually dealt with any 🙃
I do wish you would help deal with some of the problems you raise yourself though This is like the sixth issue you've raised and I'm not sure you've actually dealt with any :upside_down_face:
Ah sorry… Yes, that is an area where I definitely feel I may have been underperforming. TL;DR: I know, it's not you it's me, please feel free to ignore, put on the backburner, close, or just assign to me.
I have a bit of a tendency to get sucked into projects beyond the point that is healthy for myself personally.. Have been trying to limit that, but so far I've accidentally restricted code contributions more than I've restricted issues. In my defence, I have been patching and stabilizing a tile blending script over on the 5Hex repository this week, and I have… literally dozens more notes and checkboxes in my "Unciv" Google Keep label for mostly PRs I've yet to finish and a couple rare crashes I've yet to diagnose, so I've also been overwhelming my own private to-do list…
I'm closing this When we find such problems we'll deal with them locally, this issue has raised the awareness it set out to
Capitalization of named game mechanics appears to be somewhat inconsistent:
" Barbarian"
"Barbarian Camp"
"Barbarian Encampment"
"City State"
"City-State"
" Culture"
" Faith"
" Gold"
"Golden Age"
" Great"
"Great Artist"
"Great Engineer"
"Great General"
"Great Improvement"
"Great Merchant"
"Great People"
"Great Person"
"Great Prophet"
"Great Scientist"
" Happiness"
" Influence"
" Pantheon"
"Peace Treaty"
" Polic"
"Social Polic"
" Production"
" Railroad"
" Religion"
"Enhanced Religion"
"Research Agreement"
"Luxury Resource"
"Strategic Resource"
" Road"
" Science"
"Set Up"
" Strength"
" Unhappiness"
"Cultural Victory"
"Diplomatic Victory"
"Domination Victory"
"Science Victory"
"Scientific Victory"
"We Love The King Day"
"National Wonder"
"Natural Wonder"
"World Wonder"
Numbers are the totals from searching in
English.properties
. The capitalized form is as shown in the table; The total is found by converting both the search term and text to lower-case. Single-word search strings have a space at the start to avoid counting cases where capitalization is due to the start of the string; Spaces immediately following periods in the search text are also collapsed to aid that goal.The numbers are only a rough representation as sometimes a term can be lower-case most of the time but Title Case in specific contexts. I did manually check most of them, and tried to include only names that either have their own legitimately inconsistent capitalizations or are comparable to but inconsistent with other names, though.
Python counting script:
Names
:Bash command to find consecutive pairs of capitalized words: