Skip to content

Commit b246d40

Browse files
committed
Merge pull request #1842 from konstantin-uniyatov/translation_improvements
Translation additions
2 parents d919a5e + c23ed39 commit b246d40

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

lang/en.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ window.SwaggerTranslator.learn({
3030
"can't parse JSON. Raw result":"can't parse JSON. Raw result",
3131
"Model Schema":"Model Schema",
3232
"Model":"Model",
33+
"Click to set as parameter value":"Click to set as parameter value",
3334
"apply":"apply",
3435
"Username":"Username",
3536
"Password":"Password",
@@ -39,6 +40,7 @@ window.SwaggerTranslator.learn({
3940
"Contact the developer":"Contact the developer",
4041
"api version":"api version",
4142
"Response Content Type":"Response Content Type",
43+
"Parameter content type:":"Parameter content type:",
4244
"fetching resource":"fetching resource",
4345
"fetching resource list":"fetching resource list",
4446
"Explore":"Explore",

src/main/template/parameter_content_type.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<label for="{{parameterContentTypeId}}">Parameter content type:</label>
1+
<label for="{{parameterContentTypeId}}" data-sw-translate>Parameter content type:</label>
22
<select name="parameterContentType" id="{{parameterContentTypeId}}">
33
{{#if consumes}}
44
{{#each consumes}}

src/main/template/signature.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<div class="snippet">
1414
<pre><code>{{sampleJSON}}</code></pre>
15-
<small class="notice"></small>
15+
<small class="notice" data-sw-translate></small>
1616
</div>
1717
</div>
1818

0 commit comments

Comments
 (0)