Skip to content

Commit 32f5302

Browse files
committed
Add i18n support to Snippet in EN/BR
1 parent 7e58f3c commit 32f5302

21 files changed

+306
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

snippets/Vanilla.njs renamed to i18n/en-US/snippets/Vanilla.njs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Vanilla extends Nullstack {
88
this.count++
99
}
1010

11-
// this is bound by default
11+
// 'this' is bound by default
1212
render() {
1313
return (
1414
<button onclick={this.increment}>

0 commit comments

Comments
 (0)