Skip to content

Commit

Permalink
chore: translate intro third step
Browse files Browse the repository at this point in the history
refs #944
  • Loading branch information
marabesi committed Sep 2, 2023
1 parent 88af7eb commit 0046a38
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
10 changes: 5 additions & 5 deletions webapp/src/pages/introduction/introduction-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@
"onCompleted": {
"showBug": true
},
"button": "Um bug?",
"button": "content.introduction.third_step.a_bug",
"content": [
{
"line": "_ E o segundo ...",
"line": "content.introduction.third_step.and_the_second",
"style": "p-2 text-blue-light"
},
{
"line": ". . .",
"line": "content.introduction.third_step.three_dots",
"style": "p-2 text-blue-light"
},
{
"line": ". . .",
"line": "content.introduction.third_step.three_dots",
"style": "p-2 text-blue-light"
},
{
"line": "_Sou um bug!",
"line": "content.introduction.third_step.i_am_a_bug",
"style": "p-2 text-blue-light"
}
]
Expand Down
6 changes: 6 additions & 0 deletions webapp/src/third-party/wrappers/i18n/locale/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ export default {
programming_is_not_easy: '... programming is NOT easy!',
close_curly_brackets: '}',
},
third_step: {
a_bug: 'a bug?',
and_the_second: '_ and the second ...',
three_dots: '. . .',
i_am_a_bug: '_I am a bug!',
}
}
}
};
6 changes: 6 additions & 0 deletions webapp/src/third-party/wrappers/i18n/locale/pt-br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ export default {
programming_is_not_easy: '... programar não é NADA fácil!',
close_curly_brackets: '}',
},
third_step: {
a_bug: 'Um bug?',
and_the_second: '_ E o segundo ...',
three_dots: '. . .',
i_am_a_bug: '_Sou um bug!',
}
}
}
};

0 comments on commit 0046a38

Please sign in to comment.