Skip to content

Commit 99bf847

Browse files
committed
[Translations] added german
1 parent f91e83e commit 99bf847

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@
963963
// bad
964964
this.__firstName__ = 'Panda';
965965
this.firstName_ = 'Panda';
966-
966+
967967
// good
968968
this._firstName = 'Panda';
969969
```
@@ -1345,6 +1345,7 @@
13451345
13461346
This style guide is also available in other languages:
13471347
1348+
- **German**: [timofurrer/javascript-style-guide](https://github.com/timofurrer/javascript-style-guide)
13481349
- **Japanese**: [mitsuruog/javacript-style-guide](https://github.com/mitsuruog/javacript-style-guide)
13491350
13501351
## <a name='guide-guide'>The JavaScript Style Guide Guide</a>

0 commit comments

Comments
 (0)