Skip to content
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

Let the "owner" be translated #32740

Merged
merged 4 commits into from
Jul 30, 2019
Merged

Let the "owner" be translated #32740

merged 4 commits into from
Jul 30, 2019

Conversation

kwl01skz
Copy link
Contributor

@kwl01skz kwl01skz commented Jul 29, 2019

The owner of item and vehicle is not displayed.
Just need to put them into gettext()

SUMMARY: I18N "Let the owner be translated "

Describe alternatives you've considered

I am not sure, maybe we can translate them at an earlier time?

@@ -205,6 +205,7 @@ def extract_harvest(item):

def extract_bodypart(item):
outfile = get_outfile("bodypart")
writestr(outfile, item["name"])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless I'm missing something this is unrelated to the rest of the PR.
it's also redundant with the next line.

@ZhilkinSerg ZhilkinSerg added [C++] Changes (can be) made in C++. Previously named `Code` Translation I18n [Python] Code made in Python labels Jul 30, 2019
@kevingranade kevingranade merged commit ed290b3 into CleverRaven:master Jul 30, 2019
misterprimus pushed a commit to misterprimus/Cataclysm-DDA that referenced this pull request Sep 21, 2019
* Let the "owner" be translated

* Let the "owner" be translated

* Let the "owner" be translated

* Recover accidentally deleted rows
@kwl01skz kwl01skz deleted the patch-6 branch May 17, 2020 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C++] Changes (can be) made in C++. Previously named `Code` [Python] Code made in Python Translation I18n
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants