forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
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
More centralized string reverts (CleverRaven#38421) #92
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`xgettext` can only extract the first string when using ternary operator. Considering that the "not possessive" context was introduced in #27482 and it is not ambiguous now. We can remove this context for better extraction.
Tool name to object
gun name to object
Generic name to object, volume to string
Ammo name to object
Remove "not possessive" context
Fix Eat menu resetting after consuming food
Ammo name to object
Generic name to object
Gunmod name to object, volume to string
Gun name to object
Generic name to object, flags to array, volume to string
Spell name to object (artifact spells)
Book name to object, time to string, volume to string
Container name to object, volume to string
Tool_armor name to object
Cap aim level when there is no target or when the target is not visible
…ad nanosleep if present
Disable -Wredundant-decls in CMake on Windows build
Tool_armor name to object
Tool name to object
Gun name to object
Ammo name to object
Spawn dried lentils in bags like dried beans
* Generic name to object * Update data/json/items/generic.json Co-Authored-By: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com> * Update data/json/items/generic.json Co-Authored-By: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com> * Update data/json/items/generic.json Co-Authored-By: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com> Co-authored-by: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com>
Remove leather duster from survivor duster recipe
Added basic controls help to Android prelaunch menu
Spawn dried lentils in bags
Remove leather duster from survivor duster recipe
Fix clang-tidy warnings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Purpose of change
Describe the solution
Describe alternatives you've considered
Testing
Additional context