Skip to content

Commit 672bbb7

Browse files
committed
style (type): not translate
1 parent 83c0237 commit 672bbb7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,40 +38,40 @@
3838
<div>
3939

4040
<label for="build">
41-
<input type="radio" name="type" value="build" id="build"> <span><strong>build</strong>: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)</span>
41+
<input type="radio" name="type" value="build" id="build"> <span><strong translate="no">build</strong>: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)</span>
4242
</label>
4343
<label for="ci">
44-
<input type="radio" name="type" value="ci" id="ci"> <span><strong>ci</strong>: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)</span>
44+
<input type="radio" name="type" value="ci" id="ci"> <span><strong translate="no">ci</strong>: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)</span>
4545
</label>
4646
<label for="chore">
47-
<input type="radio" name="type" value="chore" id="chore"> <span><strong>chore</strong>: Update tasks that do not cause code changes</span>
47+
<input type="radio" name="type" value="chore" id="chore"> <span><strong translate="no">chore</strong>: Update tasks that do not cause code changes</span>
4848
</label>
4949
<label for="docs">
50-
<input type="radio" name="type" value="docs" id="docs"> <span><strong>docs</strong>: Documentation only changes</span>
50+
<input type="radio" name="type" value="docs" id="docs"> <span><strong translate="no">docs</strong>: Documentation only changes</span>
5151
</label>
5252
<label for="feat">
53-
<input type="radio" name="type" value="feat" id="feat" checked> <span><strong>feat</strong>: A new feature</span>
53+
<input type="radio" name="type" value="feat" id="feat" checked> <span><strong translate="no">feat</strong>: A new feature</span>
5454
</label>
5555
<label for="fix">
56-
<input type="radio" name="type" value="fix" id="fix"> <span><strong>fix</strong>: A bug fix</span>
56+
<input type="radio" name="type" value="fix" id="fix"> <span><strong translate="no">fix</strong>: A bug fix</span>
5757
</label>
5858
<label for="improvement">
59-
<input type="radio" name="type" value="improvement" id="improvement"> <span><strong>improvement</strong>: Improves a current implementation without adding a new feature or fixing a bug</span>
59+
<input type="radio" name="type" value="improvement" id="improvement"> <span><strong translate="no">improvement</strong>: Improves a current implementation without adding a new feature or fixing a bug</span>
6060
</label>
6161
<label for="perf">
62-
<input type="radio" name="type" value="perf" id="perf"> <span><strong>perf</strong>: A code change that improves performance</span>
62+
<input type="radio" name="type" value="perf" id="perf"> <span><strong translate="no">perf</strong>: A code change that improves performance</span>
6363
</label>
6464
<label for="refactor">
65-
<input type="radio" name="type" value="refactor" id="refactor"> <span><strong>refactor</strong>: A code change that neither fixes a bug nor adds a feature</span>
65+
<input type="radio" name="type" value="refactor" id="refactor"> <span><strong translate="no">refactor</strong>: A code change that neither fixes a bug nor adds a feature</span>
6666
</label>
6767
<label for="revert">
68-
<input type="radio" name="type" value="revert" id="revert"> <span><strong>revert</strong>: Reverts a previous commit</span>
68+
<input type="radio" name="type" value="revert" id="revert"> <span><strong translate="no">revert</strong>: Reverts a previous commit</span>
6969
</label>
7070
<label for="style">
71-
<input type="radio" name="type" value="style" id="style"> <span><strong>style</strong>: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)</span>
71+
<input type="radio" name="type" value="style" id="style"> <span><strong translate="no">style</strong>: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)</span>
7272
</label>
7373
<label for="test">
74-
<input type="radio" name="type" value="test" id="test"> <span><strong>test</strong>: Adding missing tests or correcting existing tests</span>
74+
<input type="radio" name="type" value="test" id="test"> <span><strong translate="no">test</strong>: Adding missing tests or correcting existing tests</span>
7575
</label>
7676
<label for="other">
7777
<input type="radio" name="type" value="other" id="other"> <span><strong>other</strong>: Doesn't fit any of the suggested types?</span>
@@ -309,4 +309,4 @@ <h3>commits must be atomic!</h3>
309309
<script src="./assets/script/index.js"></script>
310310

311311
</body>
312-
</html>
312+
</html>

0 commit comments

Comments
 (0)