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

Fix #446 Fixing full_description translation #808

Merged
merged 4 commits into from
Jan 16, 2023
Merged

Fix #446 Fixing full_description translation #808

merged 4 commits into from
Jan 16, 2023

Conversation

Antronin
Copy link
Contributor

@Antronin Antronin commented Jan 4, 2023

Full description cannot be translated as key was converted to HTML before translation. I changed that in this PR.

Full description cannot be translated as key was converted to HTML before translation. I changed that in this PR.
@Antronin Antronin changed the title #446 #446 Fixing full_description translation Jan 4, 2023
@Antronin Antronin changed the title #446 Fixing full_description translation Fix #446 Fixing full_description translation Jan 4, 2023
@Antronin
Copy link
Contributor Author

Antronin commented Jan 4, 2023

I also added Response description translation and error description translation to this PR.

@Antronin Antronin closed this Jan 12, 2023
@Antronin Antronin reopened this Jan 12, 2023
@@ -31,10 +31,10 @@ def initialize(code_or_options, desc=nil, options={})
end
end

def to_json
def to_json(lang)
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe the param should have a default? I wonder if this cannot break people's applications...

@mathieujobin mathieujobin merged commit a425a93 into Apipie:master Jan 16, 2023
@jirubio jirubio mentioned this pull request Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants