Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ window.SwaggerTranslator.learn({
"can't parse JSON. Raw result":"can't parse JSON. Raw result",
"Model Schema":"Model Schema",
"Model":"Model",
"Click to set as parameter value":"Click to set as parameter value",
"apply":"apply",
"Username":"Username",
"Password":"Password",
Expand All @@ -39,6 +40,7 @@ window.SwaggerTranslator.learn({
"Contact the developer":"Contact the developer",
"api version":"api version",
"Response Content Type":"Response Content Type",
"Parameter content type:":"Parameter content type:",
"fetching resource":"fetching resource",
"fetching resource list":"fetching resource list",
"Explore":"Explore",
Expand Down
2 changes: 1 addition & 1 deletion src/main/template/parameter_content_type.handlebars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<label for="{{parameterContentTypeId}}">Parameter content type:</label>
<label for="{{parameterContentTypeId}}" data-sw-translate>Parameter content type:</label>
<select name="parameterContentType" id="{{parameterContentTypeId}}">
{{#if consumes}}
{{#each consumes}}
Expand Down
2 changes: 1 addition & 1 deletion src/main/template/signature.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="snippet">
<pre><code>{{sampleJSON}}</code></pre>
<small class="notice"></small>
<small class="notice" data-sw-translate></small>
</div>
</div>